Skip to content

Commit 110da55

Browse files
chore(deps): update dependency eslint to v10
1 parent 0d815ef commit 110da55

2 files changed

Lines changed: 64 additions & 128 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@typescript-eslint/eslint-plugin": "8.56.1",
4040
"@typescript-eslint/parser": "8.56.1",
4141
"babel-jest": "29.7.0",
42-
"eslint": "9.39.3",
42+
"eslint": "10.0.2",
4343
"eslint-config-prettier": "10.1.8",
4444
"eslint-plugin-react": "7.37.5",
4545
"jest": "29.7.0",

yarn.lock

Lines changed: 63 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,65 +1004,45 @@
10041004
dependencies:
10051005
eslint-visitor-keys "^3.4.3"
10061006

1007-
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
1007+
"@eslint-community/regexpp@^4.12.2":
10081008
version "4.12.2"
10091009
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
10101010
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
10111011

1012-
"@eslint/config-array@^0.21.1":
1013-
version "0.21.1"
1014-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
1015-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
1012+
"@eslint/config-array@^0.23.2":
1013+
version "0.23.2"
1014+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.2.tgz#db85beeff7facc685a5775caacb1c845669b9470"
1015+
integrity sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==
10161016
dependencies:
1017-
"@eslint/object-schema" "^2.1.7"
1017+
"@eslint/object-schema" "^3.0.2"
10181018
debug "^4.3.1"
1019-
minimatch "^3.1.2"
1019+
minimatch "^10.2.1"
10201020

1021-
"@eslint/config-helpers@^0.4.2":
1022-
version "0.4.2"
1023-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1024-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
1021+
"@eslint/config-helpers@^0.5.2":
1022+
version "0.5.2"
1023+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
1024+
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
10251025
dependencies:
1026-
"@eslint/core" "^0.17.0"
1026+
"@eslint/core" "^1.1.0"
10271027

1028-
"@eslint/core@^0.17.0":
1029-
version "0.17.0"
1030-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1031-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1028+
"@eslint/core@^1.1.0":
1029+
version "1.1.0"
1030+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
1031+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
10321032
dependencies:
10331033
"@types/json-schema" "^7.0.15"
10341034

1035-
"@eslint/eslintrc@^3.3.1":
1036-
version "3.3.3"
1037-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.3.tgz#26393a0806501b5e2b6a43aa588a4d8df67880ac"
1038-
integrity sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==
1039-
dependencies:
1040-
ajv "^6.12.4"
1041-
debug "^4.3.2"
1042-
espree "^10.0.1"
1043-
globals "^14.0.0"
1044-
ignore "^5.2.0"
1045-
import-fresh "^3.2.1"
1046-
js-yaml "^4.1.1"
1047-
minimatch "^3.1.2"
1048-
strip-json-comments "^3.1.1"
1049-
1050-
"@eslint/js@9.39.3":
1051-
version "9.39.3"
1052-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d"
1053-
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
1054-
1055-
"@eslint/object-schema@^2.1.7":
1056-
version "2.1.7"
1057-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1058-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1035+
"@eslint/object-schema@^3.0.2":
1036+
version "3.0.2"
1037+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.2.tgz#c59c6a94aa4b428ed7f1615b6a4495c0a21f7a22"
1038+
integrity sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==
10591039

1060-
"@eslint/plugin-kit@^0.4.1":
1061-
version "0.4.1"
1062-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1063-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1040+
"@eslint/plugin-kit@^0.6.0":
1041+
version "0.6.0"
1042+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
1043+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
10641044
dependencies:
1065-
"@eslint/core" "^0.17.0"
1045+
"@eslint/core" "^1.1.0"
10661046
levn "^0.4.1"
10671047

10681048
"@humanfs/core@^0.19.1":
@@ -1433,7 +1413,12 @@
14331413
dependencies:
14341414
"@babel/types" "^7.28.2"
14351415

1436-
"@types/estree@^1.0.6":
1416+
"@types/esrecurse@^4.3.1":
1417+
version "4.3.1"
1418+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
1419+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
1420+
1421+
"@types/estree@^1.0.6", "@types/estree@^1.0.8":
14371422
version "1.0.8"
14381423
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
14391424
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -1654,7 +1639,7 @@ acorn-walk@^8.0.2:
16541639
dependencies:
16551640
acorn "^8.11.0"
16561641

