Skip to content

Commit 66ac60d

Browse files
chore(deps): update dependency eslint to v9
1 parent 658bfa1 commit 66ac60d

File tree

2 files changed

+127
-55
lines changed

2 files changed

+127
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/parser": "6.21.0",
5252
"babel-jest": "^29.6.1",
5353
"babel-preset-gatsby": "^3.13.0",
54-
"eslint": "8.57.0",
54+
"eslint": "9.11.1",
5555
"eslint-config-airbnb": "19.0.4",
5656
"eslint-config-airbnb-typescript": "17.1.0",
5757
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 126 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,11 +1989,30 @@
19891989
dependencies:
19901990
eslint-visitor-keys "^3.3.0"
19911991

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":
19931998
version "4.10.0"
19941999
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
19952000
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
19962001

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+
19972016
"@eslint/eslintrc@^0.4.3":
19982017
version "0.4.3"
19992018
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -2009,25 +2028,37 @@
20092028
minimatch "^3.0.4"
20102029
strip-json-comments "^3.1.1"
20112030

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==
20162035
dependencies:
20172036
ajv "^6.12.4"
20182037
debug "^4.3.2"
2019-
espree "^9.6.0"
2020-
globals "^13.19.0"
2038+
espree "^10.0.1"
2039+
globals "^14.0.0"
20212040
ignore "^5.2.0"
20222041
import-fresh "^3.2.1"
20232042
js-yaml "^4.1.0"
20242043
minimatch "^3.1.2"
20252044
strip-json-comments "^3.1.1"
20262045

2027-
"@eslint/js@8.57.0":
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+
"@eslint/js@9.11.1":
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"
20312062

20322063
"@formatjs/ecma402-abstract@2.0.0":
20332064
version "2.0.0"
@@ -2346,15 +2377,6 @@
23462377
dependencies:
23472378
"@hapi/hoek" "^9.0.0"
23482379

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-
23582380
"@humanwhocodes/config-array@^0.5.0":
23592381
version "0.5.0"
23602382
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
@@ -2374,10 +2396,10 @@
23742396
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
23752397
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
23762398

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==
23812403

23822404
"@isaacs/cliui@^8.0.2":
23832405
version "8.0.2"
@@ -3726,6 +3748,11 @@
37263748
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
37273749
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
37283750

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+
37293756
"@types/extend@^3.0.0":
37303757
version "3.0.4"
37313758
resolved "https://registry.yarnpkg.com/@types/extend/-/extend-3.0.4.tgz#5f9aa502299e1b9beb9ade57ea9e36898de0ff52"
@@ -3839,7 +3866,7 @@
38393866
"@types/tough-cookie" "*"
38403867
parse5 "^7.0.0"
38413868

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":
38433870
version "7.0.15"
38443871
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
38453872
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -4246,7 +4273,7 @@
42464273
"@typescript-eslint/types" "6.21.0"
42474274
eslint-visitor-keys "^3.4.1"
42484275

4249-
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
4276+
"@ungap/structured-clone@^1.0.0":
42504277
version "1.2.0"
42514278
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
42524279
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
44674494
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
44684495
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
44694496

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+
44704502
address@1.2.2, address@^1.0.1, address@^1.1.2:
44714503
version "1.2.2"
44724504
resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
@@ -7464,10 +7496,10 @@ eslint-scope@5.1.1, eslint-scope@^5.1.1:
74647496
esrecurse "^4.3.0"
74657497
estraverse "^4.1.1"
74667498

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==
74717503
dependencies:
74727504
esrecurse "^4.3.0"
74737505
estraverse "^5.2.0"
@@ -7489,11 +7521,16 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
74897521
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
74907522
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
74917523

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:
74937525
version "3.4.3"
74947526
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
74957527
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
74967528

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+
74977534
eslint-webpack-plugin@^2.7.0:
74987535
version "2.7.0"
74997536
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:
75067543
normalize-path "^3.0.0"
75077544
schema-utils "^3.1.1"
75087545

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==
75137550
dependencies:
75147551
"@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"
75197558
"@humanwhocodes/module-importer" "^1.0.1"
7559+
"@humanwhocodes/retry" "^0.3.0"
75207560
"@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"
75227563
ajv "^6.12.4"
75237564
chalk "^4.0.0"
75247565
cross-spawn "^7.0.2"
75257566
debug "^4.3.2"
7526-
doctrine "^3.0.0"
75277567
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"
75327572
esutils "^2.0.2"
75337573
fast-deep-equal "^3.1.3"
7534-
file-entry-cache "^6.0.1"
7574+
file-entry-cache "^8.0.0"
75357575
find-up "^5.0.0"
75367576
glob-parent "^6.0.2"
7537-
globals "^13.19.0"
7538-
graphemer "^1.4.0"
75397577
ignore "^5.2.0"
75407578
imurmurhash "^0.1.4"
75417579
is-glob "^4.0.0"
75427580
is-path-inside "^3.0.3"
7543-
js-yaml "^4.1.0"
75447581
json-stable-stringify-without-jsonify "^1.0.1"
7545-
levn "^0.4.1"
75467582
lodash.merge "^4.6.2"
75477583
minimatch "^3.1.2"
75487584
natural-compare "^1.4.0"
@@ -7596,6 +7632,15 @@ eslint@^7.32.0:
75967632
text-table "^0.2.0"
75977633
v8-compile-cache "^2.0.3"
75987634

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+
75997644
espree@^7.3.0, espree@^7.3.1:
76007645
version "7.3.1"
76017646
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -7605,7 +7650,7 @@ espree@^7.3.0, espree@^7.3.1:
76057650
acorn-jsx "^5.3.1"
76067651
eslint-visitor-keys "^1.3.0"
76077652

7608-
espree@^9.6.0, espree@^9.6.1:
7653+
espree@^9.6.1:
76097654
version "9.6.1"
76107655
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
76117656
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
@@ -7619,13 +7664,20 @@ esprima@^4.0.0, esprima@^4.0.1:
76197664
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
76207665
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
76217666

7622-
esquery@^1.4.0, esquery@^1.4.2:
7667+
esquery@^1.4.0:
76237668
version "1.5.0"
76247669
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
76257670
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
76267671
dependencies:
76277672
estraverse "^5.1.0"
76287673

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+
76297681
esrecurse@^4.3.0:
76307682
version "4.3.0"
76317683
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -7989,6 +8041,13 @@ file-entry-cache@^6.0.1:
79898041
dependencies:
79908042
flat-cache "^3.0.4"
79918043

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+
79928051
file-loader@^6.2.0:
79938052
version "6.2.0"
79948053
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
@@ -8096,6 +8155,14 @@ flat-cache@^3.0.4:
80968155
keyv "^4.5.3"
80978156
rimraf "^3.0.2"
80988157

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+
80998166
flat@^5.0.2:
81008167
version "5.0.2"
81018168
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
@@ -9014,13 +9081,18 @@ globals@^11.1.0:
90149081
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
90159082
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
90169083

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:
90189085
version "13.24.0"
90199086
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
90209087
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
90219088
dependencies:
90229089
type-fest "^0.20.2"
90239090

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+
90249096
globalthis@^1.0.3:
90259097
version "1.0.3"
90269098
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -10923,7 +10995,7 @@ jsonfile@^6.0.1:
1092310995
object.assign "^4.1.4"
1092410996
object.values "^1.1.6"
1092510997

10926-
keyv@^4.0.0, keyv@^4.5.3:
10998+
keyv@^4.0.0, keyv@^4.5.3, keyv@^4.5.4:
1092710999
version "4.5.4"
1092811000
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
1092911001
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy