Skip to content

Commit dca4d15

Browse files
build(deps): update dependency eslint to v9
1 parent 6f3aba9 commit dca4d15

File tree

2 files changed

+120
-103
lines changed

2 files changed

+120
-103
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/parser": "5.62.0",
3939
"ava": "5.3.1",
4040
"cz-conventional-changelog": "3.3.0",
41-
"eslint": "8.57.0",
41+
"eslint": "9.13.0",
4242
"eslint-config-prettier": "9.1.0",
4343
"eslint-plugin-import": "2.29.1",
4444
"eslint-plugin-jsdoc": "40.3.0",

yarn.lock

Lines changed: 119 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -102,54 +102,84 @@
102102
dependencies:
103103
eslint-visitor-keys "^3.3.0"
104104

105-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
106-
version "4.10.0"
107-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
108-
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
105+
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.4.0":
106+
version "4.11.1"
107+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
108+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
109109

110-
"@eslint/eslintrc@^2.1.4":
111-
version "2.1.4"
112-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
113-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
110+
"@eslint/config-array@^0.18.0":
111+
version "0.18.0"
112+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
113+
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
114+
dependencies:
115+
"@eslint/object-schema" "^2.1.4"
116+
debug "^4.3.1"
117+
minimatch "^3.1.2"
118+
119+
"@eslint/core@^0.7.0":
120+
version "0.7.0"
121+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.7.0.tgz#a1bb4b6a4e742a5ff1894b7ee76fbf884ec72bd3"
122+
integrity sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==
123+
124+
"@eslint/eslintrc@^3.1.0":
125+
version "3.1.0"
126+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
127+
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
114128
dependencies:
115129
ajv "^6.12.4"
116130
debug "^4.3.2"
117-
espree "^9.6.0"
118-
globals "^13.19.0"
131+
espree "^10.0.1"
132+
globals "^14.0.0"
119133
ignore "^5.2.0"
120134
import-fresh "^3.2.1"
121135
js-yaml "^4.1.0"
122136
minimatch "^3.1.2"
123137
strip-json-comments "^3.1.1"
124138

125-
126-
version "8.57.0"
127-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
128-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
139+
140+
version "9.13.0"
141+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.13.0.tgz#c5f89bcd57eb54d5d4fa8b77693e9c28dc97e547"
142+
integrity sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==
143+
144+
"@eslint/object-schema@^2.1.4":
145+
version "2.1.4"
146+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
147+
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
148+
149+
"@eslint/plugin-kit@^0.2.0":
150+
version "0.2.1"
151+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.1.tgz#cd14fe2db79fa639839dfef4105e83bad1814482"
152+
integrity sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw==
153+
dependencies:
154+
levn "^0.4.1"
129155

130156
"@gar/promisify@^1.1.3":
131157
version "1.1.3"
132158
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
133159
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
134160

135-
"@humanwhocodes/config-array@^0.11.14":
136-
version "0.11.14"
137-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
138-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
161+
"@humanfs/core@^0.19.0":
162+
version "0.19.0"
163+
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.0.tgz#08db7a8c73bb07673d9ebd925f2dad746411fcec"
164+
integrity sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==
165+
166+
"@humanfs/node@^0.16.5":
167+
version "0.16.5"
168+
resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.5.tgz#a9febb7e7ad2aff65890fdc630938f8d20aa84ba"
169+
integrity sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==
139170
dependencies:
140-
"@humanwhocodes/object-schema" "^2.0.2"
141-
debug "^4.3.1"
142-
minimatch "^3.0.5"
171+
"@humanfs/core" "^0.19.0"
172+
"@humanwhocodes/retry" "^0.3.0"
143173

144174
"@humanwhocodes/module-importer@^1.0.1":
145175
version "1.0.1"
146176
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
147177
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
148178

149-
"@humanwhocodes/object-schema@^2.0.2":
150-
version "2.0.3"
151-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
152-
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
179+
"@humanwhocodes/retry@^0.3.0", "@humanwhocodes/retry@^0.3.1":
180+
version "0.3.1"
181+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
182+
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
153183

154184
"@isaacs/string-locale-compare@^1.1.0":
155185
version "1.1.0"
@@ -187,7 +217,7 @@
187217
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
188218
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
189219

190-
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
220+
"@nodelib/fs.walk@^1.2.3":
191221
version "1.2.8"
192222
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
193223
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -620,7 +650,12 @@
620650
dependencies:
621651
"@types/node" "*"
622652

623-
"@types/json-schema@^7.0.9":
653+
"@types/estree@^1.0.6":
654+
version "1.0.6"
655+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
656+
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
657+
658+
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
624659
version "7.0.15"
625660
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
626661
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -746,11 +781,6 @@
746781
"@typescript-eslint/types" "5.62.0"
747782
eslint-visitor-keys "^3.3.0"
748783