1657-
acorn@^8.1.0, acorn@^8.11.0, acorn@^8.15.0, acorn@^8.8.1:
1642+
acorn@^8.1.0, acorn@^8.11.0, acorn@^8.16.0, acorn@^8.8.1:
16581643
version "8.16.0"
16591644
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
16601645
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
@@ -1666,7 +1651,7 @@ agent-base@6:
16661651
dependencies:
16671652
debug "4"
16681653

1669-
ajv@^6.12.4:
1654+
ajv@^6.14.0:
16701655
version "6.14.0"
16711656
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
16721657
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
@@ -1720,11 +1705,6 @@ argparse@^1.0.7:
17201705
dependencies:
17211706
sprintf-js "~1.0.2"
17221707

1723-
argparse@^2.0.1:
1724-
version "2.0.1"
1725-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
1726-
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
1727-
17281708
aria-query@5.3.0:
17291709
version "5.3.0"
17301710
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
@@ -2503,11 +2483,13 @@ eslint-plugin-react@7.37.5:
25032483
string.prototype.matchall "^4.0.12"
25042484
string.prototype.repeat "^1.0.0"
25052485

2506-
eslint-scope@^8.4.0:
2507-
version "8.4.0"
2508-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
2509-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
2486+
eslint-scope@^9.1.1:
2487+
version "9.1.1"
2488+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.1.tgz#f6a209486e38bd28356b5feb07d445cc99c89967"
2489+
integrity sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==
25102490
dependencies:
2491+
"@types/esrecurse" "^4.3.1"
2492+
"@types/estree" "^1.0.8"
25112493
esrecurse "^4.3.0"
25122494
estraverse "^5.2.0"
25132495

@@ -2516,42 +2498,34 @@ eslint-visitor-keys@^3.4.3:
25162498
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
25172499
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
25182500

2519-
eslint-visitor-keys@^4.2.1:
2520-
version "4.2.1"
2521-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2522-
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2523-
2524-
eslint-visitor-keys@^5.0.0:
2501+
eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
25252502
version "5.0.1"
25262503
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
25272504
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
25282505

2529-
eslint@9.39.3:
2530-
version "9.39.3"
2531-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f"
2532-
integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==
2506+
eslint@10.0.2:
2507+
version "10.0.2"
2508+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.2.tgz#1009263467591810320f2e1ad52b8a750d1acbab"
2509+
integrity sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==
25332510
dependencies:
25342511
"@eslint-community/eslint-utils" "^4.8.0"
2535-
"@eslint-community/regexpp" "^4.12.1"
2536-
"@eslint/config-array" "^0.21.1"
2537-
"@eslint/config-helpers" "^0.4.2"
2538-
"@eslint/core" "^0.17.0"
2539-
"@eslint/eslintrc" "^3.3.1"
2540-
"@eslint/js" "9.39.3"
2541-
"@eslint/plugin-kit" "^0.4.1"
2512+
"@eslint-community/regexpp" "^4.12.2"
2513+
"@eslint/config-array" "^0.23.2"
2514+
"@eslint/config-helpers" "^0.5.2"
2515+
"@eslint/core" "^1.1.0"
2516+
"@eslint/plugin-kit" "^0.6.0"
25422517
"@humanfs/node" "^0.16.6"
25432518
"@humanwhocodes/module-importer" "^1.0.1"
25442519
"@humanwhocodes/retry" "^0.4.2"
25452520
"@types/estree" "^1.0.6"
2546-
ajv "^6.12.4"
2547-
chalk "^4.0.0"
2521+
ajv "^6.14.0"
25482522
cross-spawn "^7.0.6"
25492523
debug "^4.3.2"
25502524
escape-string-regexp "^4.0.0"
2551-
eslint-scope "^8.4.0"
2552-
eslint-visitor-keys "^4.2.1"
2553-
espree "^10.4.0"
2554-
esquery "^1.5.0"
2525+
eslint-scope "^9.1.1"
2526+
eslint-visitor-keys "^5.0.1"
2527+
espree "^11.1.1"
2528+
esquery "^1.7.0"
25552529
esutils "^2.0.2"
25562530
fast-deep-equal "^3.1.3"
25572531
file-entry-cache "^8.0.0"
@@ -2561,26 +2535,25 @@ eslint@9.39.3:
25612535
imurmurhash "^0.1.4"
25622536
is-glob "^4.0.0"
25632537
json-stable-stringify-without-jsonify "^1.0.1"
2564-
lodash.merge "^4.6.2"
2565-
minimatch "^3.1.2"
2538+
minimatch "^10.2.1"
25662539
natural-compare "^1.4.0"
25672540
optionator "^0.9.3"
25682541

