Skip to content

Commit 465deab

Browse files
chore(deps-dev): bump eslint from 9.5.0 to 9.24.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.5.0...v9.24.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3867d5 commit 465deab

File tree

1 file changed

+117
-71
lines changed

1 file changed

+117
-71
lines changed

yarn.lock

Lines changed: 117 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,24 +1927,43 @@
19271927
dependencies:
19281928
eslint-visitor-keys "^3.3.0"
19291929

1930-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
1931-
version "4.10.0"
1932-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1933-
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
1930+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.4.0":
1931+
version "4.12.1"
1932+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1933+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
19341934

1935-
"@eslint/config-array@^0.16.0":
1936-
version "0.16.0"
1937-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.16.0.tgz#bb3364fc39ee84ec3a62abdc4b8d988d99dfd706"
1938-
integrity sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg==
1935+
"@eslint/config-array@^0.20.0":
1936+
version "0.20.0"
1937+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.0.tgz#7a1232e82376712d3340012a2f561a2764d1988f"
1938+
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
19391939
dependencies:
1940-
"@eslint/object-schema" "^2.1.4"
1940+
"@eslint/object-schema" "^2.1.6"
19411941
debug "^4.3.1"
1942-
minimatch "^3.0.5"
1942+
minimatch "^3.1.2"
19431943

1944-
"@eslint/eslintrc@^3.1.0":
1945-
version "3.1.0"
1946-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
1947-
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
1944+
"@eslint/config-helpers@^0.2.0":
1945+
version "0.2.1"
1946+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.1.tgz#26042c028d1beee5ce2235a7929b91c52651646d"
1947+
integrity sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==
1948+
1949+
"@eslint/core@^0.12.0":
1950+
version "0.12.0"
1951+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
1952+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
1953+
dependencies:
1954+
"@types/json-schema" "^7.0.15"
1955+
1956+
"@eslint/core@^0.13.0":
1957+
version "0.13.0"
1958+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
1959+
integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==
1960+
dependencies:
1961+
"@types/json-schema" "^7.0.15"
1962+
1963+
"@eslint/eslintrc@^3.3.1":
1964+
version "3.3.1"
1965+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
1966+
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
19481967
dependencies:
19491968
ajv "^6.12.4"
19501969
debug "^4.3.2"
@@ -1956,21 +1975,42 @@
19561975
minimatch "^3.1.2"
19571976
strip-json-comments "^3.1.1"
19581977

1959-
"@eslint/js@9.5.0", "@eslint/js@^9.2.0":
1960-
version "9.5.0"
1961-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.5.0.tgz#0e9c24a670b8a5c86bff97b40be13d8d8f238045"
1962-
integrity sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==
1978+
"@eslint/js@9.24.0", "@eslint/js@^9.2.0":
1979+
version "9.24.0"
1980+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e"
1981+
integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==
19631982

1964-
"@eslint/object-schema@^2.1.4":
1965-
version "2.1.4"
1966-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
1967-
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
1983+
"@eslint/object-schema@^2.1.6":
1984+
version "2.1.6"
1985+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
1986+
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
1987+
1988+
"@eslint/plugin-kit@^0.2.7":
1989+
version "0.2.8"
1990+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
1991+
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
1992+
dependencies:
1993+
"@eslint/core" "^0.13.0"
1994+
levn "^0.4.1"
19681995

19691996
"@gar/promisify@^1.0.1":
19701997
version "1.1.3"
19711998
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
19721999
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
19732000

2001+
"@humanfs/core@^0.19.1":
2002+
version "0.19.1"
2003+
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77"
2004+
integrity sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==
2005+
2006+
"@humanfs/node@^0.16.6":
2007+
version "0.16.6"
2008+
resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.6.tgz#ee2a10eaabd1131987bf0488fd9b820174cd765e"
2009+
integrity sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==
2010+
dependencies:
2011+
"@humanfs/core" "^0.19.1"
2012+
"@humanwhocodes/retry" "^0.3.0"
2013+
19742014
"@humanwhocodes/module-importer@^1.0.1":
19752015
version "1.0.1"
19762016
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -1981,6 +2021,11 @@
19812021
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
19822022
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
19832023

