Skip to content

Commit 0fd8ae1

Browse files
authored
Merge pull request #806 from w3bdesign/renovate/eslint-8.x
Update dependency eslint to v8.23.1
2 parents d8f5efc + e7dce3c commit 0fd8ae1

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"babel-eslint": "10.1.0",
3232
"babel-jest": "28.1.3",
3333
"core-js": "3.25.0",
34-
"eslint": "8.23.0",
34+
"eslint": "8.23.1",
3535
"eslint-config-prettier": "8.5.0",
3636
"eslint-plugin-nuxt": "4.0.0",
3737
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,10 +1359,10 @@
13591359
ts-node "^9"
13601360
tslib "^2"
13611361

1362-
"@eslint/eslintrc@^1.3.1":
1363-
version "1.3.1"
1364-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1365-
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
1362+
"@eslint/eslintrc@^1.3.2":
1363+
version "1.3.2"
1364+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
1365+
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
13661366
dependencies:
13671367
ajv "^6.12.4"
13681368
debug "^4.3.2"
@@ -7418,12 +7418,12 @@ eslint-webpack-plugin@^2.6.0:
74187418
normalize-path "^3.0.0"
74197419
schema-utils "^3.1.1"
74207420

7421-
7422-
version "8.23.0"
7423-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
7424-
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
7421+
7422+
version "8.23.1"
7423+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
7424+
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
74257425
dependencies:
7426-
"@eslint/eslintrc" "^1.3.1"
7426+
"@eslint/eslintrc" "^1.3.2"
74277427
"@humanwhocodes/config-array" "^0.10.4"
74287428
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
74297429
"@humanwhocodes/module-importer" "^1.0.1"
@@ -7442,7 +7442,6 @@ [email protected]:
74427442
fast-deep-equal "^3.1.3"
74437443
file-entry-cache "^6.0.1"
74447444
find-up "^5.0.0"
7445-
functional-red-black-tree "^1.0.1"
74467445
glob-parent "^6.0.1"
74477446
globals "^13.15.0"
74487447
globby "^11.1.0"
@@ -7451,6 +7450,7 @@ [email protected]:
74517450
import-fresh "^3.0.0"
74527451
imurmurhash "^0.1.4"
74537452
is-glob "^4.0.0"
7453+
js-sdsl "^4.1.4"
74547454
js-yaml "^4.1.0"
74557455
json-stable-stringify-without-jsonify "^1.0.1"
74567456
levn "^0.4.1"
@@ -8165,11 +8165,6 @@ function.prototype.name@^1.1.5:
81658165
es-abstract "^1.19.0"
81668166
functions-have-names "^1.2.2"
81678167

8168-
functional-red-black-tree@^1.0.1:
8169-
version "1.0.1"
8170-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
8171-
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
8172-
81738168
functions-have-names@^1.2.2:
81748169
version "1.2.3"
81758170
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
@@ -10088,6 +10083,11 @@ js-beautify@^1.6.12, js-beautify@^1.6.14:
1008810083
glob "^8.0.3"
1008910084
nopt "^6.0.0"
1009010085

10086+
js-sdsl@^4.1.4:
10087+
version "4.1.4"
10088+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
10089+
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
10090+
1009110091
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
1009210092
version "4.0.0"
1009310093
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)