Skip to content

Commit 15e2f4a

Browse files
build(deps): update dependency eslint to v9
1 parent c962135 commit 15e2f4a

File tree

2 files changed

+95
-98
lines changed

2 files changed

+95
-98
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ava": "6.1.3",
4343
"conventional-changelog-conventionalcommits": "7.0.2",
4444
"cz-conventional-changelog": "3.3.0",
45-
"eslint": "8.57.0",
45+
"eslint": "9.11.1",
4646
"eslint-config-prettier": "9.1.0",
4747
"eslint-plugin-import": "2.30.0",
4848
"eslint-plugin-jsdoc": "48.11.0",

yarn.lock

Lines changed: 94 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -102,49 +102,66 @@
102102
dependencies:
103103
eslint-visitor-keys "^3.3.0"
104104

105-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
106-
version "4.11.0"
107-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
108-
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
105+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.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.6.0":
120+
version "0.6.0"
121+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
122+
integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
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.11.1"
141+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
142+
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
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==
129148

130-
"@humanwhocodes/config-array@^0.11.14":
131-
version "0.11.14"
132-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
133-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
149+
"@eslint/plugin-kit@^0.2.0":
150+
version "0.2.0"
151+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d"
152+
integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==
134153
dependencies:
135-
"@humanwhocodes/object-schema" "^2.0.2"
136-
debug "^4.3.1"
137-
minimatch "^3.0.5"
154+
levn "^0.4.1"
138155

139156
"@humanwhocodes/module-importer@^1.0.1":
140157
version "1.0.1"
141158
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
142159
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
143160

144-
"@humanwhocodes/object-schema@^2.0.2":
145-
version "2.0.3"
146-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
147-
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
161+
"@humanwhocodes/retry@^0.3.0":
162+
version "0.3.0"
163+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
164+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
148165

149166
"@isaacs/cliui@^8.0.2":
150167
version "8.0.2"
@@ -777,11 +794,21 @@
777794
dependencies:
778795
"@types/node" "*"
779796

797+
"@types/estree@^1.0.6":
798+
version "1.0.6"
799+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
800+
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
801+
780802
"@types/is-integer@^1.0.0", "@types/is-integer@^1.0.2":
781803
version "1.0.2"
782804
resolved "https://registry.yarnpkg.com/@types/is-integer/-/is-integer-1.0.2.tgz#6ea8acb26466344004867743ab18de2289b0afc1"
783805
integrity sha512-vf5QKHpLtM0zxUdHLEOPYwTRYSHFJE7ECkpNAnq06eHAfK1O6ANdsefd9Qbu/0OUcdh67/D5GT/ZXitT9YNXbA==
784806

807+
"@types/json-schema@^7.0.15":
808+
version "7.0.15"
809+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
810+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
811+
785812
"@types/json5@^0.0.29":
786813
version "0.0.29"
787814
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -880,11 +907,6 @@
880907
"@typescript-eslint/types" "7.18.0"
881908
eslint-visitor-keys "^3.4.3"
882909

883-
"@ungap/structured-clone@^1.2.0":
884-
version "1.2.0"
885-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
886-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
887-
888910
"@vercel/nft@^0.26.2":
889911
version "0.26.5"
890912
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.26.5.tgz#f21e40576b76446851b6cbff79f39a72dab4d6b2"
@@ -938,7 +960,7 @@ acorn-walk@^8.1.1, acorn-walk@^8.3.2:
938960
dependencies:
939961
acorn "^8.11.0"
940962

941-
acorn@^8.11.0, acorn@^8.11.3, acorn@^8.12.0, acorn@^8.4.1, acorn@^8.6.0, acorn@^8.9.0:
963+
acorn@^8.11.0, acorn@^8.11.3, acorn@^8.12.0, acorn@^8.4.1, acorn@^8.6.0:
942964
version "8.12.1"
943965
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
944966
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
@@ -1906,13 +1928,6 @@ doctrine@^2.1.0:
19061928
dependencies:
19071929
esutils "^2.0.2"
19081930

