33
33
dependencies :
34
34
eslint-visitor-keys "^3.3.0"
35
35
36
- " @eslint-community/regexpp@^4.6.1 " :
37
- version "4.6.2 "
38
- resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2 .tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8 "
39
- integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw ==
36
+ " @eslint-community/regexpp@^4.11.0 " :
37
+ version "4.11.1 "
38
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1 .tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f "
39
+ integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q ==
40
40
41
- " @eslint/eslintrc@^2.1.4 " :
42
- version "2.1.4"
43
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
44
- integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
41
+ " @eslint/config-array@^0.18.0 " :
42
+ version "0.18.0"
43
+ resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
44
+ integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
45
+ dependencies :
46
+ " @eslint/object-schema" " ^2.1.4"
47
+ debug "^4.3.1"
48
+ minimatch "^3.1.2"
49
+
50
+ " @eslint/core@^0.6.0 " :
51
+ version "0.6.0"
52
+ resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
53
+ integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
54
+
55
+ " @eslint/eslintrc@^3.1.0 " :
56
+ version "3.1.0"
57
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
58
+ integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
45
59
dependencies :
46
60
ajv "^6.12.4"
47
61
debug "^4.3.2"
48
- espree "^9.6.0 "
49
- globals "^13.19 .0"
62
+ espree "^10.0.1 "
63
+ globals "^14.0 .0"
50
64
ignore "^5.2.0"
51
65
import-fresh "^3.2.1"
52
66
js-yaml "^4.1.0"
53
67
minimatch "^3.1.2"
54
68
strip-json-comments "^3.1.1"
55
69
56
- " @eslint/js@8.56.0 " :
57
- version "8.56.0"
58
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
59
- integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
70
+ " @eslint/js@9.11.1 " :
71
+ version "9.11.1"
72
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
73
+ integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
74
+
75
+ " @eslint/object-schema@^2.1.4 " :
76
+ version "2.1.4"
77
+ resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
78
+ integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
60
79
61
- " @humanwhocodes/config-array @^0.11.13 " :
62
- version "0.11.14 "
63
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array /-/config-array -0.11.14 .tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b "
64
- integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg ==
80
+ " @eslint/plugin-kit @^0.2.0 " :
81
+ version "0.2.0 "
82
+ resolved "https://registry.yarnpkg.com/@eslint/plugin-kit /-/plugin-kit -0.2.0 .tgz#8712dccae365d24e9eeecb7b346f85e750ba343d "
83
+ integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig ==
65
84
dependencies :
66
- " @humanwhocodes/object-schema" " ^2.0.2"
67
- debug "^4.3.1"
68
- minimatch "^3.0.5"
85
+ levn "^0.4.1"
69
86
70
87
" @humanwhocodes/module-importer@^1.0.1 " :
71
88
version "1.0.1"
72
89
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
73
90
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
74
91
75
- " @humanwhocodes/object-schema@^2.0.2 " :
76
- version "2.0.2 "
77
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema /-/object-schema-2.0.2. tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917 "
78
- integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw ==
92
+ " @humanwhocodes/retry@^0.3.0 " :
93
+ version "0.3.0 "
94
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/retry /-/retry-0.3.0. tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570 "
95
+ integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew ==
79
96
80
97
" @isaacs/cliui@^8.0.2 " :
81
98
version "8.0.2"
382
399
dependencies :
383
400
tslib "^2.4.0"
384
401
402
+ " @types/estree@^1.0.6 " :
403
+ version "1.0.6"
404
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
405
+ integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
406
+
407
+ " @types/json-schema@^7.0.15 " :
408
+ version "7.0.15"
409
+ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
410
+ integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
411
+
385
412
" @types/json5@^0.0.29 " :
386
413
version "0.0.29"
387
414
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
474
501
" @typescript-eslint/types" " 6.4.0"
475
502
eslint-visitor-keys "^3.4.1"
476
503
477
- " @ungap/structured-clone@^1.2.0 " :
478
- version "1.2.0"
479
- resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
480
- integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
481
-
482
504
abbrev@^1.0.0 :
483
505
version "1.1.1"
484
506
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -489,10 +511,10 @@ acorn-jsx@^5.3.2:
489
511
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
490
512
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
491
513
492
- acorn@^8.9 .0 :
493
- version "8.10.0 "
494
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0 .tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5 "
495
- integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw ==
514
+ acorn@^8.12 .0 :
515
+ version "8.12.1 "
516
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1 .tgz#71616bdccbe25e27a54439e0046e89ca76df2248 "
517
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg ==
496
518
497
519
ajv@^6.12.4 :
498
520
version "6.12.6"
@@ -958,13 +980,6 @@ doctrine@^2.1.0:
958
980
dependencies :
959
981
esutils "^2.0.2"
960
982
961
- doctrine@^3.0.0 :
962
- version "3.0.0"
963
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
964
- integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
965
- dependencies :
966
- esutils "^2.0.2"
967
-
968
983
dom-serializer@^2.0.0 :
969
984
version "2.0.0"
970
985
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
@@ -1294,76 +1309,80 @@ eslint-plugin-react@^7.33.2:
1294
1309
semver "^6.3.1"
1295
1310
string.prototype.matchall "^4.0.8"
1296
1311
1297
- eslint-scope@^7.2 .2 :
1298
- version "7.2 .2"
1299
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2 .2.tgz#deb4f92563390f32006894af62a22dba1c46423f "
1300
- integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg ==
1312
+ eslint-scope@^8.0 .2 :
1313
+ version "8.0 .2"
1314
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0 .2.tgz#5cbb33d4384c9136083a71190d548158fe128f94 "
1315
+ integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA ==
1301
1316
dependencies :
1302
1317
esrecurse "^4.3.0"
1303
1318
estraverse "^5.2.0"
1304
1319
1305
- eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3 :
1320
+ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1 :
1306
1321
version "3.4.3"
1307
1322
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1308
1323
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1309
1324
1310
- eslint@8.56.0 :
1311
- version "8.56.0"
1312
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
1313
- integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
1325
+ eslint-visitor-keys@^4.0.0 :
1326
+ version "4.0.0"
1327
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
1328
+ integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
1329
+
1330
+ eslint@9.11.1 :
1331
+ version "9.11.1"
1332
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567"
1333
+ integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==
1314
1334
dependencies :
1315
1335
" @eslint-community/eslint-utils" " ^4.2.0"
1316
- " @eslint-community/regexpp" " ^4.6.1"
1317
- " @eslint/eslintrc" " ^2.1.4"
1318
- " @eslint/js" " 8.56.0"
1319
- " @humanwhocodes/config-array" " ^0.11.13"
1336
+ " @eslint-community/regexpp" " ^4.11.0"
1337
+ " @eslint/config-array" " ^0.18.0"
1338
+ " @eslint/core" " ^0.6.0"
1339
+ " @eslint/eslintrc" " ^3.1.0"
1340
+ " @eslint/js" " 9.11.1"
1341
+ " @eslint/plugin-kit" " ^0.2.0"
1320
1342
" @humanwhocodes/module-importer" " ^1.0.1"
1343
+ " @humanwhocodes/retry" " ^0.3.0"
1321
1344
" @nodelib/fs.walk" " ^1.2.8"
1322
- " @ungap/structured-clone" " ^1.2.0"
1345
+ " @types/estree" " ^1.0.6"
1346
+ " @types/json-schema" " ^7.0.15"
1323
1347
ajv "^6.12.4"
1324
1348
chalk "^4.0.0"
1325
1349
cross-spawn "^7.0.2"
1326
1350
debug "^4.3.2"
1327
- doctrine "^3.0.0"
1328
1351
escape-string-regexp "^4.0.0"
1329
- eslint-scope "^7.2 .2"
1330
- eslint-visitor-keys "^3.4.3 "
1331
- espree "^9.6.1 "
1332
- esquery "^1.4.2 "
1352
+ eslint-scope "^8.0 .2"
1353
+ eslint-visitor-keys "^4.0.0 "
1354
+ espree "^10.1.0 "
1355
+ esquery "^1.5.0 "
1333
1356
esutils "^2.0.2"
1334
1357
fast-deep-equal "^3.1.3"
1335
- file-entry-cache "^6 .0.1 "
1358
+ file-entry-cache "^8 .0.0 "
1336
1359
find-up "^5.0.0"
1337
1360
glob-parent "^6.0.2"
1338
- globals "^13.19.0"
1339
- graphemer "^1.4.0"
1340
1361
ignore "^5.2.0"
1341
1362
imurmurhash "^0.1.4"
1342
1363
is-glob "^4.0.0"
1343
1364
is-path-inside "^3.0.3"
1344
- js-yaml "^4.1.0"
1345
1365
json-stable-stringify-without-jsonify "^1.0.1"
1346
- levn "^0.4.1"
1347
1366
lodash.merge "^4.6.2"
1348
1367
minimatch "^3.1.2"
1349
1368
natural-compare "^1.4.0"
1350
1369
optionator "^0.9.3"
1351
1370
strip-ansi "^6.0.1"
1352
1371
text-table "^0.2.0"
1353
1372
1354
- espree@^9.6.0 , espree@^9.6.1 :
1355
- version "9.6.1 "
1356
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1. tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f "
1357
- integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ ==
1373
+ espree@^10.0.1 , espree@^10.1.0 :
1374
+ version "10.1.0 "
1375
+ resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0. tgz#8788dae611574c0f070691f522e4116c5a11fc56 "
1376
+ integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA ==
1358
1377
dependencies :
1359
- acorn "^8.9 .0"
1378
+ acorn "^8.12 .0"
1360
1379
acorn-jsx "^5.3.2"
1361
- eslint-visitor-keys "^3.4.1 "
1380
+ eslint-visitor-keys "^4.0.0 "
1362
1381
1363
- esquery@^1.4.2 :
1364
- version "1.5 .0"
1365
- resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5 .0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b "
1366
- integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg ==
1382
+ esquery@^1.5.0 :
1383
+ version "1.6 .0"
1384
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6 .0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7 "
1385
+ integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg ==
1367
1386
dependencies :
1368
1387
estraverse "^5.1.0"
1369
1388
@@ -1429,12 +1448,12 @@ fastq@^1.6.0:
1429
1448
dependencies :
1430
1449
reusify "^1.0.4"
1431
1450
1432
- file-entry-cache@^6 .0.1 :
1433
- version "6 .0.1 "
1434
- resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6 .0.1 .tgz#211b2dd9659cb0394b073e7323ac3c933d522027 "
1435
- integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg ==
1451
+ file-entry-cache@^8 .0.0 :
1452
+ version "8 .0.0 "
1453
+ resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8 .0.0 .tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f "
1454
+ integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ ==
1436
1455
dependencies :
1437
- flat-cache "^3 .0.4 "
1456
+ flat-cache "^4 .0.0 "
1438
1457
1439
1458
fill-range@^7.0.1 :
1440
1459
version "7.0.1"
@@ -1451,18 +1470,18 @@ find-up@^5.0.0:
1451
1470
locate-path "^6.0.0"
1452
1471
path-exists "^4.0.0"
1453
1472
1454
- flat-cache@^3 .0.4 :
1455
- version "3 .0.4 "
1456
- resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3 .0.4 .tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11 "
1457
- integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg ==
1473
+ flat-cache@^4 .0.0 :
1474
+ version "4 .0.1 "
1475
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4 .0.1 .tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c "
1476
+ integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw ==
1458
1477
dependencies :
1459
- flatted "^3.1.0 "
1460
- rimraf "^3.0.2 "
1478
+ flatted "^3.2.9 "
1479
+ keyv "^4.5.4 "
1461
1480
1462
- flatted@^3.1.0 :
1463
- version "3.2.7 "
1464
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7 .tgz#609f39207cb614b89d0765b477cb2d437fbf9787 "
1465
- integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ ==
1481
+ flatted@^3.2.9 :
1482
+ version "3.3.1 "
1483
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1 .tgz#21db470729a6734d4997002f439cb308987f567a "
1484
+ integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw ==
1466
1485
1467
1486
for-each@^0.3.3 :
1468
1487
version "0.3.3"
@@ -1596,18 +1615,6 @@ glob@7.1.6:
1596
1615
once "^1.3.0"
1597
1616
path-is-absolute "^1.0.0"
1598
1617
1599
- glob@^7.1.3 :
1600
- version "7.2.3"
1601
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
1602
- integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
1603
- dependencies :
1604
- fs.realpath "^1.0.0"
1605
- inflight "^1.0.4"
1606
- inherits "2"
1607
- minimatch "^3.1.1"
1608
- once "^1.3.0"
1609
- path-is-absolute "^1.0.0"
1610
-
1611
1618
glob@^8.1.0 :
1612
1619
version "8.1.0"
1613
1620
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
@@ -1619,12 +1626,10 @@ glob@^8.1.0:
1619
1626
minimatch "^5.0.1"
1620
1627
once "^1.3.0"
1621
1628
1622
- globals@^13.19.0 :
1623
- version "13.21.0"
1624
- resolved "https://registry.yarnpkg.com/globals/-/globals-13.21.0.tgz#163aae12f34ef502f5153cfbdd3600f36c63c571"
1625
- integrity sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==
1626
- dependencies :
1627
- type-fest "^0.20.2"
1629
+ globals@^14.0.0 :
1630
+ version "14.0.0"
1631
+ resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1632
+ integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
1628
1633
1629
1634
globalthis@^1.0.3 :
1630
1635
version "1.0.3"
@@ -1657,11 +1662,6 @@ graceful-fs@^4.2.11, graceful-fs@^4.2.4:
1657
1662
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
1658
1663
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
1659
1664
1660
- graphemer@^1.4.0 :
1661
- version "1.4.0"
1662
- resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1663
- integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1664
-
1665
1665
has-bigints@^1.0.1, has-bigints@^1.0.2 :
1666
1666
version "1.0.2"
1667
1667
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -2063,6 +2063,11 @@ js-yaml@^4.1.0:
2063
2063
dependencies :
2064
2064
argparse "^2.0.1"
2065
2065
2066
+ json-buffer@3.0.1 :
2067
+ version "3.0.1"
2068
+ resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
2069
+ integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
2070
+
2066
2071
json-schema-traverse@^0.4.1 :
2067
2072
version "0.4.1"
2068
2073
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
@@ -2090,6 +2095,13 @@ json5@^1.0.2:
2090
2095
object.assign "^4.1.4"
2091
2096
object.values "^1.1.6"
2092
2097
2098
+ keyv@^4.5.4 :
2099
+ version "4.5.4"
2100
+ resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
2101
+ integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
2102
+ dependencies :
2103
+ json-buffer "3.0.1"
2104
+
2093
2105
kind-of@^3.0.2 :
2094
2106
version "3.2.2"
2095
2107
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@@ -2183,7 +2195,7 @@ minimatch@9.0.1:
2183
2195
dependencies :
2184
2196
brace-expansion "^2.0.1"
2185
2197
2186
- minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3. 1.2 :
2198
+ minimatch@^3.0.4, minimatch@^3.1.2 :
2187
2199
version "3.1.2"
2188
2200
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2189
2201
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -2736,13 +2748,6 @@ reusify@^1.0.4:
2736
2748
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
2737
2749
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
2738
2750
2739
- rimraf@^3.0.2 :
2740
- version "3.0.2"
2741
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2742
- integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2743
- dependencies :
2744
- glob "^7.1.3"
2745
-
2746
2751
run-parallel@^1.1.9 :
2747
2752
version "1.2.0"
2748
2753
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -2873,7 +2878,16 @@ streamsearch@^1.1.0:
2873
2878
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
2874
2879
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
2875
2880
2876
- " string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.1.0:
2881
+ " string-width-cjs@npm:string-width@^4.2.0 " :
2882
+ version "4.2.3"
2883
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2884
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2885
+ dependencies :
2886
+ emoji-regex "^8.0.0"
2887
+ is-fullwidth-code-point "^3.0.0"
2888
+ strip-ansi "^6.0.1"
2889
+
2890
+ string-width@^4.1.0 :
2877
2891
version "4.2.3"
2878
2892
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2879
2893
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2959,7 +2973,14 @@ string.prototype.trimstart@^1.0.7:
2959
2973
define-properties "^1.2.0"
2960
2974
es-abstract "^1.22.1"
2961
2975
2962
- " strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2976
+ " strip-ansi-cjs@npm:strip-ansi@^6.0.1 " :
2977
+ version "6.0.1"
2978
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2979
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2980
+ dependencies :
2981
+ ansi-regex "^5.0.1"
2982
+
2983
+ strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
2963
2984
version "6.0.1"
2964
2985
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2965
2986
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3126,11 +3147,6 @@ type-fest@3.13.0:
3126
3147
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.13.0.tgz#b088347ae73779a750c461694b264340c4c8c0d7"
3127
3148
integrity sha512-Gur3yQGM9qiLNs0KPP7LPgeRbio2QTt4xXouobMCarR0/wyW3F+F/+OWwshg3NG0Adon7uQfSZBpB46NfhoF1A==
3128
3149
3129
- type-fest@^0.20.2 :
3130
- version "0.20.2"
3131
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
3132
- integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
3133
-
3134
3150
typed-array-buffer@^1.0.0 :
3135
3151
version "1.0.0"
3136
3152
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60"
0 commit comments