Skip to content

Commit a81aa8a

Browse files
Update dependency eslint to v9
1 parent 0df9eab commit a81aa8a

File tree

2 files changed

+103
-120
lines changed

2 files changed

+103
-120
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/tape": "5.6.4",
4949
"@typescript-eslint/eslint-plugin": "6.21.0",
5050
"@typescript-eslint/parser": "6.21.0",
51-
"eslint": "8.57.0",
51+
"eslint": "9.9.1",
5252
"eslint-config-prettier": "9.1.0",
5353
"rollup": "4.21.2",
5454
"tape": "5.8.1",

yarn.lock

+102-119
Original file line numberDiff line numberDiff line change
@@ -21,54 +21,59 @@
2121
dependencies:
2222
eslint-visitor-keys "^3.3.0"
2323

24+
"@eslint-community/regexpp@^4.11.0":
25+
version "4.11.0"
26+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
27+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
28+
2429
"@eslint-community/regexpp@^4.5.1":
2530
version "4.5.1"
2631
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
2732
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
2833

29-
"@eslint-community/regexpp@^4.6.1":
30-
version "4.6.2"
31-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
32-
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
34+
"@eslint/config-array@^0.18.0":
35+
version "0.18.0"
36+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
37+
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
38+
dependencies:
39+
"@eslint/object-schema" "^2.1.4"
40+
debug "^4.3.1"
41+
minimatch "^3.1.2"
3342

34-
"@eslint/eslintrc@^2.1.4":
35-
version "2.1.4"
36-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
37-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
43+
"@eslint/eslintrc@^3.1.0":
44+
version "3.1.0"
45+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
46+
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
3847
dependencies:
3948
ajv "^6.12.4"
4049
debug "^4.3.2"
41-
espree "^9.6.0"
42-
globals "^13.19.0"
50+
espree "^10.0.1"
51+
globals "^14.0.0"
4352
ignore "^5.2.0"
4453
import-fresh "^3.2.1"
4554
js-yaml "^4.1.0"
4655
minimatch "^3.1.2"
4756
strip-json-comments "^3.1.1"
4857

49-
"@eslint/js@8.57.0":
50-
version "8.57.0"
51-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
52-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
58+
"@eslint/js@9.9.1":
59+
version "9.9.1"
60+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
61+
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
5362

54-
"@humanwhocodes/config-array@^0.11.14":
55-
version "0.11.14"
56-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
57-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
58-
dependencies:
59-
"@humanwhocodes/object-schema" "^2.0.2"
60-
debug "^4.3.1"
61-
minimatch "^3.0.5"
63+
"@eslint/object-schema@^2.1.4":
64+
version "2.1.4"
65+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
66+
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
6267

6368
"@humanwhocodes/module-importer@^1.0.1":
6469
version "1.0.1"
6570
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
6671
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
6772

68-
"@humanwhocodes/object-schema@^2.0.2":
69-
version "2.0.2"
70-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
71-
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
73+
"@humanwhocodes/retry@^0.3.0":
74+
version "0.3.0"
75+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
76+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
7277

7378
"@jridgewell/resolve-uri@^3.0.3":
7479
version "3.1.1"
@@ -395,11 +400,6 @@
395400
"@typescript-eslint/types" "6.21.0"
396401
eslint-visitor-keys "^3.4.1"
397402

398-
"@ungap/structured-clone@^1.2.0":
399-
version "1.2.0"
400-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
401-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
402-
403403
acorn-jsx@^5.3.2:
404404
version "5.3.2"
405405
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -410,7 +410,12 @@ acorn-walk@^8.1.1:
410410
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
411411
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
412412

413-
acorn@^8.4.1, acorn@^8.9.0:
413+
acorn@^8.12.0:
414+
version "8.12.1"
415+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
416+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
417+
418+
acorn@^8.4.1:
414419
version "8.10.0"
415420
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
416421
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
@@ -746,13 +751,6 @@ dir-glob@^3.0.1:
746751
dependencies:
747752
path-type "^4.0.0"
748753

749-
doctrine@^3.0.0:
750-
version "3.0.0"
751-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
752-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
753-
dependencies:
754-
esutils "^2.0.2"
755-
756754
dotignore@^0.1.2:
757755
version "0.1.2"
758756
resolved "https://registry.yarnpkg.com/dotignore/-/dotignore-0.1.2.tgz#f942f2200d28c3a76fbdd6f0ee9f3257c8a2e905"
@@ -928,10 +926,10 @@ eslint-config-prettier@9.1.0:
928926
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
929927
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
930928

