From b53a34753de670d8ab46817120d06a4d2a004999 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 21 May 2020 12:10:48 +0300 Subject: Update deps --- build.gradle | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 7afcac4e..cdf8a550 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 dce94567..f2fb542c 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", diff --git a/yarn.lock b/yarn.lock index f5be4563..b27c8147 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" -- cgit v1.2.3