1989
1989
dependencies:
1990
1990
eslint-visitor-keys "^3.3.0"
1991
1991
1992
- "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
1992
+ "@eslint-community/regexpp@^4.11.0":
1993
+ version "4.11.1"
1994
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
1995
+ integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
1996
+
1997
+ "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1":
1993
1998
version "4.10.0"
1994
1999
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1995
2000
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
1996
2001
2002
+ "@eslint/config-array@^0.18.0":
2003
+ version "0.18.0"
2004
+ resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
2005
+ integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
2006
+ dependencies:
2007
+ "@eslint/object-schema" "^2.1.4"
2008
+ debug "^4.3.1"
2009
+ minimatch "^3.1.2"
2010
+
2011
+ "@eslint/core@^0.6.0":
2012
+ version "0.6.0"
2013
+ resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
2014
+ integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
2015
+
1997
2016
"@eslint/eslintrc@^0.4.3":
1998
2017
version "0.4.3"
1999
2018
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
2009
2028
minimatch "^3.0.4"
2010
2029
strip-json-comments "^3.1.1"
2011
2030
2012
- "@eslint/eslintrc@^2 .1.4 ":
2013
- version "2 .1.4 "
2014
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2 .1.4 .tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad "
2015
- integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ ==
2031
+ "@eslint/eslintrc@^3 .1.0 ":
2032
+ version "3 .1.0 "
2033
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3 .1.0 .tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6 "
2034
+ integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ ==
2016
2035
dependencies:
2017
2036
ajv "^6.12.4"
2018
2037
debug "^4.3.2"
2019
- espree "^9.6.0 "
2020
- globals "^13.19 .0"
2038
+ espree "^10.0.1 "
2039
+ globals "^14.0 .0"
2021
2040
ignore "^5.2.0"
2022
2041
import-fresh "^3.2.1"
2023
2042
js-yaml "^4.1.0"
2024
2043
minimatch "^3.1.2"
2025
2044
strip-json-comments "^3.1.1"
2026
2045
2027
-
2028
- version "8.57.0"
2029
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
2030
- integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
2046
+
2047
+ version "9.11.1"
2048
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
2049
+ integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
2050
+
2051
+ "@eslint/object-schema@^2.1.4":
2052
+ version "2.1.4"
2053
+ resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
2054
+ integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
2055
+
2056
+ "@eslint/plugin-kit@^0.2.0":
2057
+ version "0.2.0"
2058
+ resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d"
2059
+ integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==
2060
+ dependencies:
2061
+ levn "^0.4.1"
2031
2062
2032
2063
2033
2064
version "2.0.0"
2346
2377
dependencies:
2347
2378
"@hapi/hoek" "^9.0.0"
2348
2379
2349
- "@humanwhocodes/config-array@^0.11.14":
2350
- version "0.11.14"
2351
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
2352
- integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
2353
- dependencies:
2354
- "@humanwhocodes/object-schema" "^2.0.2"
2355
- debug "^4.3.1"
2356
- minimatch "^3.0.5"
2357
-
2358
2380
"@humanwhocodes/config-array@^0.5.0":
2359
2381
version "0.5.0"
2360
2382
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
2374
2396
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
2375
2397
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
2376
2398
2377
- "@humanwhocodes/object-schema@^2.0.2 ":
2378
- version "2.0.2 "
2379
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema /-/object-schema-2.0.2. tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917 "
2380
- integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw ==
2399
+ "@humanwhocodes/retry@^0.3.0 ":
2400
+ version "0.3.0 "
2401
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/retry /-/retry-0.3.0. tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570 "
2402
+ integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew ==
2381
2403
2382
2404
"@isaacs/cliui@^8.0.2":
2383
2405
version "8.0.2"
3726
3748
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
3727
3749
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
3728
3750
3751
+ "@types/estree@^1.0.6":
3752
+ version "1.0.6"
3753
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
3754
+ integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
3755
+
3729
3756
"@types/extend@^3.0.0":
3730
3757
version "3.0.4"
3731
3758
resolved "https://registry.yarnpkg.com/@types/extend/-/extend-3.0.4.tgz#5f9aa502299e1b9beb9ade57ea9e36898de0ff52"
3839
3866
"@types/tough-cookie" "*"
3840
3867
parse5 "^7.0.0"
3841
3868
3842
- "@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
3869
+ "@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0. 4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
3843
3870
version "7.0.15"
3844
3871
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
3845
3872
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
4246
4273
"@typescript-eslint/types" "6.21.0"
4247
4274
eslint-visitor-keys "^3.4.1"
4248
4275
4249
- "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0" :
4276
+ "@ungap/structured-clone@^1.0.0":
4250
4277
version "1.2.0"
4251
4278
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
4252
4279
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
@@ -4467,6 +4494,11 @@ acorn@^8.0.0, acorn@^8.1.0, acorn@^8.11.0, acorn@^8.11.3, acorn@^8.4.1, acorn@^8
4467
4494
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
4468
4495
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
4469
4496
4497
+ acorn@^8.12.0:
4498
+ version "8.12.1"
4499
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
4500
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
4501
+
4470
4502
[email protected] , address@^1.0.1, address@^1.1.2:
4471
4503
version "1.2.2"
4472
4504
resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
7464
7496
esrecurse "^4.3.0"
7465
7497
estraverse "^4.1.1"
7466
7498
7467
- eslint-scope@^7.2 .2:
7468
- version "7.2 .2"
7469
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2 .2.tgz#deb4f92563390f32006894af62a22dba1c46423f "
7470
- integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg ==
7499
+ eslint-scope@^8.0 .2:
7500
+ version "8.0 .2"
7501
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0 .2.tgz#5cbb33d4384c9136083a71190d548158fe128f94 "
7502
+ integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA ==
7471
7503
dependencies:
7472
7504
esrecurse "^4.3.0"
7473
7505
estraverse "^5.2.0"
@@ -7489,11 +7521,16 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
7489
7521
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
7490
7522
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
7491
7523
7492
- eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3 :
7524
+ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
7493
7525
version "3.4.3"
7494
7526
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
7495
7527
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
7496
7528
7529
+ eslint-visitor-keys@^4.0.0:
7530
+ version "4.0.0"
7531
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
7532
+ integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
7533
+
7497
7534
eslint-webpack-plugin@^2.7.0:
7498
7535
version "2.7.0"
7499
7536
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
@@ -7506,43 +7543,42 @@ eslint-webpack-plugin@^2.7.0:
7506
7543
normalize-path "^3.0.0"
7507
7544
schema-utils "^3.1.1"
7508
7545
7509
- eslint@8.57.0 :
7510
- version "8.57.0 "
7511
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0 .tgz#c786a6fd0e0b68941aaf624596fb987089195668 "
7512
- integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ ==
7546
+ eslint@9.11.1 :
7547
+ version "9.11.1 "
7548
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1 .tgz#701e5fc528990153f9cef696d8427003b5206567 "
7549
+ integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg ==
7513
7550
dependencies:
7514
7551
"@eslint-community/eslint-utils" "^4.2.0"
7515
- "@eslint-community/regexpp" "^4.6.1"
7516
- "@eslint/eslintrc" "^2.1.4"
7517
- "@eslint/js" "8.57.0"
7518
- "@humanwhocodes/config-array" "^0.11.14"
7552
+ "@eslint-community/regexpp" "^4.11.0"
7553
+ "@eslint/config-array" "^0.18.0"
7554
+ "@eslint/core" "^0.6.0"
7555
+ "@eslint/eslintrc" "^3.1.0"
7556
+ "@eslint/js" "9.11.1"
7557
+ "@eslint/plugin-kit" "^0.2.0"
7519
7558
"@humanwhocodes/module-importer" "^1.0.1"
7559
+ "@humanwhocodes/retry" "^0.3.0"
7520
7560
"@nodelib/fs.walk" "^1.2.8"
7521
- "@ungap/structured-clone" "^1.2.0"
7561
+ "@types/estree" "^1.0.6"
7562
+ "@types/json-schema" "^7.0.15"
7522
7563
ajv "^6.12.4"
7523
7564
chalk "^4.0.0"
7524
7565
cross-spawn "^7.0.2"
7525
7566
debug "^4.3.2"
7526
- doctrine "^3.0.0"
7527
7567
escape-string-regexp "^4.0.0"
7528
- eslint-scope "^7.2 .2"
7529
- eslint-visitor-keys "^3.4.3 "
7530
- espree "^9.6.1 "
7531
- esquery "^1.4.2 "
7568
+ eslint-scope "^8.0 .2"
7569
+ eslint-visitor-keys "^4.0.0 "
7570
+ espree "^10.1.0 "
7571
+ esquery "^1.5.0 "
7532
7572
esutils "^2.0.2"
7533
7573
fast-deep-equal "^3.1.3"
7534
- file-entry-cache "^6 .0.1 "
7574
+ file-entry-cache "^8 .0.0 "
7535
7575
find-up "^5.0.0"
7536
7576
glob-parent "^6.0.2"
7537
- globals "^13.19.0"
7538
- graphemer "^1.4.0"
7539
7577
ignore "^5.2.0"
7540
7578
imurmurhash "^0.1.4"
7541
7579
is-glob "^4.0.0"
7542
7580
is-path-inside "^3.0.3"
7543
- js-yaml "^4.1.0"
7544
7581
json-stable-stringify-without-jsonify "^1.0.1"
7545
- levn "^0.4.1"
7546
7582
lodash.merge "^4.6.2"
7547
7583
minimatch "^3.1.2"
7548
7584
natural-compare "^1.4.0"
@@ -7596,6 +7632,15 @@ eslint@^7.32.0:
7596
7632
text-table "^0.2.0"
7597
7633
v8-compile-cache "^2.0.3"
7598
7634
7635
+ espree@^10.0.1, espree@^10.1.0:
7636
+ version "10.1.0"
7637
+ resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
7638
+ integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
7639
+ dependencies:
7640
+ acorn "^8.12.0"
7641
+ acorn-jsx "^5.3.2"
7642
+ eslint-visitor-keys "^4.0.0"
7643
+
7599
7644
espree@^7.3.0, espree@^7.3.1:
7600
7645
version "7.3.1"
7601
7646
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -7605,7 +7650,7 @@ espree@^7.3.0, espree@^7.3.1:
7605
7650
acorn-jsx "^5.3.1"
7606
7651
eslint-visitor-keys "^1.3.0"
7607
7652
7608
- espree@^9.6.0, espree@^9.6. 1:
7653
+ espree@^9.6.1:
7609
7654
version "9.6.1"
7610
7655
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
7611
7656
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
@@ -7619,13 +7664,20 @@ esprima@^4.0.0, esprima@^4.0.1:
7619
7664
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
7620
7665
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
7621
7666
7622
- esquery@^1.4.0, esquery@^1.4.2 :
7667
+ esquery@^1.4.0:
7623
7668
version "1.5.0"
7624
7669
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
7625
7670
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
7626
7671
dependencies:
7627
7672
estraverse "^5.1.0"
7628
7673
7674
+ esquery@^1.5.0:
7675
+ version "1.6.0"
7676
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
7677
+ integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
7678
+ dependencies:
7679
+ estraverse "^5.1.0"
7680
+
7629
7681
esrecurse@^4.3.0:
7630
7682
version "4.3.0"
7631
7683
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -7989,6 +8041,13 @@ file-entry-cache@^6.0.1:
7989
8041
dependencies:
7990
8042
flat-cache "^3.0.4"
7991
8043
8044
+ file-entry-cache@^8.0.0:
8045
+ version "8.0.0"
8046
+ resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
8047
+ integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
8048
+ dependencies:
8049
+ flat-cache "^4.0.0"
8050
+
7992
8051
file-loader@^6.2.0:
7993
8052
version "6.2.0"
7994
8053
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
@@ -8096,6 +8155,14 @@ flat-cache@^3.0.4:
8096
8155
keyv "^4.5.3"
8097
8156
rimraf "^3.0.2"
8098
8157
8158
+ flat-cache@^4.0.0:
8159
+ version "4.0.1"
8160
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
8161
+ integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
8162
+ dependencies:
8163
+ flatted "^3.2.9"
8164
+ keyv "^4.5.4"
8165
+
8099
8166
flat@^5.0.2:
8100
8167
version "5.0.2"
8101
8168
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
@@ -9014,13 +9081,18 @@ globals@^11.1.0:
9014
9081
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
9015
9082
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
9016
9083
9017
- globals@^13.19.0, globals@^13. 2.0, globals@^13.6.0, globals@^13.9.0:
9084
+ globals@^13.2.0, globals@^13.6.0, globals@^13.9.0:
9018
9085
version "13.24.0"
9019
9086
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
9020
9087
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
9021
9088
dependencies:
9022
9089
type-fest "^0.20.2"
9023
9090
9091
+ globals@^14.0.0:
9092
+ version "14.0.0"
9093
+ resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
9094
+ integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
9095
+
9024
9096
globalthis@^1.0.3:
9025
9097
version "1.0.3"
9026
9098
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -10923,7 +10995,7 @@ jsonfile@^6.0.1:
10923
10995
object.assign "^4.1.4"
10924
10996
object.values "^1.1.6"
10925
10997
10926
- keyv@^4.0.0, keyv@^4.5.3:
10998
+ keyv@^4.0.0, keyv@^4.5.3, keyv@^4.5.4 :
10927
10999
version "4.5.4"
10928
11000
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
10929
11001
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
0 commit comments