931-
eslint-scope@^7.2.2:
932-
version "7.2.2"
933-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
934-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
929+
eslint-scope@^8.0.2:
930+
version "8.0.2"
931+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
932+
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
935933
dependencies:
936934
esrecurse "^4.3.0"
937935
estraverse "^5.2.0"
@@ -941,46 +939,42 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
941939
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
942940
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
943941

944-
eslint-visitor-keys@^3.4.3:
945-
version "3.4.3"
946-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
947-
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
942+
eslint-visitor-keys@^4.0.0:
943+
version "4.0.0"
944+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
945+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
948946

949-
eslint@8.57.0:
950-
version "8.57.0"
951-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
952-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
947+
eslint@9.9.1:
948+
version "9.9.1"
949+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.1.tgz#147ac9305d56696fb84cf5bdecafd6517ddc77ec"
950+
integrity sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==
953951
dependencies:
954952
"@eslint-community/eslint-utils" "^4.2.0"
955-
"@eslint-community/regexpp" "^4.6.1"
956-
"@eslint/eslintrc" "^2.1.4"
957-
"@eslint/js" "8.57.0"
958-
"@humanwhocodes/config-array" "^0.11.14"
953+
"@eslint-community/regexpp" "^4.11.0"
954+
"@eslint/config-array" "^0.18.0"
955+
"@eslint/eslintrc" "^3.1.0"
956+
"@eslint/js" "9.9.1"
959957
"@humanwhocodes/module-importer" "^1.0.1"
958+
"@humanwhocodes/retry" "^0.3.0"
960959
"@nodelib/fs.walk" "^1.2.8"
961-
"@ungap/structured-clone" "^1.2.0"
962960
ajv "^6.12.4"
963961
chalk "^4.0.0"
964962
cross-spawn "^7.0.2"
965963
debug "^4.3.2"
966-
doctrine "^3.0.0"
967964
escape-string-regexp "^4.0.0"
968-
eslint-scope "^7.2.2"
969-
eslint-visitor-keys "^3.4.3"
970-
espree "^9.6.1"
971-
esquery "^1.4.2"
965+
eslint-scope "^8.0.2"
966+
eslint-visitor-keys "^4.0.0"
967+
espree "^10.1.0"
968+
esquery "^1.5.0"
972969
esutils "^2.0.2"
973970
fast-deep-equal "^3.1.3"
974-
file-entry-cache "^6.0.1"
971+
file-entry-cache "^8.0.0"
975972
find-up "^5.0.0"
976973
glob-parent "^6.0.2"
977-
globals "^13.19.0"
978-
graphemer "^1.4.0"
979974
ignore "^5.2.0"
980975
imurmurhash "^0.1.4"
981976
is-glob "^4.0.0"
982977
is-path-inside "^3.0.3"
983-
js-yaml "^4.1.0"
984978
json-stable-stringify-without-jsonify "^1.0.1"
985979
levn "^0.4.1"
986980
lodash.merge "^4.6.2"
@@ -990,28 +984,19 @@ eslint@8.57.0:
990984
strip-ansi "^6.0.1"
991985
text-table "^0.2.0"
992986

993-
espree@^9.6.0:
994-
version "9.6.0"
995-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
996-
integrity sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==
987+
espree@^10.0.1, espree@^10.1.0:
988+
version "10.1.0"
989+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
990+
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
997991
dependencies:
998-
acorn "^8.9.0"
992+
acorn "^8.12.0"
999993
acorn-jsx "^5.3.2"
1000-
eslint-visitor-keys "^3.4.1"
994+
eslint-visitor-keys "^4.0.0"
1001995

1002-
espree@^9.6.1:
1003-
version "9.6.1"
1004-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
1005-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
1006-
dependencies:
1007-
acorn "^8.9.0"
1008-
acorn-jsx "^5.3.2"
1009-
eslint-visitor-keys "^3.4.1"
1010-
1011-
esquery@^1.4.2:
1012-
version "1.5.0"
1013-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
1014-
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
996+
esquery@^1.5.0:
997+
version "1.6.0"
998+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
999+
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
10151000
dependencies:
10161001
estraverse "^5.1.0"
10171002

