Skip to content

Commit 3b721a4

Browse files
build: update devdependency eslint to ~7.18.0 (#513)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 1d5851e commit 3b721a4

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"conventional-changelog-angular-all-2": "~5.0.1",
4545
"cross-env": "~7.0.0",
4646
"documentation": "~13.1.0",
47-
"eslint": "~7.17.0",
47+
"eslint": "~7.18.0",
4848
"eslint-config-wopian": "~2.0.0",
4949
"jest": "~26.6.0",
5050
"lerna": "~3.22.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,10 +1080,10 @@
10801080
exec-sh "^0.3.2"
10811081
minimist "^1.2.0"
10821082

1083-
"@eslint/eslintrc@^0.2.2":
1084-
version "0.2.2"
1085-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
1086-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
1083+
"@eslint/eslintrc@^0.3.0":
1084+
version "0.3.0"
1085+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
1086+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
10871087
dependencies:
10881088
ajv "^6.12.4"
10891089
debug "^4.1.1"
@@ -1092,7 +1092,7 @@
10921092
ignore "^4.0.6"
10931093
import-fresh "^3.2.1"
10941094
js-yaml "^3.13.1"
1095-
lodash "^4.17.19"
1095+
lodash "^4.17.20"
10961096
minimatch "^3.0.4"
10971097
strip-json-comments "^3.1.1"
10981098

@@ -5341,13 +5341,13 @@ eslint-visitor-keys@^2.0.0:
53415341
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
53425342
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
53435343

5344-
eslint@~7.17.0:
5345-
version "7.17.0"
5346-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
5347-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
5344+
eslint@~7.18.0:
5345+
version "7.18.0"
5346+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
5347+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
53485348
dependencies:
53495349
"@babel/code-frame" "^7.0.0"
5350-
"@eslint/eslintrc" "^0.2.2"
5350+
"@eslint/eslintrc" "^0.3.0"
53515351
ajv "^6.10.0"
53525352
chalk "^4.0.0"
53535353
cross-spawn "^7.0.2"
@@ -5371,7 +5371,7 @@ eslint@~7.17.0:
53715371
js-yaml "^3.13.1"
53725372
json-stable-stringify-without-jsonify "^1.0.1"
53735373
levn "^0.4.1"
5374-
lodash "^4.17.19"
5374+
lodash "^4.17.20"
53755375
minimatch "^3.0.4"
53765376
natural-compare "^1.4.0"
53775377
optionator "^0.9.1"

0 commit comments

Comments
 (0)