Skip to content

Commit af75831

Browse files
Update dependency eslint to v9.13.0
1 parent f3d72c3 commit af75831

1 file changed

Lines changed: 50 additions & 34 deletions

File tree

yarn.lock

Lines changed: 50 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@
379379
debug "^4.3.1"
380380
minimatch "^3.1.2"
381381

382-
"@eslint/core@^0.6.0":
383-
version "0.6.0"
384-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
385-
integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
382+
"@eslint/core@^0.7.0":
383+
version "0.7.0"
384+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.7.0.tgz#a1bb4b6a4e742a5ff1894b7ee76fbf884ec72bd3"
385+
integrity sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==
386386

387387
"@eslint/eslintrc@^2.1.4":
388388
version "2.1.4"
@@ -419,20 +419,20 @@
419419
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
420420
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
421421

422-
"@eslint/js@9.11.1":
423-
version "9.11.1"
424-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
425-
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
422+
"@eslint/js@9.13.0":
423+
version "9.13.0"
424+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.13.0.tgz#c5f89bcd57eb54d5d4fa8b77693e9c28dc97e547"
425+
integrity sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==
426426

427427
"@eslint/object-schema@^2.1.4":
428428
version "2.1.4"
429429
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
430430
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
431431

432432
"@eslint/plugin-kit@^0.2.0":
433-
version "0.2.0"
434-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d"
435-
integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==
433+
version "0.2.1"
434+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.1.tgz#cd14fe2db79fa639839dfef4105e83bad1814482"
435+
integrity sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw==
436436
dependencies:
437437
levn "^0.4.1"
438438

@@ -445,6 +445,19 @@
445445
request "^2.81.0"
446446
rewire "^7.0.0"
447447

448+
"@humanfs/core@^0.19.0":
449+
version "0.19.0"
450+
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.0.tgz#08db7a8c73bb07673d9ebd925f2dad746411fcec"
451+
integrity sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==
452+
453+
"@humanfs/node@^0.16.5":
454+
version "0.16.5"
455+
resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.5.tgz#a9febb7e7ad2aff65890fdc630938f8d20aa84ba"
456+
integrity sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==
457+
dependencies:
458+
"@humanfs/core" "^0.19.0"
459+
"@humanwhocodes/retry" "^0.3.0"
460+
448461
"@humanwhocodes/config-array@^0.11.14":
449462
version "0.11.14"
450463
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
@@ -464,10 +477,10 @@
464477
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
465478
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
466479

467-
"@humanwhocodes/retry@^0.3.0":
468-
version "0.3.0"
469-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
470-
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
480+
"@humanwhocodes/retry@^0.3.0", "@humanwhocodes/retry@^0.3.1":
481+
version "0.3.1"
482+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
483+
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
471484

472485
"@isaacs/cliui@^8.0.2":
473486
version "8.0.2"
@@ -1540,16 +1553,21 @@ acorn-walk@^8.1.1:
15401553
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
15411554
integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
15421555

1543-
acorn@^8.12.0, acorn@^8.7.1, acorn@^8.8.2:
1544-
version "8.12.1"
1545-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
1546-
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
1556+
acorn@^8.12.0:
1557+
version "8.13.0"
1558+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.13.0.tgz#2a30d670818ad16ddd6a35d3842dacec9e5d7ca3"
1559+
integrity sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==
15471560

15481561
acorn@^8.4.1, acorn@^8.9.0:
15491562
version "8.11.3"
15501563
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
15511564
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
15521565

1566+
acorn@^8.7.1, acorn@^8.8.2:
1567+
version "8.12.1"
1568+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
1569+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
1570+
15531571
ajv-formats@2.1.1:
15541572
version "2.1.1"
15551573
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
@@ -2577,7 +2595,7 @@ eslint-scope@^7.2.2:
25772595
esrecurse "^4.3.0"
25782596
estraverse "^5.2.0"
25792597

2580-
eslint-scope@^8.0.2:
2598+
eslint-scope@^8.1.0:
25812599
version "8.1.0"
25822600
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.1.0.tgz#70214a174d4cbffbc3e8a26911d8bf51b9ae9d30"
25832601
integrity sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==
@@ -2590,7 +2608,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
25902608
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
25912609
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
25922610

2593-
eslint-visitor-keys@^4.0.0, eslint-visitor-keys@^4.1.0:
2611+
eslint-visitor-keys@^4.1.0:
25942612
version "4.1.0"
25952613
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c"
25962614
integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==
@@ -2640,30 +2658,30 @@ eslint@^8.47.0:
26402658
text-table "^0.2.0"
26412659

26422660
eslint@^9.9.0:
2643-
version "9.11.1"
2644-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567"
2645-
integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==
2661+
version "9.13.0"
2662+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.13.0.tgz#7659014b7dda1ff876ecbd990f726e11c61596e6"
2663+
integrity sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==
26462664
dependencies:
26472665
"@eslint-community/eslint-utils" "^4.2.0"
26482666
"@eslint-community/regexpp" "^4.11.0"
26492667
"@eslint/config-array" "^0.18.0"
2650-
"@eslint/core" "^0.6.0"
2668+
"@eslint/core" "^0.7.0"
26512669
"@eslint/eslintrc" "^3.1.0"
2652-
"@eslint/js" "9.11.1"
2670+
"@eslint/js" "9.13.0"
26532671
"@eslint/plugin-kit" "^0.2.0"
2672+
"@humanfs/node" "^0.16.5"
26542673
"@humanwhocodes/module-importer" "^1.0.1"
2655-
"@humanwhocodes/retry" "^0.3.0"
2656-
"@nodelib/fs.walk" "^1.2.8"
2674+
"@humanwhocodes/retry" "^0.3.1"
26572675
"@types/estree" "^1.0.6"
26582676
"@types/json-schema" "^7.0.15"
26592677
ajv "^6.12.4"
26602678
chalk "^4.0.0"
26612679
cross-spawn "^7.0.2"
26622680
debug "^4.3.2"
26632681
escape-string-regexp "^4.0.0"
2664-
eslint-scope "^8.0.2"
2665-
eslint-visitor-keys "^4.0.0"
2666-
espree "^10.1.0"
2682+
eslint-scope "^8.1.0"
2683+
eslint-visitor-keys "^4.1.0"
2684+
espree "^10.2.0"
26672685
esquery "^1.5.0"
26682686
esutils "^2.0.2"
26692687
fast-deep-equal "^3.1.3"
@@ -2673,16 +2691,14 @@ eslint@^9.9.0:
26732691
ignore "^5.2.0"
26742692
imurmurhash "^0.1.4"
26752693
is-glob "^4.0.0"
2676-
is-path-inside "^3.0.3"
26772694
json-stable-stringify-without-jsonify "^1.0.1"
26782695
lodash.merge "^4.6.2"
26792696
minimatch "^3.1.2"
26802697
natural-compare "^1.4.0"
26812698
optionator "^0.9.3"
2682-
strip-ansi "^6.0.1"
26832699
text-table "^0.2.0"
26842700

2685-
espree@^10.0.1, espree@^10.1.0:
2701+
espree@^10.0.1, espree@^10.2.0:
26862702
version "10.2.0"
26872703
resolved "https://registry.yarnpkg.com/espree/-/espree-10.2.0.tgz#f4bcead9e05b0615c968e85f83816bc386a45df6"
26882704
integrity sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==

0 commit comments

Comments
 (0)