1909-
doctrine@^3.0.0:
1910-
version "3.0.0"
1911-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
1912-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
1913-
dependencies:
1914-
esutils "^2.0.2"
1915-
19161931
dot-prop@^5.1.0:
19171932
version "5.3.0"
19181933
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
@@ -2187,15 +2202,15 @@ [email protected]:
21872202
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.25.1.tgz#0619798dbc27b04fd0a8e6d0fb6adf7fa2cb5041"
21882203
integrity sha512-5IOKvj/GMBNqjxBdItfotfRHo7w48496GOu1hxdeXuD0mB1JBlDCViiLHETDTfA8pDAVSBimBEQoetRXYceQEw==
21892204

2190-
eslint-scope@^7.2.2:
2191-
version "7.2.2"
2192-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
2193-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
2205+
eslint-scope@^8.0.2:
2206+
version "8.0.2"
2207+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
2208+
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
21942209
dependencies:
21952210
esrecurse "^4.3.0"
21962211
estraverse "^5.2.0"
21972212

2198-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
2213+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
21992214
version "3.4.3"
22002215
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
22012216
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -2205,51 +2220,50 @@ eslint-visitor-keys@^4.0.0:
22052220
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
22062221
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
22072222

2208-
eslint@8.57.0:
2209-
version "8.57.0"
2210-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
2211-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
2223+
eslint@9.11.1:
2224+
version "9.11.1"
2225+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567"
2226+
integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==
22122227
dependencies:
22132228
"@eslint-community/eslint-utils" "^4.2.0"
2214-
"@eslint-community/regexpp" "^4.6.1"
2215-
"@eslint/eslintrc" "^2.1.4"
2216-
"@eslint/js" "8.57.0"
2217-
"@humanwhocodes/config-array" "^0.11.14"
2229+
"@eslint-community/regexpp" "^4.11.0"
2230+
"@eslint/config-array" "^0.18.0"
2231+
"@eslint/core" "^0.6.0"
2232+
"@eslint/eslintrc" "^3.1.0"
2233+
"@eslint/js" "9.11.1"
2234+
"@eslint/plugin-kit" "^0.2.0"
22182235
"@humanwhocodes/module-importer" "^1.0.1"
2236+
"@humanwhocodes/retry" "^0.3.0"
22192237
"@nodelib/fs.walk" "^1.2.8"
2220-
"@ungap/structured-clone" "^1.2.0"
2238+
"@types/estree" "^1.0.6"
2239+
"@types/json-schema" "^7.0.15"
22212240
ajv "^6.12.4"
22222241
chalk "^4.0.0"
22232242
cross-spawn "^7.0.2"
22242243
debug "^4.3.2"
2225-
doctrine "^3.0.0"
22262244
escape-string-regexp "^4.0.0"
2227-
eslint-scope "^7.2.2"
2228-
eslint-visitor-keys "^3.4.3"
2229-
espree "^9.6.1"
2230-
esquery "^1.4.2"
2245+
eslint-scope "^8.0.2"
2246+
eslint-visitor-keys "^4.0.0"
2247+
espree "^10.1.0"
2248+
esquery "^1.5.0"
22312249
esutils "^2.0.2"
22322250
fast-deep-equal "^3.1.3"
2233-
file-entry-cache "^6.0.1"
2251+
file-entry-cache "^8.0.0"
22342252
find-up "^5.0.0"
22352253
glob-parent "^6.0.2"
2236-
globals "^13.19.0"
2237-
graphemer "^1.4.0"
22382254
ignore "^5.2.0"
22392255
imurmurhash "^0.1.4"
22402256
is-glob "^4.0.0"
22412257
is-path-inside "^3.0.3"
2242-
js-yaml "^4.1.0"
22432258
json-stable-stringify-without-jsonify "^1.0.1"
2244-
levn "^0.4.1"
22452259
lodash.merge "^4.6.2"
22462260
minimatch "^3.1.2"
22472261
natural-compare "^1.4.0"
22482262
optionator "^0.9.3"
22492263
strip-ansi "^6.0.1"
22502264
text-table "^0.2.0"
22512265

