Skip to content

Commit 1c16e33

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

File tree

2 files changed

+106
-100
lines changed

2 files changed

+106
-100
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.11.1",
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: 105 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -102,54 +102,71 @@
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.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==
148+
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==
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==
139-
dependencies:
140-
"@humanwhocodes/object-schema" "^2.0.2"
141-
debug "^4.3.1"
142-
minimatch "^3.0.5"
143-
144161
"@humanwhocodes/module-importer@^1.0.1":
145162
version "1.0.1"
146163
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
147164
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
148165

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==
166+
"@humanwhocodes/retry@^0.3.0":
167+
version "0.3.0"
168+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
169+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
153170

154171
"@isaacs/string-locale-compare@^1.1.0":
155172
version "1.1.0"
@@ -620,7 +637,12 @@
620637
dependencies:
621638
"@types/node" "*"
622639

623-
"@types/json-schema@^7.0.9":
640+
"@types/estree@^1.0.6":
641+
version "1.0.6"
642+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
643+
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
644+
645+
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
624646
version "7.0.15"
625647
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
626648
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -746,11 +768,6 @@
746768
"@typescript-eslint/types" "5.62.0"
747769
eslint-visitor-keys "^3.3.0"
748770

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-
754771
JSONStream@^1.0.4:
755772
version "1.3.5"
756773
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -774,10 +791,10 @@ acorn-walk@^8.1.1, acorn-walk@^8.2.0:
774791
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
775792
integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
776793

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==
794+
acorn@^8.12.0, acorn@^8.4.1, acorn@^8.8.2:
795+
version "8.12.1"
796+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
797+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
781798

782799
agent-base@6, agent-base@^6.0.2:
783800
version "6.0.2"
@@ -1844,13 +1861,6 @@ doctrine@^2.1.0:
18441861
dependencies:
18451862
esutils "^2.0.2"
18461863

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-
18541864
dot-prop@^5.1.0:
18551865
version "5.3.0"
18561866
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
@@ -2114,78 +2124,82 @@ eslint-scope@^5.1.1:
21142124
esrecurse "^4.3.0"
21152125
estraverse "^4.1.1"
21162126

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==
2127+
eslint-scope@^8.0.2:
2128+
version "8.0.2"
2129+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
2130+
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
21212131
dependencies:
21222132
esrecurse "^4.3.0"
21232133
estraverse "^5.2.0"
21242134

2125-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
2135+
eslint-visitor-keys@^3.3.0:
21262136
version "3.4.3"
21272137
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
21282138
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
21292139

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==
2140+
eslint-visitor-keys@^4.0.0:
2141+
version "4.0.0"
2142+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
2143+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
2144+
2145+
2146+
version "9.11.1"
2147+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567"
2148+
integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==
21342149
dependencies:
21352150
"@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"
2151+
"@eslint-community/regexpp" "^4.11.0"
2152+
"@eslint/config-array" "^0.18.0"
2153+
"@eslint/core" "^0.6.0"
2154+
"@eslint/eslintrc" "^3.1.0"
2155+
"@eslint/js" "9.11.1"
2156+
"@eslint/plugin-kit" "^0.2.0"
21402157
"@humanwhocodes/module-importer" "^1.0.1"
2158+
"@humanwhocodes/retry" "^0.3.0"
21412159
"@nodelib/fs.walk" "^1.2.8"
2142-
"@ungap/structured-clone" "^1.2.0"
2160+
"@types/estree" "^1.0.6"
2161+
"@types/json-schema" "^7.0.15"
21432162
ajv "^6.12.4"
21442163
chalk "^4.0.0"
21452164
cross-spawn "^7.0.2"
21462165
debug "^4.3.2"
2147-
doctrine "^3.0.0"
21482166
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"
2167+
eslint-scope "^8.0.2"
2168+
eslint-visitor-keys "^4.0.0"
2169+
espree "^10.1.0"
2170+
esquery "^1.5.0"
21532171
esutils "^2.0.2"
21542172
fast-deep-equal "^3.1.3"
2155-
file-entry-cache "^6.0.1"
2173+
file-entry-cache "^8.0.0"
21562174
find-up "^5.0.0"
21572175
glob-parent "^6.0.2"
2158-
globals "^13.19.0"
2159-
graphemer "^1.4.0"
21602176
ignore "^5.2.0"
21612177
imurmurhash "^0.1.4"
21622178
is-glob "^4.0.0"
21632179
is-path-inside "^3.0.3"
2164-
js-yaml "^4.1.0"
21652180
json-stable-stringify-without-jsonify "^1.0.1"
2166-
levn "^0.4.1"
21672181
lodash.merge "^4.6.2"
21682182
minimatch "^3.1.2"
21692183
natural-compare "^1.4.0"
21702184
optionator "^0.9.3"
21712185
strip-ansi "^6.0.1"
21722186
text-table "^0.2.0"
21732187

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==
2188+
espree@^10.0.1, espree@^10.1.0:
2189+
version "10.1.0"
2190+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
2191+
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
21782192
dependencies:
2179-
acorn "^8.9.0"
2193+
acorn "^8.12.0"
21802194
acorn-jsx "^5.3.2"
2181-
eslint-visitor-keys "^3.4.1"
2195+
eslint-visitor-keys "^4.0.0"
21822196

