1963
1963
dependencies:
1964
1964
eslint-visitor-keys "^3.3.0"
1965
1965
1966
- "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
1966
+ "@eslint-community/regexpp@^4.12.1":
1967
+ version "4.12.1"
1968
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1969
+ integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
1970
+
1971
+ "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1":
1967
1972
version "4.10.0"
1968
1973
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1969
1974
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
1970
1975
1976
+ "@eslint/config-array@^0.18.0":
1977
+ version "0.18.0"
1978
+ resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
1979
+ integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
1980
+ dependencies:
1981
+ "@eslint/object-schema" "^2.1.4"
1982
+ debug "^4.3.1"
1983
+ minimatch "^3.1.2"
1984
+
1985
+ "@eslint/core@^0.7.0":
1986
+ version "0.7.0"
1987
+ resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.7.0.tgz#a1bb4b6a4e742a5ff1894b7ee76fbf884ec72bd3"
1988
+ integrity sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==
1989
+
1971
1990
"@eslint/eslintrc@^0.4.3":
1972
1991
version "0.4.3"
1973
1992
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
1983
2002
minimatch "^3.0.4"
1984
2003
strip-json-comments "^3.1.1"
1985
2004
1986
- "@eslint/eslintrc@^2 .1.4 ":
1987
- version "2 .1.4 "
1988
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2 .1.4 .tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad "
1989
- integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ ==
2005
+ "@eslint/eslintrc@^3 .1.0 ":
2006
+ version "3 .1.0 "
2007
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3 .1.0 .tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6 "
2008
+ integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ ==
1990
2009
dependencies:
1991
2010
ajv "^6.12.4"
1992
2011
debug "^4.3.2"
1993
- espree "^9.6.0 "
1994
- globals "^13.19 .0"
2012
+ espree "^10.0.1 "
2013
+ globals "^14.0 .0"
1995
2014
ignore "^5.2.0"
1996
2015
import-fresh "^3.2.1"
1997
2016
js-yaml "^4.1.0"
1998
2017
minimatch "^3.1.2"
1999
2018
strip-json-comments "^3.1.1"
2000
2019
2001
-
2002
- version "8.57.0"
2003
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
2004
- integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
2020
+
2021
+ version "9.14.0"
2022
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.14.0.tgz#2347a871042ebd11a00fd8c2d3d56a265ee6857e"
2023
+ integrity sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==
2024
+
2025
+ "@eslint/object-schema@^2.1.4":
2026
+ version "2.1.4"
2027
+ resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
2028
+ integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
2029
+
2030
+ "@eslint/plugin-kit@^0.2.0":
2031
+ version "0.2.2"
2032
+ resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.2.tgz#5eff371953bc13e3f4d88150e2c53959f64f74f6"
2033
+ integrity sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==
2034
+ dependencies:
2035
+ levn "^0.4.1"
2005
2036
2006
2037
2007
2038
version "2.0.0"
2320
2351
dependencies:
2321
2352
"@hapi/hoek" "^9.0.0"
2322
2353
2323
- "@humanwhocodes/config-array@^0.11.14":
2324
- version "0.11.14"
2325
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
2326
- integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
2354
+ "@humanfs/core@^0.19.1":
2355
+ version "0.19.1"
2356
+ resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77"
2357
+ integrity sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==
2358
+
2359
+ "@humanfs/node@^0.16.6":
2360
+ version "0.16.6"
2361
+ resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.6.tgz#ee2a10eaabd1131987bf0488fd9b820174cd765e"
2362
+ integrity sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==
2327
2363
dependencies:
2328
- "@humanwhocodes/object-schema" "^2.0.2"
2329
- debug "^4.3.1"
2330
- minimatch "^3.0.5"
2364
+ "@humanfs/core" "^0.19.1"
2365
+ "@humanwhocodes/retry" "^0.3.0"
2331
2366
2332
2367
"@humanwhocodes/config-array@^0.5.0":
2333
2368
version "0.5.0"
2348
2383
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
2349
2384
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
2350
2385
2351
- "@humanwhocodes/object-schema@^2.0.2":
2352
- version "2.0.2"
2353
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
2354
- integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
2386
+ "@humanwhocodes/retry@^0.3.0":
2387
+ version "0.3.1"
2388
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
2389
+ integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
2390
+
2391
+ "@humanwhocodes/retry@^0.4.0":
2392
+ version "0.4.0"
2393
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.0.tgz#b57438cab2a2381b4b597b0ab17339be381bd755"
2394
+ integrity sha512-xnRgu9DxZbkWak/te3fcytNyp8MTbuiZIaueg2rgEvBuN55n04nwLYLU9TX/VVlusc9L2ZNXi99nUFNkHXtr5g==
2355
2395
2356
2396
"@isaacs/cliui@^8.0.2":
2357
2397
version "8.0.2"
3695
3735
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
3696
3736
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
3697
3737
3738
+ "@types/estree@^1.0.6":
3739
+ version "1.0.6"
3740
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
3741
+ integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
3742
+
3698
3743
"@types/extend@^3.0.0":
3699
3744
version "3.0.4"
3700
3745
resolved "https://registry.yarnpkg.com/@types/extend/-/extend-3.0.4.tgz#5f9aa502299e1b9beb9ade57ea9e36898de0ff52"
3808
3853
"@types/tough-cookie" "*"
3809
3854
parse5 "^7.0.0"
3810
3855
3811
- "@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":
3856
+ "@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":
3812
3857
version "7.0.15"
3813
3858
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
3814
3859
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
4215
4260
"@typescript-eslint/types" "6.21.0"
4216
4261
eslint-visitor-keys "^3.4.1"
4217
4262
4218
- "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0" :
4263
+ "@ungap/structured-clone@^1.0.0":
4219
4264
version "1.2.0"
4220
4265
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
4221
4266
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
@@ -4436,6 +4481,11 @@ acorn@^8.0.0, acorn@^8.1.0, acorn@^8.11.0, acorn@^8.11.3, acorn@^8.4.1, acorn@^8
4436
4481
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
4437
4482
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
4438
4483
4484
+ acorn@^8.14.0:
4485
+ version "8.14.0"
4486
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
4487
+ integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
4488
+
4439
4489
[email protected] , address@^1.0.1, address@^1.1.2:
4440
4490
version "1.2.2"
4441
4491
resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
7440
7490
esrecurse "^4.3.0"
7441
7491
estraverse "^4.1.1"
7442
7492
7443
- eslint-scope@^7 .2.2 :
7444
- version "7 .2.2 "
7445
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7 .2.2 .tgz#deb4f92563390f32006894af62a22dba1c46423f "
7446
- integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg ==
7493
+ eslint-scope@^8 .2.0 :
7494
+ version "8 .2.0 "
7495
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8 .2.0 .tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442 "
7496
+ integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A ==
7447
7497
dependencies:
7448
7498
esrecurse "^4.3.0"
7449
7499
estraverse "^5.2.0"
@@ -7465,11 +7515,16 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
7465
7515
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
7466
7516
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
7467
7517
7468
- eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3 :
7518
+ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
7469
7519
version "3.4.3"
7470
7520
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
7471
7521
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
7472
7522
7523
+ eslint-visitor-keys@^4.2.0:
7524
+ version "4.2.0"
7525
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
7526
+ integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
7527
+
7473
7528
eslint-webpack-plugin@^2.7.0:
7474
7529
version "2.7.0"
7475
7530
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
@@ -7482,48 +7537,45 @@ eslint-webpack-plugin@^2.7.0:
7482
7537
normalize-path "^3.0.0"
7483
7538
schema-utils "^3.1.1"
7484
7539
7485
- eslint@8.57 .0:
7486
- version "8.57 .0"
7487
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57 .0.tgz#c786a6fd0e0b68941aaf624596fb987089195668 "
7488
- integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ ==
7540
+ eslint@9.14 .0:
7541
+ version "9.14 .0"
7542
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.14 .0.tgz#534180a97c00af08bcf2b60b0ebf0c4d6c1b2c95 "
7543
+ integrity sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g ==
7489
7544
dependencies:
7490
7545
"@eslint-community/eslint-utils" "^4.2.0"
7491
- "@eslint-community/regexpp" "^4.6.1"
7492
- "@eslint/eslintrc" "^2.1.4"
7493
- "@eslint/js" "8.57.0"
7494
- "@humanwhocodes/config-array" "^0.11.14"
7546
+ "@eslint-community/regexpp" "^4.12.1"
7547
+ "@eslint/config-array" "^0.18.0"
7548
+ "@eslint/core" "^0.7.0"
7549
+ "@eslint/eslintrc" "^3.1.0"
7550
+ "@eslint/js" "9.14.0"
7551
+ "@eslint/plugin-kit" "^0.2.0"
7552
+ "@humanfs/node" "^0.16.6"
7495
7553
"@humanwhocodes/module-importer" "^1.0.1"
7496
- "@nodelib/fs.walk" "^1.2.8"
7497
- "@ungap/structured-clone" "^1.2.0"
7554
+ "@humanwhocodes/retry" "^0.4.0"
7555
+ "@types/estree" "^1.0.6"
7556
+ "@types/json-schema" "^7.0.15"
7498
7557
ajv "^6.12.4"
7499
7558
chalk "^4.0.0"
7500
7559
cross-spawn "^7.0.2"
7501
7560
debug "^4.3.2"
7502
- doctrine "^3.0.0"
7503
7561
escape-string-regexp "^4.0.0"
7504
- eslint-scope "^7 .2.2 "
7505
- eslint-visitor-keys "^3.4.3 "
7506
- espree "^9.6.1 "
7507
- esquery "^1.4.2 "
7562
+ eslint-scope "^8 .2.0 "
7563
+ eslint-visitor-keys "^4.2.0 "
7564
+ espree "^10.3.0 "
7565
+ esquery "^1.5.0 "
7508
7566
esutils "^2.0.2"
7509
7567
fast-deep-equal "^3.1.3"
7510
- file-entry-cache "^6 .0.1 "
7568
+ file-entry-cache "^8 .0.0 "
7511
7569
find-up "^5.0.0"
7512
7570
glob-parent "^6.0.2"
7513
- globals "^13.19.0"
7514
- graphemer "^1.4.0"
7515
7571
ignore "^5.2.0"
7516
7572
imurmurhash "^0.1.4"
7517
7573
is-glob "^4.0.0"
7518
- is-path-inside "^3.0.3"
7519
- js-yaml "^4.1.0"
7520
7574
json-stable-stringify-without-jsonify "^1.0.1"
7521
- levn "^0.4.1"
7522
7575
lodash.merge "^4.6.2"
7523
7576
minimatch "^3.1.2"
7524
7577
natural-compare "^1.4.0"
7525
7578
optionator "^0.9.3"
7526
- strip-ansi "^6.0.1"
7527
7579
text-table "^0.2.0"
7528
7580
7529
7581
eslint@^7.32.0:
@@ -7572,6 +7624,15 @@ eslint@^7.32.0:
7572
7624
text-table "^0.2.0"
7573
7625
v8-compile-cache "^2.0.3"
7574
7626
7627
+ espree@^10.0.1, espree@^10.3.0:
7628
+ version "10.3.0"
7629
+ resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
7630
+ integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
7631
+ dependencies:
7632
+ acorn "^8.14.0"
7633
+ acorn-jsx "^5.3.2"
7634
+ eslint-visitor-keys "^4.2.0"
7635
+
7575
7636
espree@^7.3.0, espree@^7.3.1:
7576
7637
version "7.3.1"
7577
7638
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -7581,7 +7642,7 @@ espree@^7.3.0, espree@^7.3.1:
7581
7642
acorn-jsx "^5.3.1"
7582
7643
eslint-visitor-keys "^1.3.0"
7583
7644
7584
- espree@^9.6.0, espree@^9.6. 1:
7645
+ espree@^9.6.1:
7585
7646
version "9.6.1"
7586
7647
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
7587
7648
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
@@ -7595,13 +7656,20 @@ esprima@^4.0.0, esprima@^4.0.1:
7595
7656
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
7596
7657
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
7597
7658
7598
- esquery@^1.4.0, esquery@^1.4.2 :
7659
+ esquery@^1.4.0:
7599
7660
version "1.5.0"
7600
7661
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
7601
7662
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
7602
7663
dependencies:
7603
7664
estraverse "^5.1.0"
7604
7665
7666
+ esquery@^1.5.0:
7667
+ version "1.6.0"
7668
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
7669
+ integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
7670
+ dependencies:
7671
+ estraverse "^5.1.0"
7672
+
7605
7673
esrecurse@^4.3.0:
7606
7674
version "4.3.0"
7607
7675
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -7965,6 +8033,13 @@ file-entry-cache@^6.0.1:
7965
8033
dependencies:
7966
8034
flat-cache "^3.0.4"
7967
8035
8036
+ file-entry-cache@^8.0.0:
8037
+ version "8.0.0"
8038
+ resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
8039
+ integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
8040
+ dependencies:
8041
+ flat-cache "^4.0.0"
8042
+
7968
8043
file-loader@^6.2.0:
7969
8044
version "6.2.0"
7970
8045
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
@@ -8072,6 +8147,14 @@ flat-cache@^3.0.4:
8072
8147
keyv "^4.5.3"
8073
8148
rimraf "^3.0.2"
8074
8149
8150
+ flat-cache@^4.0.0:
8151
+ version "4.0.1"
8152
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
8153
+ integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
8154
+ dependencies:
8155
+ flatted "^3.2.9"
8156
+ keyv "^4.5.4"
8157
+
8075
8158
flat@^5.0.2:
8076
8159
version "5.0.2"
8077
8160
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
@@ -8990,13 +9073,18 @@ globals@^11.1.0:
8990
9073
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
8991
9074
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
8992
9075
8993
- globals@^13.19.0, globals@^13. 2.0, globals@^13.6.0, globals@^13.9.0:
9076
+ globals@^13.2.0, globals@^13.6.0, globals@^13.9.0:
8994
9077
version "13.24.0"
8995
9078
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
8996
9079
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
8997
9080
dependencies:
8998
9081
type-fest "^0.20.2"
8999
9082
9083
+ globals@^14.0.0:
9084
+ version "14.0.0"
9085
+ resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
9086
+ integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
9087
+
9000
9088
globalthis@^1.0.3:
9001
9089
version "1.0.3"
9002
9090
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -10048,11 +10136,6 @@ is-obj@^2.0.0:
10048
10136
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
10049
10137
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
10050
10138
10051
- is-path-inside@^3.0.3:
10052
- version "3.0.3"
10053
- resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
10054
- integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
10055
-
10056
10139
is-plain-obj@^2.0.0:
10057
10140
version "2.1.0"
10058
10141
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
@@ -10904,7 +10987,7 @@ jsonfile@^6.0.1:
10904
10987
object.assign "^4.1.4"
10905
10988
object.values "^1.1.6"
10906
10989
10907
- keyv@^4.0.0, keyv@^4.5.3:
10990
+ keyv@^4.0.0, keyv@^4.5.3, keyv@^4.5.4 :
10908
10991
version "4.5.4"
10909
10992
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
10910
10993
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
0 commit comments