2252-
espree@^10.1.0:
2266+
espree@^10.0.1, espree@^10.1.0:
22532267
version "10.1.0"
22542268
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
22552269
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
@@ -2258,21 +2272,12 @@ espree@^10.1.0:
22582272
acorn-jsx "^5.3.2"
22592273
eslint-visitor-keys "^4.0.0"
22602274

2261-
espree@^9.6.0, espree@^9.6.1:
2262-
version "9.6.1"
2263-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
2264-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
2265-
dependencies:
2266-
acorn "^8.9.0"
2267-
acorn-jsx "^5.3.2"
2268-
eslint-visitor-keys "^3.4.1"
2269-
22702275
esprima@^4.0.0:
22712276
version "4.0.1"
22722277
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
22732278
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
22742279

2275-
esquery@^1.4.2, esquery@^1.6.0:
2280+
esquery@^1.5.0, esquery@^1.6.0:
22762281
version "1.6.0"
22772282
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
22782283
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
@@ -2406,12 +2411,12 @@ figures@^6.0.0, figures@^6.0.1:
24062411
dependencies:
24072412
is-unicode-supported "^2.0.0"
24082413

2409-
file-entry-cache@^6.0.1:
2410-
version "6.0.1"
2411-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
2412-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
2414+
file-entry-cache@^8.0.0:
2415+
version "8.0.0"
2416+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
2417+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
24132418
dependencies:
2414-
flat-cache "^3.0.4"
2419+
flat-cache "^4.0.0"
24152420

24162421
24172422
version "1.0.0"
@@ -2475,14 +2480,13 @@ findup-sync@^4.0.0:
24752480
micromatch "^4.0.2"
24762481
resolve-dir "^1.0.1"
24772482

2478-
flat-cache@^3.0.4:
2479-
version "3.2.0"
2480-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
2481-
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
2483+
flat-cache@^4.0.0:
2484+
version "4.0.1"
2485+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
2486+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
24822487
dependencies:
24832488
flatted "^3.2.9"
2484-
keyv "^4.5.3"
2485-
rimraf "^3.0.2"
2489+
keyv "^4.5.4"
24862490

24872491
flatted@^3.2.9:
24882492
version "3.3.1"
@@ -2707,12 +2711,10 @@ global-prefix@^1.0.1:
27072711
is-windows "^1.0.1"
27082712
which "^1.2.14"
27092713

2710-
globals@^13.19.0:
2711-
version "13.24.0"
2712-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
2713-
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
2714-
dependencies:
2715-
type-fest "^0.20.2"
2714+
globals@^14.0.0:
2715+
version "14.0.0"
2716+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
2717+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
27162718

27172719
globalthis@^1.0.3:
27182720
version "1.0.4"
@@ -3450,7 +3452,7 @@ just-diff@^6.0.0:
34503452
resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-6.0.2.tgz#03b65908543ac0521caf6d8eb85035f7d27ea285"
34513453
integrity sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA==
34523454

3453-
keyv@^4.5.3:
3455+
keyv@^4.5.4:
34543456
version "4.5.4"
34553457
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
34563458
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -3800,7 +3802,7 @@ mimic-function@^5.0.0:
38003802
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
38013803
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
38023804

3803-
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
3805+
minimatch@^3.1.1, minimatch@^3.1.2:
38043806
version "3.1.2"
38053807
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
38063808
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -5484,11 +5486,6 @@ type-fest@^0.13.1:
54845486
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
54855487
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
54865488

5487-
type-fest@^0.20.2:
5488-
version "0.20.2"
5489-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
5490-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
5491-
54925489
type-fest@^0.21.3:
54935490
version "0.21.3"
54945491
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"

0 commit comments

Comments
 (0)