749-
"@ungap/structured-clone@^1.2.0":
750-
version "1.2.0"
751-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
752-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
753-
754784
JSONStream@^1.0.4:
755785
version "1.3.5"
756786
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -774,10 +804,10 @@ acorn-walk@^8.1.1, acorn-walk@^8.2.0:
774804
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
775805
integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
776806

777-
acorn@^8.4.1, acorn@^8.8.2, acorn@^8.9.0:
778-
version "8.11.3"
779-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
780-
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
807+
acorn@^8.12.0, acorn@^8.4.1, acorn@^8.8.2:
808+
version "8.13.0"
809+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.13.0.tgz#2a30d670818ad16ddd6a35d3842dacec9e5d7ca3"
810+
integrity sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==
781811

782812
agent-base@6, agent-base@^6.0.2:
783813
version "6.0.2"
@@ -1844,13 +1874,6 @@ doctrine@^2.1.0:
18441874
dependencies:
18451875
esutils "^2.0.2"
18461876

1847-
doctrine@^3.0.0:
1848-
version "3.0.0"
1849-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
1850-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
1851-
dependencies:
1852-
esutils "^2.0.2"
1853-
18541877
dot-prop@^5.1.0:
18551878
version "5.3.0"
18561879
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
@@ -2114,78 +2137,80 @@ eslint-scope@^5.1.1:
21142137
esrecurse "^4.3.0"
21152138
estraverse "^4.1.1"
21162139

2117-
eslint-scope@^7.2.2:
2118-
version "7.2.2"
2119-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
2120-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
2140+
eslint-scope@^8.1.0:
2141+
version "8.1.0"
2142+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.1.0.tgz#70214a174d4cbffbc3e8a26911d8bf51b9ae9d30"
2143+
integrity sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==
21212144
dependencies:
21222145
esrecurse "^4.3.0"
21232146
estraverse "^5.2.0"
21242147

2125-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
2148+
eslint-visitor-keys@^3.3.0:
21262149
version "3.4.3"
21272150
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
21282151
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
21292152

2130-
2131-
version "8.57.0"
2132-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
2133-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
2153+
eslint-visitor-keys@^4.1.0:
2154+
version "4.1.0"
2155+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c"
2156+
integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==
2157+
2158+
2159+
version "9.13.0"
2160+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.13.0.tgz#7659014b7dda1ff876ecbd990f726e11c61596e6"
2161+
integrity sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==
21342162
dependencies:
21352163
"@eslint-community/eslint-utils" "^4.2.0"
2136-
"@eslint-community/regexpp" "^4.6.1"
2137-
"@eslint/eslintrc" "^2.1.4"
2138-
"@eslint/js" "8.57.0"
2139-
"@humanwhocodes/config-array" "^0.11.14"
2164+
"@eslint-community/regexpp" "^4.11.0"
2165+
"@eslint/config-array" "^0.18.0"
2166+
"@eslint/core" "^0.7.0"
2167+
"@eslint/eslintrc" "^3.1.0"
2168+
"@eslint/js" "9.13.0"
2169+
"@eslint/plugin-kit" "^0.2.0"
2170+
"@humanfs/node" "^0.16.5"
21402171
"@humanwhocodes/module-importer" "^1.0.1"
2141-
"@nodelib/fs.walk" "^1.2.8"
2142-
"@ungap/structured-clone" "^1.2.0"
2172+
"@humanwhocodes/retry" "^0.3.1"
2173+
"@types/estree" "^1.0.6"
2174+
"@types/json-schema" "^7.0.15"
21432175
ajv "^6.12.4"
21442176
chalk "^4.0.0"
21452177
cross-spawn "^7.0.2"
21462178
debug "^4.3.2"
2147-
doctrine "^3.0.0"
21482179
escape-string-regexp "^4.0.0"
2149-
eslint-scope "^7.2.2"
2150-
eslint-visitor-keys "^3.4.3"
2151-
espree "^9.6.1"
2152-
esquery "^1.4.2"
2180+
eslint-scope "^8.1.0"
2181+
eslint-visitor-keys "^4.1.0"
2182+
espree "^10.2.0"
2183+
esquery "^1.5.0"
21532184
esutils "^2.0.2"
21542185
fast-deep-equal "^3.1.3"
2155-
file-entry-cache "^6.0.1"
2186+
file-entry-cache "^8.0.0"
21562187
find-up "^5.0.0"
21572188
glob-parent "^6.0.2"
2158-
globals "^13.19.0"
2159-
graphemer "^1.4.0"
21602189
ignore "^5.2.0"
21612190
imurmurhash "^0.1.4"
21622191
is-glob "^4.0.0"
2163-
is-path-inside "^3.0.3"
2164-
js-yaml "^4.1.0"
21652192
json-stable-stringify-without-jsonify "^1.0.1"
2166-
levn "^0.4.1"
21672193
lodash.merge "^4.6.2"
21682194
minimatch "^3.1.2"
21692195
natural-compare "^1.4.0"
21702196
optionator "^0.9.3"
2171-
strip-ansi "^6.0.1"
21722197
text-table "^0.2.0"
21732198

