Skip to content

Commit 259ac6b

Browse files
chore: update dependency eslint to v8.23.1 (#3379)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9df62e3 commit 259ac6b

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,10 @@
565565
dependencies:
566566
"@jridgewell/trace-mapping" "0.3.9"
567567

568-
"@eslint/eslintrc@^1.3.1":
569-
version "1.3.1"
570-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
571-
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
568+
"@eslint/eslintrc@^1.3.2":
569+
version "1.3.2"
570+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
571+
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
572572
dependencies:
573573
ajv "^6.12.4"
574574
debug "^4.3.2"
@@ -4001,11 +4001,11 @@ eslint-visitor-keys@^3.3.0:
40014001
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
40024002

40034003
eslint@^8.0.0:
4004-
version "8.23.0"
4005-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
4006-
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
4004+
version "8.23.1"
4005+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
4006+
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
40074007
dependencies:
4008-
"@eslint/eslintrc" "^1.3.1"
4008+
"@eslint/eslintrc" "^1.3.2"
40094009
"@humanwhocodes/config-array" "^0.10.4"
40104010
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
40114011
"@humanwhocodes/module-importer" "^1.0.1"
@@ -4024,7 +4024,6 @@ eslint@^8.0.0:
40244024
fast-deep-equal "^3.1.3"
40254025
file-entry-cache "^6.0.1"
40264026
find-up "^5.0.0"
4027-
functional-red-black-tree "^1.0.1"
40284027
glob-parent "^6.0.1"
40294028
globals "^13.15.0"
40304029
globby "^11.1.0"
@@ -4033,6 +4032,7 @@ eslint@^8.0.0:
40334032
import-fresh "^3.0.0"
40344033
imurmurhash "^0.1.4"
40354034
is-glob "^4.0.0"
4035+
js-sdsl "^4.1.4"
40364036
js-yaml "^4.1.0"
40374037
json-stable-stringify-without-jsonify "^1.0.1"
40384038
levn "^0.4.1"
@@ -5659,6 +5659,11 @@ jest@^29.0.1:
56595659
import-local "^3.0.2"
56605660
jest-cli "^29.0.1"
56615661

5662+
js-sdsl@^4.1.4:
5663+
version "4.1.4"
5664+
resolved "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
5665+
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
5666+
56625667
js-tokens@^4.0.0:
56635668
version "4.0.0"
56645669
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)