21832197
esprima@^4.0.0, esprima@~4.0.0:
21842198
version "4.0.1"
21852199
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
21862200
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
21872201

2188-
esquery@^1.4.2, esquery@^1.5.0:
2202+
esquery@^1.5.0:
21892203
version "1.5.0"
21902204
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
21912205
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
@@ -2315,12 +2329,12 @@ figures@^5.0.0:
23152329
escape-string-regexp "^5.0.0"
23162330
is-unicode-supported "^1.2.0"
23172331

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==
2332+
file-entry-cache@^8.0.0:
2333+
version "8.0.0"
2334+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
2335+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
23222336
dependencies:
2323-
flat-cache "^3.0.4"
2337+
flat-cache "^4.0.0"
23242338

23252339
fill-range@^7.0.1:
23262340
version "7.0.1"
@@ -2390,14 +2404,13 @@ findup-sync@^4.0.0:
23902404
micromatch "^4.0.2"
23912405
resolve-dir "^1.0.1"
23922406

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==
2407+
flat-cache@^4.0.0:
2408+
version "4.0.1"
2409+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
2410+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
23972411
dependencies:
23982412
flatted "^3.2.9"
2399-
keyv "^4.5.3"
2400-
rimraf "^3.0.2"
2413+
keyv "^4.5.4"
24012414

24022415
flatted@^3.2.9:
24032416
version "3.3.1"
@@ -2600,12 +2613,10 @@ global-prefix@^1.0.1:
26002613
is-windows "^1.0.1"
26012614
which "^1.2.14"
26022615

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"
2616+
globals@^14.0.0:
2617+
version "14.0.0"
2618+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
2619+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
26092620

26102621
globalthis@^1.0.3:
26112622
version "1.0.4"
@@ -3349,7 +3360,7 @@ just-diff@^5.0.1:
33493360
resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-5.2.0.tgz#60dca55891cf24cd4a094e33504660692348a241"
33503361
integrity sha512-6ufhP9SHjb7jibNFrNxyFZ6od3g+An6Ai9mhGRvcYe8UJlH0prseN64M+6ZBBUoKYHZsitDP42gAJ8+eVWr3lw==
33513362

3352-
keyv@^4.5.3:
3363+
keyv@^4.5.4:
33533364
version "4.5.4"
33543365
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
33553366
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -3754,7 +3765,7 @@ min-indent@^1.0.0:
37543765
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
37553766
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
37563767

3757-
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
3768+
minimatch@^3.1.1, minimatch@^3.1.2:
37583769
version "3.1.2"
37593770
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37603771
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -5502,11 +5513,6 @@ type-fest@^0.18.0:
55025513
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
55035514
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
55045515

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-
55105516
type-fest@^0.21.3:
55115517
version "0.21.3"
55125518
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"

0 commit comments

Comments
 (0)