211
211
dependencies :
212
212
eslint-visitor-keys "^3.3.0"
213
213
214
- " @eslint-community/regexpp@^4.5.1" , "@eslint-community/regexpp@^4.6.1":
214
+ " @eslint-community/regexpp@^4.11.0 " :
215
+ version "4.11.0"
216
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
217
+ integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
218
+
219
+ " @eslint-community/regexpp@^4.5.1 " :
215
220
version "4.6.2"
216
221
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
217
222
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
218
223
219
- " @eslint/eslintrc@^2.1.4 " :
220
- version "2.1.4"
221
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
222
- integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
224
+ " @eslint/config-array@^0.17.1 " :
225
+ version "0.17.1"
226
+ resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.17.1.tgz#d9b8b8b6b946f47388f32bedfd3adf29ca8f8910"
227
+ integrity sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==
228
+ dependencies :
229
+ " @eslint/object-schema" " ^2.1.4"
230
+ debug "^4.3.1"
231
+ minimatch "^3.1.2"
232
+
233
+ " @eslint/eslintrc@^3.1.0 " :
234
+ version "3.1.0"
235
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
236
+ integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
223
237
dependencies :
224
238
ajv "^6.12.4"
225
239
debug "^4.3.2"
226
- espree "^9.6.0 "
227
- globals "^13.19 .0"
240
+ espree "^10.0.1 "
241
+ globals "^14.0 .0"
228
242
ignore "^5.2.0"
229
243
import-fresh "^3.2.1"
230
244
js-yaml "^4.1.0"
231
245
minimatch "^3.1.2"
232
246
strip-json-comments "^3.1.1"
233
247
234
- " @eslint/js@8.56 .0 " :
235
- version "8.56 .0"
236
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56 .0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b "
237
- integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A ==
248
+ " @eslint/js@9.9 .0 " :
249
+ version "9.9 .0"
250
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9 .0.tgz#d8437adda50b3ed4401964517b64b4f59b0e2638 "
251
+ integrity sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug ==
238
252
239
- " @humanwhocodes/config-array@^0.11.13 " :
240
- version "0.11.13"
241
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
242
- integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
243
- dependencies :
244
- " @humanwhocodes/object-schema" " ^2.0.1"
245
- debug "^4.1.1"
246
- minimatch "^3.0.5"
253
+ " @eslint/object-schema@^2.1.4 " :
254
+ version "2.1.4"
255
+ resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
256
+ integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
247
257
248
258
" @humanwhocodes/module-importer@^1.0.1 " :
249
259
version "1.0.1"
250
260
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
251
261
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
252
262
253
- " @humanwhocodes/object-schema@^2.0.1 " :
254
- version "2.0.1 "
255
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema /-/object-schema-2.0.1. tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044 "
256
- integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw ==
263
+ " @humanwhocodes/retry@^0.3.0 " :
264
+ version "0.3.0 "
265
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/retry /-/retry-0.3.0. tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570 "
266
+ integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew ==
257
267
258
268
" @isaacs/cliui@^8.0.2 " :
259
269
version "8.0.2"
522
532
" @typescript-eslint/types" " 7.5.0"
523
533
eslint-visitor-keys "^3.4.1"
524
534
525
- " @ungap/structured-clone@^1.2.0 " :
526
- version "1.2.0"
527
- resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
528
- integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
529
-
530
535
" @webassemblyjs/ast@1.12.1" , "@webassemblyjs/ast@^1.12.1":
531
536
version "1.12.1"
532
537
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
@@ -718,12 +723,12 @@ acorn@^7.1.1:
718
723
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
719
724
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
720
725
721
- acorn@^8.0.4, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.9.0 :
726
+ acorn@^8.0.4, acorn@^8.5.0, acorn@^8.7.1 :
722
727
version "8.9.0"
723
728
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.9.0.tgz#78a16e3b2bcc198c10822786fa6679e245db5b59"
724
729
integrity sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==
725
730
726
- acorn@^8.8.2 :
731
+ acorn@^8.12.0, acorn@^8. 8.2 :
727
732
version "8.12.1"
728
733
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
729
734
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
@@ -1231,7 +1236,7 @@ debug@2.6.9:
1231
1236
dependencies :
1232
1237
ms "2.0.0"
1233
1238
1234
- debug@^4.1.0, debug@^4.1.1, debug@^4. 3.1, debug@^4.3.2, debug@^4.3.4 :
1239
+ debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4 :
1235
1240
version "4.3.4"
1236
1241
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1237
1242
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1270,13 +1275,6 @@ dir-glob@^3.0.1:
1270
1275
dependencies :
1271
1276
path-type "^4.0.0"
1272
1277
1273
- doctrine@^3.0.0 :
1274
- version "3.0.0"
1275
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
1276
- integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
1277
- dependencies :
1278
- esutils "^2.0.2"
1279
-
1280
1278
doctypes@^1.1.0 :
1281
1279
version "1.1.0"
1282
1280
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
@@ -1378,54 +1376,55 @@ eslint-scope@5.1.1:
1378
1376
esrecurse "^4.3.0"
1379
1377
estraverse "^4.1.1"
1380
1378
1381
- eslint-scope@^7.2 .2 :
1382
- version "7.2 .2"
1383
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2 .2.tgz#deb4f92563390f32006894af62a22dba1c46423f "
1384
- integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg ==
1379
+ eslint-scope@^8.0 .2 :
1380
+ version "8.0 .2"
1381
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0 .2.tgz#5cbb33d4384c9136083a71190d548158fe128f94 "
1382
+ integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA ==
1385
1383
dependencies :
1386
1384
esrecurse "^4.3.0"
1387
1385
estraverse "^5.2.0"
1388
1386
1389
- eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3 :
1387
+ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1 :
1390
1388
version "3.4.3"
1391
1389
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1392
1390
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1393
1391
1394
- eslint@8.56.0 :
1395
- version "8.56.0"
1396
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
1397
- integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
1392
+ eslint-visitor-keys@^4.0.0 :
1393
+ version "4.0.0"
1394
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
1395
+ integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
1396
+
1397
+ eslint@9.9.0 :
1398
+ version "9.9.0"
1399
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.0.tgz#8d214e69ae4debeca7ae97daebbefe462072d975"
1400
+ integrity sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==
1398
1401
dependencies :
1399
1402
" @eslint-community/eslint-utils" " ^4.2.0"
1400
- " @eslint-community/regexpp" " ^4.6.1 "
1401
- " @eslint/eslintrc " " ^2.1.4 "
1402
- " @eslint/js " " 8.56 .0"
1403
- " @humanwhocodes/config-array " " ^0.11.13 "
1403
+ " @eslint-community/regexpp" " ^4.11.0 "
1404
+ " @eslint/config-array " " ^0.17.1 "
1405
+ " @eslint/eslintrc " " ^3.1 .0"
1406
+ " @eslint/js " " 9.9.0 "
1404
1407
" @humanwhocodes/module-importer" " ^1.0.1"
1408
+ " @humanwhocodes/retry" " ^0.3.0"
1405
1409
" @nodelib/fs.walk" " ^1.2.8"
1406
- " @ungap/structured-clone" " ^1.2.0"
1407
1410
ajv "^6.12.4"
1408
1411
chalk "^4.0.0"
1409
1412
cross-spawn "^7.0.2"
1410
1413
debug "^4.3.2"
1411
- doctrine "^3.0.0"
1412
1414
escape-string-regexp "^4.0.0"
1413
- eslint-scope "^7.2 .2"
1414
- eslint-visitor-keys "^3.4.3 "
1415
- espree "^9.6.1 "
1416
- esquery "^1.4.2 "
1415
+ eslint-scope "^8.0 .2"
1416
+ eslint-visitor-keys "^4.0.0 "
1417
+ espree "^10.1.0 "
1418
+ esquery "^1.5.0 "
1417
1419
esutils "^2.0.2"
1418
1420
fast-deep-equal "^3.1.3"
1419
- file-entry-cache "^6 .0.1 "
1421
+ file-entry-cache "^8 .0.0 "
1420
1422
find-up "^5.0.0"
1421
1423
glob-parent "^6.0.2"
1422
- globals "^13.19.0"
1423
- graphemer "^1.4.0"
1424
1424
ignore "^5.2.0"
1425
1425
imurmurhash "^0.1.4"
1426
1426
is-glob "^4.0.0"
1427
1427
is-path-inside "^3.0.3"
1428
- js-yaml "^4.1.0"
1429
1428
json-stable-stringify-without-jsonify "^1.0.1"
1430
1429
levn "^0.4.1"
1431
1430
lodash.merge "^4.6.2"
@@ -1435,19 +1434,19 @@ eslint@8.56.0:
1435
1434
strip-ansi "^6.0.1"
1436
1435
text-table "^0.2.0"
1437
1436
1438
- espree@^9.6.0 , espree@^9.6.1 :
1439
- version "9.6.1 "
1440
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1. tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f "
1441
- integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ ==
1437
+ espree@^10.0.1 , espree@^10.1.0 :
1438
+ version "10.1.0 "
1439
+ resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0. tgz#8788dae611574c0f070691f522e4116c5a11fc56 "
1440
+ integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA ==
1442
1441
dependencies :
1443
- acorn "^8.9 .0"
1442
+ acorn "^8.12 .0"
1444
1443
acorn-jsx "^5.3.2"
1445
- eslint-visitor-keys "^3.4.1 "
1444
+ eslint-visitor-keys "^4.0.0 "
1446
1445
1447
- esquery@^1.4.2 :
1448
- version "1.4.2 "
1449
- resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2 .tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1 "
1450
- integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng ==
1446
+ esquery@^1.5.0 :
1447
+ version "1.6.0 "
1448
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0 .tgz#91419234f804d852a82dceec3e16cdc22cf9dae7 "
1449
+ integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg ==
1451
1450
dependencies :
1452
1451
estraverse "^5.1.0"
1453
1452
@@ -1565,12 +1564,12 @@ fibers@5.0.3:
1565
1564
dependencies :
1566
1565
detect-libc "^1.0.3"
1567
1566
1568
- file-entry-cache@^6 .0.1 :
1569
- version "6 .0.1 "
1570
- resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6 .0.1 .tgz#211b2dd9659cb0394b073e7323ac3c933d522027 "
1571
- integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg ==
1567
+ file-entry-cache@^8 .0.0 :
1568
+ version "8 .0.0 "
1569
+ resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8 .0.0 .tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f "
1570
+ integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ ==
1572
1571
dependencies :
1573
- flat-cache "^3 .0.4 "
1572
+ flat-cache "^4 .0.0 "
1574
1573
1575
1574
fill-range@^7.0.1 :
1576
1575
version "7.0.1"
@@ -1624,18 +1623,18 @@ find-up@^6.3.0:
1624
1623
locate-path "^7.1.0"
1625
1624
path-exists "^5.0.0"
1626
1625
1627
- flat-cache@^3 .0.4 :
1628
- version "3 .0.4 "
1629
- resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3 .0.4 .tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11 "
1630
- integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg ==
1626
+ flat-cache@^4 .0.0 :
1627
+ version "4 .0.1 "
1628
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4 .0.1 .tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c "
1629
+ integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw ==
1631
1630
dependencies :
1632
- flatted "^3.1.0 "
1633
- rimraf "^3.0.2 "
1631
+ flatted "^3.2.9 "
1632
+ keyv "^4.5.4 "
1634
1633
1635
- flatted@^3.1.0 :
1636
- version "3.1 .1"
1637
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1 .1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469 "
1638
- integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA ==
1634
+ flatted@^3.2.9 :
1635
+ version "3.3 .1"
1636
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3 .1.tgz#21db470729a6734d4997002f439cb308987f567a "
1637
+ integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw ==
1639
1638
1640
1639
foreground-child@^3.1.0 :
1641
1640
version "3.1.1"
@@ -1714,7 +1713,7 @@ glob@^10.3.7:
1714
1713
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1715
1714
path-scurry "^1.10.1"
1716
1715
1717
- glob@^7.1.3, glob@^7.1. 6 :
1716
+ glob@^7.1.6 :
1718
1717
version "7.1.6"
1719
1718
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
1720
1719
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -1731,12 +1730,10 @@ globals@^11.1.0:
1731
1730
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
1732
1731
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
1733
1732
1734
- globals@^13.19.0 :
1735
- version "13.19.0"
1736
- resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
1737
- integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
1738
- dependencies :
1739
- type-fest "^0.20.2"
1733
+ globals@^14.0.0 :
1734
+ version "14.0.0"
1735
+ resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1736
+ integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
1740
1737
1741
1738
globby@^11.1.0 :
1742
1739
version "11.1.0"
@@ -2027,6 +2024,11 @@ jsesc@^2.5.1:
2027
2024
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
2028
2025
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
2029
2026
2027
+ json-buffer@3.0.1 :
2028
+ version "3.0.1"
2029
+ resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
2030
+ integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
2031
+
2030
2032
json-parse-even-better-errors@^2.3.1 :
2031
2033
version "2.3.1"
2032
2034
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
@@ -2060,6 +2062,13 @@ jstransformer@1.0.0:
2060
2062
is-promise "^2.0.0"
2061
2063
promise "^7.0.1"
2062
2064
2065
+ keyv@^4.5.4 :
2066
+ version "4.5.4"
2067
+ resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
2068
+ integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
2069
+ dependencies :
2070
+ json-buffer "3.0.1"
2071
+
2063
2072
kind-of@^3.0.2 :
2064
2073
version "3.2.2"
2065
2074
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@@ -2202,7 +2211,7 @@ minimatch@9.0.3, minimatch@^9.0.1:
2202
2211
dependencies :
2203
2212
brace-expansion "^2.0.1"
2204
2213
2205
- minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3. 1.2 :
2214
+ minimatch@^3.0.4, minimatch@^3.1.2 :
2206
2215
version "3.1.2"
2207
2216
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2208
2217
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -2822,13 +2831,6 @@ rimraf@5.0.7:
2822
2831
dependencies :
2823
2832
glob "^10.3.7"
2824
2833
2825
- rimraf@^3.0.2 :
2826
- version "3.0.2"
2827
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2828
- integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2829
- dependencies :
2830
- glob "^7.1.3"
2831
-
2832
2834
run-parallel@^1.1.9 :
2833
2835
version "1.2.0"
2834
2836
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -3227,11 +3229,6 @@ type-check@^0.4.0, type-check@~0.4.0:
3227
3229
dependencies :
3228
3230
prelude-ls "^1.2.1"
3229
3231
3230
- type-fest@^0.20.2 :
3231
- version "0.20.2"
3232
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
3233
- integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
3234
-
3235
3232
type-is@~1.6.18 :
3236
3233
version "1.6.18"
3237
3234
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
0 commit comments