2174-
espree@^9.6.0, espree@^9.6.1:
2175-
version "9.6.1"
2176-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
2177-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
2199+
espree@^10.0.1, espree@^10.2.0:
2200+
version "10.2.0"
2201+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.2.0.tgz#f4bcead9e05b0615c968e85f83816bc386a45df6"
2202+
integrity sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==
21782203
dependencies:
2179-
acorn "^8.9.0"
2204+
acorn "^8.12.0"
21802205
acorn-jsx "^5.3.2"
2181-
eslint-visitor-keys "^3.4.1"
2206+
eslint-visitor-keys "^4.1.0"
21822207

21832208
esprima@^4.0.0, esprima@~4.0.0:
21842209
version "4.0.1"
21852210
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
21862211
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
21872212

2188-
esquery@^1.4.2, esquery@^1.5.0:
2213+
esquery@^1.5.0:
21892214
version "1.5.0"
21902215
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
21912216
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
@@ -2315,12 +2340,12 @@ figures@^5.0.0:
23152340
escape-string-regexp "^5.0.0"
23162341
is-unicode-supported "^1.2.0"
23172342

2318-
file-entry-cache@^6.0.1:
2319-
version "6.0.1"
2320-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
2321-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
2343+
file-entry-cache@^8.0.0:
2344+
version "8.0.0"
2345+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
2346+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
23222347
dependencies:
2323-
flat-cache "^3.0.4"
2348+
flat-cache "^4.0.0"
23242349

23252350
fill-range@^7.0.1:
23262351
version "7.0.1"
@@ -2390,14 +2415,13 @@ findup-sync@^4.0.0:
23902415
micromatch "^4.0.2"
23912416
resolve-dir "^1.0.1"
23922417

2393-
flat-cache@^3.0.4:
2394-
version "3.2.0"
2395-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
2396-
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
2418+
flat-cache@^4.0.0:
2419+
version "4.0.1"
2420+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
2421+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
23972422
dependencies:
23982423
flatted "^3.2.9"
2399-
keyv "^4.5.3"
2400-
rimraf "^3.0.2"
2424+
keyv "^4.5.4"
24012425

24022426
flatted@^3.2.9:
24032427
version "3.3.1"
@@ -2600,12 +2624,10 @@ global-prefix@^1.0.1:
26002624
is-windows "^1.0.1"
26012625
which "^1.2.14"
26022626

2603-
globals@^13.19.0:
2604-
version "13.24.0"
2605-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
2606-
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
2607-
dependencies:
2608-
type-fest "^0.20.2"
2627+
globals@^14.0.0:
2628+
version "14.0.0"
2629+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
2630+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
26092631

26102632
globalthis@^1.0.3:
26112633
version "1.0.4"
@@ -3112,7 +3134,7 @@ is-path-cwd@^2.2.0:
31123134
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
31133135
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
31143136

3115-
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
3137+
is-path-inside@^3.0.2:
31163138
version "3.0.3"
31173139
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
31183140
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
@@ -3349,7 +3371,7 @@ just-diff@^5.0.1:
33493371
resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-5.2.0.tgz#60dca55891cf24cd4a094e33504660692348a241"
33503372
integrity sha512-6ufhP9SHjb7jibNFrNxyFZ6od3g+An6Ai9mhGRvcYe8UJlH0prseN64M+6ZBBUoKYHZsitDP42gAJ8+eVWr3lw==
33513373

3352-
keyv@^4.5.3:
3374+
keyv@^4.5.4:
33533375
version "4.5.4"
33543376
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
33553377
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -3754,7 +3776,7 @@ min-indent@^1.0.0:
37543776
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
37553777
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
37563778

3757-
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
3779+
minimatch@^3.1.1, minimatch@^3.1.2:
37583780
version "3.1.2"
37593781
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37603782
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -5502,11 +5524,6 @@ type-fest@^0.18.0:
55025524
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
55035525
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
55045526

5505-
type-fest@^0.20.2:
5506-
version "0.20.2"
5507-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
5508-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
5509-
55105527
type-fest@^0.21.3:
55115528
version "0.21.3"
55125529
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"

0 commit comments

Comments
 (0)