2024+
"@humanwhocodes/retry@^0.4.2":
2025+
version "0.4.2"
2026+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
2027+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
2028+
19842029
"@hutson/parse-repository-url@^3.0.0":
19852030
version "3.0.2"
19862031
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
@@ -2111,7 +2156,7 @@
21112156
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
21122157
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
21132158

2114-
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
2159+
"@nodelib/fs.walk@^1.2.3":
21152160
version "1.2.8"
21162161
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
21172162
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -2664,11 +2709,16 @@
26642709
dependencies:
26652710
"@types/node" "*"
26662711

2667-
"@types/[email protected]", "@types/estree@^1.0.0":
2712+
26682713
version "1.0.5"
26692714
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
26702715
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
26712716

2717+
"@types/estree@^1.0.0", "@types/estree@^1.0.6":
2718+
version "1.0.7"
2719+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
2720+
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
2721+
26722722
26732723
version "1.8.3"
26742724
resolved "https://registry.yarnpkg.com/@types/etag/-/etag-1.8.3.tgz#0321c878a1ac1069131e4d90deab06db5ea2a0db"
@@ -2717,10 +2767,10 @@
27172767
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.2.tgz#a86e00bbde8950364f8e7846687259ffcd96e8c2"
27182768
integrity sha512-lPG6KlZs88gef6aD85z3HNkztpj7w2R7HmR3gygjfXCQmsLloWNARFkMuzKiiY8FGdh1XDpgBdrSf4aKDiA7Kg==
27192769

2720-
"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
2721-
version "7.0.11"
2722-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
2723-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
2770+
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
2771+
version "7.0.15"
2772+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2773+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
27242774

27252775
27262776
version "3.0.6"
@@ -3419,6 +3469,11 @@ acorn@^8.11.3, acorn@^8.9.0:
34193469
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
34203470
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
34213471

3472+
acorn@^8.14.0:
3473+
version "8.14.1"
3474+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
3475+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
3476+
34223477
add-stream@^1.0.0:
34233478
version "1.0.0"
34243479
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -4833,7 +4888,7 @@ create-require@^1.1.0, create-require@^1.1.1:
48334888
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
48344889
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
48354890

4836-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
4891+
cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
48374892
version "7.0.6"
48384893
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
48394894
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -5737,10 +5792,10 @@ eslint-scope@^7.1.1:
57375792
esrecurse "^4.3.0"
57385793
estraverse "^5.2.0"
57395794

5740-
eslint-scope@^8.0.1:
5741-
version "8.0.1"
5742-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.1.tgz#a9601e4b81a0b9171657c343fb13111688963cfc"
5743-
integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==
5795+
eslint-scope@^8.3.0:
5796+
version "8.3.0"
5797+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
5798+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
57445799
dependencies:
57455800
esrecurse "^4.3.0"
57465801
estraverse "^5.2.0"
@@ -5750,32 +5805,37 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
57505805
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
57515806
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
57525807

5753-
eslint-visitor-keys@^4.0.0:
5754-
version "4.0.0"
5755-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
5756-
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
5808+
eslint-visitor-keys@^4.2.0:
5809+
version "4.2.0"
5810+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5811+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
57575812