@@ -1070,12 +1055,12 @@ fastq@^1.6.0:
10701055
dependencies:
10711056
reusify "^1.0.4"
10721057

1073-
file-entry-cache@^6.0.1:
1074-
version "6.0.1"
1075-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
1076-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
1058+
file-entry-cache@^8.0.0:
1059+
version "8.0.0"
1060+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
1061+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
10771062
dependencies:
1078-
flat-cache "^3.0.4"
1063+
flat-cache "^4.0.0"
10791064

10801065
fill-range@^7.0.1:
10811066
version "7.0.1"
@@ -1092,18 +1077,18 @@ find-up@^5.0.0:
10921077
locate-path "^6.0.0"
10931078
path-exists "^4.0.0"
10941079

1095-
flat-cache@^3.0.4:
1096-
version "3.0.4"
1097-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
1098-
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
1080+
flat-cache@^4.0.0:
1081+
version "4.0.1"
1082+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
1083+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
10991084
dependencies:
1100-
flatted "^3.1.0"
1101-
rimraf "^3.0.2"
1085+
flatted "^3.2.9"
1086+
keyv "^4.5.4"
11021087

1103-
flatted@^3.1.0:
1104-
version "3.2.7"
1105-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
1106-
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
1088+
flatted@^3.2.9:
1089+
version "3.3.1"
1090+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
1091+
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
11071092

11081093
for-each@^0.3.3:
11091094
version "0.3.3"
@@ -1214,7 +1199,7 @@ glob-parent@^6.0.2:
12141199
dependencies:
12151200
is-glob "^4.0.3"
12161201

1217-
glob@^7.1.3, glob@^7.2.3:
1202+
glob@^7.2.3:
12181203
version "7.2.3"
12191204
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
12201205
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1237,12 +1222,10 @@ glob@^8.0.3:
12371222
minimatch "^5.0.1"
12381223
once "^1.3.0"
12391224

1240-
globals@^13.19.0:
1241-
version "13.20.0"
1242-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
1243-
integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==
1244-
dependencies:
1245-
type-fest "^0.20.2"
1225+
globals@^14.0.0:
1226+
version "14.0.0"
1227+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1228+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
12461229

12471230
globalthis@^1.0.3:
12481231
version "1.0.3"
@@ -1640,6 +1623,11 @@ js-yaml@^4.1.0:
16401623
dependencies:
16411624
argparse "^2.0.1"
16421625

1626+
json-buffer@3.0.1:
1627+
version "3.0.1"
1628+
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
1629+
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
1630+
16431631
json-schema-traverse@^0.4.1:
16441632
version "0.4.1"
16451633
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
@@ -1650,6 +1638,13 @@ json-stable-stringify-without-jsonify@^1.0.1:
16501638
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
16511639
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
16521640

1641+
keyv@^4.5.4:
1642+
version "4.5.4"
1643+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
1644+
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
1645+
dependencies:
1646+
json-buffer "3.0.1"
1647+
16531648
levn@^0.4.1:
16541649
version "0.4.1"
16551650
resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
@@ -1709,7 +1704,7 @@ minimatch@9.0.3:
17091704
dependencies:
17101705
brace-expansion "^2.0.1"
17111706

1712-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1707+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
17131708
version "3.1.2"
17141709
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
17151710
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -1938,13 +1933,6 @@ reusify@^1.0.4:
19381933
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
19391934
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
19401935

1941-
rimraf@^3.0.2:
1942-
version "3.0.2"
1943-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
1944-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
1945-
dependencies:
1946-
glob "^7.1.3"
1947-
19481936
rollup@4.21.2:
19491937
version "4.21.2"
19501938
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.21.2.tgz#f41f277a448d6264e923dd1ea179f0a926aaf9b7"
@@ -2251,11 +2239,6 @@ type-check@^0.4.0, type-check@~0.4.0:
22512239
dependencies:
22522240
prelude-ls "^1.2.1"
22532241

2254-
type-fest@^0.20.2:
2255-
version "0.20.2"
2256-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
2257-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2258-
22592242
typed-array-buffer@^1.0.0:
22602243
version "1.0.0"
22612244
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60"

0 commit comments

Comments
 (0)