aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-09-16 02:32:47 +0300
committerGravatar Vitaly Takmazov2020-09-16 02:32:47 +0300
commitb83f53e67783f395ab02042ef176785fbdd572db (patch)
tree050fdcfd5288b971fa6cc50f949cd2835bed3b8f
parent613d1f98624a762cab61d807061705ed17f41b7f (diff)
Update deps
-rw-r--r--build.gradle4
-rw-r--r--package.json8
-rw-r--r--yarn.lock32
3 files changed, 22 insertions, 22 deletions
diff --git a/build.gradle b/build.gradle
index 9ac4b994..b332483b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@ buildscript {
}
}
plugins {
- id 'com.github.ben-manes.versions' version '0.31.0'
+ id 'com.github.ben-manes.versions' version '0.33.0'
id 'org.springframework.boot' version '2.3.3.RELEASE' apply false
id 'org.asciidoctor.convert' version '2.4.0'
}
@@ -175,7 +175,7 @@ dependencies {
compile 'io.jsonwebtoken:jjwt-api:0.11.2'
runtime 'io.jsonwebtoken:jjwt-jackson:0.11.2'
runtime 'io.jsonwebtoken:jjwt-impl:0.11.2'
- compile 'com.nimbusds:nimbus-jose-jwt:9.0'
+ compile 'com.nimbusds:nimbus-jose-jwt:9.0.1'
testCompile("org.springframework.boot:spring-boot-starter-test")
testCompile('net.sourceforge.htmlunit:htmlunit:2.43.0')
diff --git a/package.json b/package.json
index 0394cf69..52bdd40c 100644
--- a/package.json
+++ b/package.json
@@ -28,17 +28,17 @@
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"css-loader": "^4.3.0",
- "eslint": "7.8.1",
+ "eslint": "7.9.0",
"eslint-loader": "4.0.2",
"eslint-plugin-only-ascii": "0.0.0",
"file-loader": "^6.1.0",
- "mini-css-extract-plugin": "^0.11.1",
+ "mini-css-extract-plugin": "^0.11.2",
"optimize-css-assets-webpack-plugin": "^5.0.4",
- "postcss-loader": "^4.0.1",
+ "postcss-loader": "^4.0.2",
"postcss-preset-env": "^6.7.0",
"regenerator-runtime": "^0.13.7",
"style-loader": "^1.2.1",
- "stylelint": "^13.7.0",
+ "stylelint": "^13.7.1",
"stylelint-config-standard": "^20.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
diff --git a/yarn.lock b/yarn.lock
index 3ebff05a..9900683a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2795,10 +2795,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.8.1:
- version "7.8.1"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
- integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
+eslint@7.9.0:
+ version "7.9.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
+ integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
dependencies:
"@babel/code-frame" "^7.0.0"
"@eslint/eslintrc" "^0.1.3"
@@ -4290,10 +4290,10 @@ min-indent@^1.0.0:
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.0.tgz#cfc45c37e9ec0d8f0a0ec3dd4ef7f7c3abe39256"
integrity sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=
-mini-css-extract-plugin@^0.11.1:
- version "0.11.1"
- resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.1.tgz#f04048de8b4d4d7b1b1dea02363d167438c7f6dc"
- integrity sha512-k6ijDS4ZbrTSBkrJDvbpDlXgD3rHjoKBUC3hbUNxfBr7tLv3FpjHcuvuFRNHcPNEryEKyEZL0n/Q4ZHPC2V6mA==
+mini-css-extract-plugin@^0.11.2:
+ version "0.11.2"
+ resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.2.tgz#e3af4d5e04fbcaaf11838ab230510073060b37bf"
+ integrity sha512-h2LknfX4U1kScXxH8xE9LCOqT5B+068EAj36qicMb8l4dqdJoyHcmWmpd+ueyZfgu/POvIn+teoUnTtei2ikug==
dependencies:
loader-utils "^1.1.0"
normalize-url "1.9.1"
@@ -5047,10 +5047,10 @@ postcss-less@^3.1.4:
dependencies:
postcss "^7.0.14"
-postcss-loader@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.0.1.tgz#d1a2cf443005bcd65e856d3881204886646398d4"
- integrity sha512-m+2fe21cs/1Oz4Yds90al5uqVSc0yJRhYSfCRnsnVLt3z0QoNPpqLdgW7CGVWmlUlKEGL9vmq+P4hHS6Orb5DA==
+postcss-loader@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.0.2.tgz#b9e55a6126ee67bb7b94bbfcbf1aa24c69f11229"
+ integrity sha512-u7Qoa6GSPIeg9/hHbNnXspzuD5jjCIWKgk1fJ/gGJPS0uaj6Whk2zjXhDAiHZyYSrDmIzUQk7GgwRF22eRIQGQ==
dependencies:
cosmiconfig "^7.0.0"
klona "^2.0.3"
@@ -6432,10 +6432,10 @@ stylelint-config-standard@^20.0.0:
dependencies:
stylelint-config-recommended "^3.0.0"
-stylelint@^13.7.0:
- version "13.7.0"
- resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.7.0.tgz#8d7a4233063b2f06e9f28b3405ff189e334547b5"
- integrity sha512-1wStd4zVetnlHO98VjcHQbjSDmvcA39smkZQMct2cf+hom40H0xlQNdzzbswoG/jGBh61/Ue9m7Lu99PY51O6A==
+stylelint@^13.7.1:
+ version "13.7.1"
+ resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.7.1.tgz#bee97ee78d778a3f1dbe3f7397b76414973e263e"
+ integrity sha512-qzqazcyRxrSRdmFuO0/SZOJ+LyCxYy0pwcvaOBBnl8/2VfHSMrtNIE+AnyJoyq6uKb+mt+hlgmVrvVi6G6XHfQ==
dependencies:
"@stylelint/postcss-css-in-js" "^0.37.2"
"@stylelint/postcss-markdown" "^0.36.1"