From ea3804d31b0be60bb3a8e25c15bb936ca286bd11 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 19 Aug 2020 08:46:55 +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 5aa2f2e2..7801d907 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { id 'com.github.ben-manes.versions' version '0.29.0' - id 'org.springframework.boot' version '2.3.2.RELEASE' apply false + id 'org.springframework.boot' version '2.3.3.RELEASE' apply false id 'org.asciidoctor.convert' version '2.4.0' } @@ -123,7 +123,7 @@ dependencies { compile ('org.springframework.boot:spring-boot-devtools') runtime ("org.springframework.boot:spring-boot-properties-migrator") - compile 'org.flywaydb:flyway-core:6.5.4' + compile 'org.flywaydb:flyway-core:6.5.5' compile 'com.github.ben-manes.caffeine:caffeine:2.8.5' compile "javax.inject:javax.inject:1" diff --git a/package.json b/package.json index 89da4a09..208904c3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-loader": "^8.1.0", "core-js": "^3.6.5", "css-loader": "^4.2.1", - "eslint": "7.6.0", + "eslint": "7.7.0", "eslint-loader": "4.0.2", "eslint-plugin-only-ascii": "0.0.0", "file-loader": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 57a94603..d4696805 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2742,10 +2742,10 @@ eslint-visitor-keys@^1.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== -eslint@7.6.0: - version "7.6.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.6.0.tgz#522d67cfaea09724d96949c70e7a0550614d64d6" - integrity sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w== +eslint@7.7.0: + version "7.7.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073" + integrity sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.10.0" -- cgit v1.2.3