57585813
eslint@^9.2.0:
5759-
version "9.5.0"
5760-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.5.0.tgz#11856034b94a9e1a02cfcc7e96a9f0956963cd2f"
5761-
integrity sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw==
5814+
version "9.24.0"
5815+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.24.0.tgz#9a7f2e6cb2de81c405ab244b02f4584c79dc6bee"
5816+
integrity sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==
57625817
dependencies:
57635818
"@eslint-community/eslint-utils" "^4.2.0"
5764-
"@eslint-community/regexpp" "^4.6.1"
5765-
"@eslint/config-array" "^0.16.0"
5766-
"@eslint/eslintrc" "^3.1.0"
5767-
"@eslint/js" "9.5.0"
5819+
"@eslint-community/regexpp" "^4.12.1"
5820+
"@eslint/config-array" "^0.20.0"
5821+
"@eslint/config-helpers" "^0.2.0"
5822+
"@eslint/core" "^0.12.0"
5823+
"@eslint/eslintrc" "^3.3.1"
5824+
"@eslint/js" "9.24.0"
5825+
"@eslint/plugin-kit" "^0.2.7"
5826+
"@humanfs/node" "^0.16.6"
57685827
"@humanwhocodes/module-importer" "^1.0.1"
5769-
"@humanwhocodes/retry" "^0.3.0"
5770-
"@nodelib/fs.walk" "^1.2.8"
5828+
"@humanwhocodes/retry" "^0.4.2"
5829+
"@types/estree" "^1.0.6"
5830+
"@types/json-schema" "^7.0.15"
57715831
ajv "^6.12.4"
57725832
chalk "^4.0.0"
5773-
cross-spawn "^7.0.2"
5833+
cross-spawn "^7.0.6"
57745834
debug "^4.3.2"
57755835
escape-string-regexp "^4.0.0"
5776-
eslint-scope "^8.0.1"
5777-
eslint-visitor-keys "^4.0.0"
5778-
espree "^10.0.1"
5836+
eslint-scope "^8.3.0"
5837+
eslint-visitor-keys "^4.2.0"
5838+
espree "^10.3.0"
57795839
esquery "^1.5.0"
57805840
esutils "^2.0.2"
57815841
fast-deep-equal "^3.1.3"
@@ -5785,24 +5845,20 @@ eslint@^9.2.0:
57855845
ignore "^5.2.0"
57865846
imurmurhash "^0.1.4"
57875847
is-glob "^4.0.0"
5788-
is-path-inside "^3.0.3"
57895848
json-stable-stringify-without-jsonify "^1.0.1"
5790-
levn "^0.4.1"
57915849
lodash.merge "^4.6.2"
57925850
minimatch "^3.1.2"
57935851
natural-compare "^1.4.0"
57945852
optionator "^0.9.3"
5795-
strip-ansi "^6.0.1"
5796-
text-table "^0.2.0"
57975853

5798-
espree@^10.0.1:
5799-
version "10.0.1"
5800-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
5801-
integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
5854+
espree@^10.0.1, espree@^10.3.0:
5855+
version "10.3.0"
5856+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
5857+
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
58025858
dependencies:
5803-
acorn "^8.11.3"
5859+
acorn "^8.14.0"
58045860
acorn-jsx "^5.3.2"
5805-
eslint-visitor-keys "^4.0.0"
5861+
eslint-visitor-keys "^4.2.0"
58065862

58075863
espree@^9.3.1:
58085864
version "9.6.1"
@@ -7224,11 +7280,6 @@ is-obj@^2.0.0:
72247280
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
72257281
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
72267282

7227-
is-path-inside@^3.0.3:
7228-
version "3.0.3"
7229-
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
7230-
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
7231-
72327283
is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
72337284
version "1.1.0"
72347285
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
@@ -8146,7 +8197,7 @@ minimalistic-crypto-utils@^1.0.1:
81468197
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
81478198
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
81488199

8149-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
8200+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
81508201
version "3.1.2"
81518202
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
81528203
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -11383,11 +11434,6 @@ text-extensions@^2.0.0:
1138311434
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-2.4.0.tgz#a1cfcc50cf34da41bfd047cc744f804d1680ea34"
1138411435
integrity sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==
1138511436

11386-
text-table@^0.2.0:
11387-
version "0.2.0"
11388-
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
11389-
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
11390-
1139111437
thread-loader@^3.0.4:
1139211438
version "3.0.4"
1139311439
resolved "https://registry.yarnpkg.com/thread-loader/-/thread-loader-3.0.4.tgz#c392e4c0241fbc80430eb680e4886819b504a31b"

0 commit comments

Comments
 (0)