2569-
espree@^10.0.1, espree@^10.4.0:
2570-
version "10.4.0"
2571-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
2572-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
2542+
espree@^11.1.1:
2543+
version "11.1.1"
2544+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
2545+
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
25732546
dependencies:
2574-
acorn "^8.15.0"
2547+
acorn "^8.16.0"
25752548
acorn-jsx "^5.3.2"
2576-
eslint-visitor-keys "^4.2.1"
2549+
eslint-visitor-keys "^5.0.1"
25772550

25782551
esprima@^4.0.0, esprima@^4.0.1:
25792552
version "4.0.1"
25802553
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
25812554
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
25822555

2583-
esquery@^1.5.0:
2556+
esquery@^1.7.0:
25842557
version "1.7.0"
25852558
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
25862559
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -2844,11 +2817,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
28442817
once "^1.3.0"
28452818
path-is-absolute "^1.0.0"
28462819

2847-
globals@^14.0.0:
2848-
version "14.0.0"
2849-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
2850-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
2851-
28522820
globalthis@^1.0.4:
28532821
version "1.0.4"
28542822
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
@@ -2961,14 +2929,6 @@ ignore@^7.0.5:
29612929
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
29622930
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
29632931

2964-
import-fresh@^3.2.1:
2965-
version "3.3.1"
2966-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
2967-
integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==
2968-
dependencies:
2969-
parent-module "^1.0.0"
2970-
resolve-from "^4.0.0"
2971-
29722932
import-local@^3.0.2:
29732933
version "3.2.0"
29742934
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.2.0.tgz#c3d5c745798c02a6f8b897726aba5100186ee260"
@@ -3684,13 +3644,6 @@ js-yaml@^3.13.1:
36843644
argparse "^1.0.7"
36853645
esprima "^4.0.0"
36863646

3687-
js-yaml@^4.1.1:
3688-
version "4.1.1"
3689-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
3690-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
3691-
dependencies:
3692-
argparse "^2.0.1"
3693-
36943647
jsdom@^20.0.0:
36953648
version "20.0.3"
36963649
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.3.tgz#886a41ba1d4726f67a8858028c99489fed6ad4db"
@@ -3817,11 +3770,6 @@ lodash.debounce@^4.0.8:
38173770
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
38183771
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
38193772

3820-
lodash.merge@^4.6.2:
3821-
version "4.6.2"
3822-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
3823-
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
3824-
38253773
loose-envify@^1.1.0, loose-envify@^1.4.0:
38263774
version "1.4.0"
38273775
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -3903,7 +3851,7 @@ mimic-fn@^2.1.0:
39033851
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
39043852
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
39053853

3906-
minimatch@^10.2.2:
3854+
minimatch@^10.2.1, minimatch@^10.2.2:
39073855
version "10.2.4"
39083856
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
39093857
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
@@ -4108,13 +4056,6 @@ p-try@^2.0.0:
41084056
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
41094057
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
41104058

4111-
parent-module@^1.0.0:
4112-
version "1.0.1"
4113-
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
4114-
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
4115-
dependencies:
4116-
callsites "^3.0.0"
4117-
41184059
parse-json@^5.2.0:
41194060
version "5.2.0"
41204061
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
@@ -4409,11 +4350,6 @@ resolve-cwd@^3.0.0:
44094350
dependencies:
44104351
resolve-from "^5.0.0"
44114352

4412-
resolve-from@^4.0.0:
4413-
version "4.0.0"
4414-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
4415-
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
4416-
44174353
resolve-from@^5.0.0:
44184354
version "5.0.0"
44194355
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"

0 commit comments

Comments
 (0)