diff options
author | Vitaly Takmazov | 2020-05-21 12:10:48 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-05-21 12:12:08 +0300 |
commit | b53a34753de670d8ab46817120d06a4d2a004999 (patch) | |
tree | 6c47cb8cd735b0eded90ad0aaca75a8f56018d30 | |
parent | b550d376b0f62bbe914da26500524acf5be22494 (diff) |
Update deps
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index 7afcac4e1..cdf8a550c 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { runtime ("org.springframework.boot:spring-boot-properties-migrator") compile 'org.flywaydb:flyway-core:6.4.2' - compile 'com.github.ben-manes.caffeine:caffeine:2.8.3' + compile 'com.github.ben-manes.caffeine:caffeine:2.8.4' compile "javax.inject:javax.inject:1" compile 'com.google.code.findbugs:jsr305:3.0.2' @@ -169,7 +169,7 @@ dependencies { compile 'io.pebbletemplates:pebble-spring5:3.1.3' compile 'com.atlassian.commonmark:commonmark:0.14.0' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.14.0' - compile 'org.tomitribe:tomitribe-http-signatures:1.3' + compile 'org.tomitribe:tomitribe-http-signatures:1.4' compile 'com.google.api-client:google-api-client:1.30.9' compile "com.kotcrab.remark:remark:1.2.0" diff --git a/package.json b/package.json index dce945678..f2fb542cc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.5", "style-loader": "^1.2.1", - "stylelint": "^13.4.0", + "stylelint": "^13.5.0", "stylelint-config-standard": "^20.0.0", "url-loader": "^4.1.0", "webpack": "^4.43.0", @@ -6107,10 +6107,10 @@ stylelint-config-standard@^20.0.0: dependencies: stylelint-config-recommended "^3.0.0" -stylelint@^13.4.0: - version "13.4.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.4.0.tgz#15071c4cc15138365acf2396395c17823cf652b9" - integrity sha512-VOAOkTil5GmUfEJH+O6LdsggoUt692QTSu+YfLhVP5sFTVCVp0+PS2oCjjG8ZdUAP9aNNNYxTP6GWVbB1tl2bg== +stylelint@^13.5.0: + version "13.5.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.5.0.tgz#9edbf90c8c02c47fd0c4818376e3799145f22cab" + integrity sha512-+Jy7ieKAWKTf2tmcAE7jgScxH39Urb87i0bjK/enScFaGWWaFn4kAPwepGOSk2b7CLUDVt/O6kwA0x0p/V7moQ== dependencies: "@stylelint/postcss-css-in-js" "^0.37.1" "@stylelint/postcss-markdown" "^0.36.1" |