Skip to content

Commit c2a394d

Browse files
chore(deps-dev): Bump eslint from 8.57.0 to 9.24.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.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@v8.57.0...v9.24.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65e670c commit c2a394d

2 files changed

Lines changed: 198 additions & 36 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"commitizen": "^4.3.0",
1515
"coveralls": "^3.0.1",
1616
"cz-conventional-changelog": "^3.3.0",
17-
"eslint": "^8",
17+
"eslint": "^9",
1818
"eslint-plugin-jest": "^28",
1919
"husky": "^9.0.5",
2020
"jest": "^29.5.0",

yarn.lock

Lines changed: 197 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,38 @@
993993
dependencies:
994994
eslint-visitor-keys "^3.3.0"
995995

996-
"@eslint-community/regexpp@^4.6.1":
997-
version "4.6.2"
998-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
999-
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
996+
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.6.1":
997+
version "4.12.1"
998+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
999+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
1000+
1001+
"@eslint/config-array@^0.20.0":
1002+
version "0.20.0"
1003+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.0.tgz#7a1232e82376712d3340012a2f561a2764d1988f"
1004+
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
1005+
dependencies:
1006+
"@eslint/object-schema" "^2.1.6"
1007+
debug "^4.3.1"
1008+
minimatch "^3.1.2"
1009+
1010+
"@eslint/config-helpers@^0.2.0":
1011+
version "0.2.1"
1012+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.1.tgz#26042c028d1beee5ce2235a7929b91c52651646d"
1013+
integrity sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==
1014+
1015+
"@eslint/core@^0.12.0":
1016+
version "0.12.0"
1017+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
1018+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
1019+
dependencies:
1020+
"@types/json-schema" "^7.0.15"
1021+
1022+
"@eslint/core@^0.13.0":
1023+
version "0.13.0"
1024+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
1025+
integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==
1026+
dependencies:
1027+
"@types/json-schema" "^7.0.15"
10001028

10011029
"@eslint/eslintrc@^2.1.4":
10021030
version "2.1.4"
@@ -1013,11 +1041,57 @@
10131041
minimatch "^3.1.2"
10141042
strip-json-comments "^3.1.1"
10151043

1044+
"@eslint/eslintrc@^3.3.1":
1045+
version "3.3.1"
1046+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
1047+
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
1048+
dependencies:
1049+
ajv "^6.12.4"
1050+
debug "^4.3.2"
1051+
espree "^10.0.1"
1052+
globals "^14.0.0"
1053+
ignore "^5.2.0"
1054+
import-fresh "^3.2.1"
1055+
js-yaml "^4.1.0"
1056+
minimatch "^3.1.2"
1057+
strip-json-comments "^3.1.1"
1058+
10161059
"@eslint/js@8.57.0":
10171060
version "8.57.0"
10181061
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
10191062
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
10201063

1064+
"@eslint/js@9.24.0":
1065+
version "9.24.0"
1066+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e"
1067+
integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==
1068+
1069+
"@eslint/object-schema@^2.1.6":
1070+
version "2.1.6"
1071+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
1072+
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
1073+
1074+
"@eslint/plugin-kit@^0.2.7":
1075+
version "0.2.8"
1076+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
1077+
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
1078+
dependencies:
1079+
"@eslint/core" "^0.13.0"
1080+
levn "^0.4.1"
1081+
1082+
"@humanfs/core@^0.19.1":
1083+
version "0.19.1"
1084+
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77"
1085+
integrity sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==
1086+
1087+
"@humanfs/node@^0.16.6":
1088+
version "0.16.6"
1089+
resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.6.tgz#ee2a10eaabd1131987bf0488fd9b820174cd765e"
1090+
integrity sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==
1091+
dependencies:
1092+
"@humanfs/core" "^0.19.1"
1093+
"@humanwhocodes/retry" "^0.3.0"
1094+
10211095
"@humanwhocodes/config-array@^0.11.14":
10221096
version "0.11.14"
10231097
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
@@ -1037,6 +1111,16 @@
10371111
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
10381112
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
10391113

1114+
"@humanwhocodes/retry@^0.3.0":
1115+
version "0.3.1"
1116+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
1117+
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
1118+
1119+
"@humanwhocodes/retry@^0.4.2":
1120+
version "0.4.2"
1121+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
1122+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
1123+
10401124
"@isaacs/cliui@^8.0.2":
10411125
version "8.0.2"
10421126
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -1552,16 +1636,11 @@
15521636
dependencies:
15531637
"@types/istanbul-lib-report" "*"
15541638

1555-
"@types/json-schema@*":
1639+
"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
15561640
version "7.0.15"
15571641
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
15581642
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
15591643

1560-
"@types/json-schema@^7.0.9":
1561-
version "7.0.11"
1562-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1563-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1564-
15651644
"@types/node@*":
15661645
version "18.15.11"
15671646
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
@@ -1864,17 +1943,7 @@ ajv@^6.12.3, ajv@^6.12.4:
18641943
json-schema-traverse "^0.4.1"
18651944
uri-js "^4.2.2"
18661945

1867-
ajv@^8.0.0, ajv@^8.11.0:
1868-
version "8.12.0"
1869-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
1870-
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
1871-
dependencies:
1872-
fast-deep-equal "^3.1.1"
1873-
json-schema-traverse "^1.0.0"
1874-
require-from-string "^2.0.2"
1875-
uri-js "^4.2.2"
1876-
1877-
ajv@^8.9.0:
1946+
ajv@^8.0.0, ajv@^8.11.0, ajv@^8.9.0:
18781947
version "8.17.1"
18791948
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
18801949
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
@@ -2517,7 +2586,7 @@ create-require@^1.1.0:
25172586
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
25182587
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
25192588

2520-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2589+
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
25212590
version "7.0.6"
25222591
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
25232592
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -2746,12 +2815,25 @@ eslint-scope@^7.1.1, eslint-scope@^7.2.2:
27462815
esrecurse "^4.3.0"
27472816
estraverse "^5.2.0"
27482817

2818+
eslint-scope@^8.3.0:
2819+
version "8.3.0"
2820+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
2821+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
2822+
dependencies:
2823+
esrecurse "^4.3.0"
2824+
estraverse "^5.2.0"
2825+
27492826
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
27502827
version "3.4.3"
27512828
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27522829
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27532830

2754-
eslint@^8, eslint@^8.51.0, eslint@^8.7.0:
2831+
eslint-visitor-keys@^4.2.0:
2832+
version "4.2.0"
2833+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2834+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2835+
2836+
eslint@^8.51.0, eslint@^8.7.0:
27552837
version "8.57.0"
27562838
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
27572839
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
@@ -2795,6 +2877,56 @@ eslint@^8, eslint@^8.51.0, eslint@^8.7.0:
27952877
strip-ansi "^6.0.1"
27962878
text-table "^0.2.0"
27972879

2880+
eslint@^9:
2881+
version "9.24.0"
2882+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.24.0.tgz#9a7f2e6cb2de81c405ab244b02f4584c79dc6bee"
2883+
integrity sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==
2884+
dependencies:
2885+
"@eslint-community/eslint-utils" "^4.2.0"
2886+
"@eslint-community/regexpp" "^4.12.1"
2887+
"@eslint/config-array" "^0.20.0"
2888+
"@eslint/config-helpers" "^0.2.0"
2889+
"@eslint/core" "^0.12.0"
2890+
"@eslint/eslintrc" "^3.3.1"
2891+
"@eslint/js" "9.24.0"
2892+
"@eslint/plugin-kit" "^0.2.7"
2893+
"@humanfs/node" "^0.16.6"
2894+
"@humanwhocodes/module-importer" "^1.0.1"
2895+
"@humanwhocodes/retry" "^0.4.2"
2896+
"@types/estree" "^1.0.6"
2897+
"@types/json-schema" "^7.0.15"
2898+
ajv "^6.12.4"
2899+
chalk "^4.0.0"
2900+
cross-spawn "^7.0.6"
2901+
debug "^4.3.2"
2902+
escape-string-regexp "^4.0.0"
2903+
eslint-scope "^8.3.0"
2904+
eslint-visitor-keys "^4.2.0"
2905+
espree "^10.3.0"
2906+
esquery "^1.5.0"
2907+
esutils "^2.0.2"
2908+
fast-deep-equal "^3.1.3"
2909+
file-entry-cache "^8.0.0"
2910+
find-up "^5.0.0"
2911+
glob-parent "^6.0.2"
2912+
ignore "^5.2.0"
2913+
imurmurhash "^0.1.4"
2914+
is-glob "^4.0.0"
2915+
json-stable-stringify-without-jsonify "^1.0.1"
2916+
lodash.merge "^4.6.2"
2917+
minimatch "^3.1.2"
2918+
natural-compare "^1.4.0"
2919+
optionator "^0.9.3"
2920+
2921+
espree@^10.0.1, espree@^10.3.0:
2922+
version "10.3.0"
2923+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
2924+
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
2925+
dependencies:
2926+
acorn "^8.14.0"
2927+
acorn-jsx "^5.3.2"
2928+
eslint-visitor-keys "^4.2.0"
2929+
27982930
espree@^9.3.1, espree@^9.6.0, espree@^9.6.1:
27992931
version "9.6.1"
28002932
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
@@ -2809,10 +2941,10 @@ esprima@^4.0.0:
28092941
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
28102942
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
28112943

2812-
esquery@^1.4.0, esquery@^1.4.2:
2813-
version "1.5.0"
2814-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2815-
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
2944+
esquery@^1.4.0, esquery@^1.4.2, esquery@^1.5.0:
2945+
version "1.6.0"
2946+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
2947+
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
28162948
dependencies:
28172949
estraverse "^5.1.0"
28182950

@@ -2989,6 +3121,13 @@ file-entry-cache@^6.0.1:
29893121
dependencies:
29903122
flat-cache "^3.0.4"
29913123

3124+
file-entry-cache@^8.0.0:
3125+
version "8.0.0"
3126+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
3127+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
3128+
dependencies:
3129+
flat-cache "^4.0.0"
3130+
29923131
fill-range@^7.1.1:
29933132
version "7.1.1"
29943133
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
@@ -3043,6 +3182,14 @@ flat-cache@^3.0.4:
30433182
flatted "^3.1.0"
30443183
rimraf "^3.0.2"
30453184

3185+
flat-cache@^4.0.0:
3186+
version "4.0.1"
3187+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
3188+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
3189+
dependencies:
3190+
flatted "^3.2.9"
3191+
keyv "^4.5.4"
3192+
30463193
flat@^5.0.2:
30473194
version "5.0.2"
30483195
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
@@ -3053,6 +3200,11 @@ flatted@^3.1.0:
30533200
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
30543201
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
30553202

3203+
flatted@^3.2.9:
3204+
version "3.3.3"
3205+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
3206+
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
3207+
30563208
follow-redirects@^1.15.6:
30573209
version "1.15.6"
30583210
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
@@ -3237,6 +3389,11 @@ globals@^13.19.0:
32373389
dependencies:
32383390
type-fest "^0.20.2"
32393391

3392+
globals@^14.0.0:
3393+
version "14.0.0"
3394+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
3395+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
3396+
32403397
globby@^11.1.0:
32413398
version "11.1.0"
32423399
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -3996,6 +4153,11 @@ jsesc@~0.5.0:
39964153
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
39974154
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
39984155

4156+
json-buffer@3.0.1:
4157+
version "3.0.1"
4158+
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
4159+
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
4160+
39994161
json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
40004162
version "2.3.1"
40014163
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
@@ -4050,6 +4212,13 @@ jsprim@^1.2.2:
40504212
json-schema "0.4.0"
40514213
verror "1.10.0"
40524214

4215+
keyv@^4.5.4:
4216+
version "4.5.4"
4217+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
4218+
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
4219+
dependencies:
4220+
json-buffer "3.0.1"
4221+
40534222
kind-of@^6.0.2:
40544223
version "6.0.3"
40554224
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
@@ -4322,14 +4491,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
43224491
dependencies:
43234492
brace-expansion "^1.1.7"
43244493

4325-
minimatch@^9.0.1:
4326-
version "9.0.3"
4327-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
4328-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
4329-
dependencies:
4330-
brace-expansion "^2.0.1"
4331-
4332-
minimatch@^9.0.4:
4494+
minimatch@^9.0.1, minimatch@^9.0.4:
43334495
version "9.0.4"
43344496
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
43354497
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==

0 commit comments

Comments
 (0)