Skip to content

Commit a522a87

Browse files
Update dependency eslint to v9
1 parent a27aa24 commit a522a87

File tree

2 files changed

+123
-109
lines changed

2 files changed

+123
-109
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/yargs": "17.0.33",
7676
"@typescript-eslint/eslint-plugin": "6.21.0",
7777
"@typescript-eslint/parser": "6.21.0",
78-
"eslint": "8.57.1",
78+
"eslint": "9.11.1",
7979
"eslint-config-prettier": "9.1.0",
8080
"image-size": "1.1.1",
8181
"tape": "5.9.0",

yarn.lock

Lines changed: 122 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -50,49 +50,71 @@
5050
dependencies:
5151
eslint-visitor-keys "^3.3.0"
5252

53-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
53+
"@eslint-community/regexpp@^4.11.0":
54+
version "4.11.1"
55+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
56+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
57+
58+
"@eslint-community/regexpp@^4.5.1":
5459
version "4.9.0"
5560
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.0.tgz#7ccb5f58703fa61ffdcbf39e2c604a109e781162"
5661
integrity sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==
5762

58-
"@eslint/eslintrc@^2.1.4":
59-
version "2.1.4"
60-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
61-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
63+
"@eslint/config-array@^0.18.0":
64+
version "0.18.0"
65+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
66+
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
67+
dependencies:
68+
"@eslint/object-schema" "^2.1.4"
69+
debug "^4.3.1"
70+
minimatch "^3.1.2"
71+
72+
"@eslint/core@^0.6.0":
73+
version "0.6.0"
74+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
75+
integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
76+
77+
"@eslint/eslintrc@^3.1.0":
78+
version "3.1.0"
79+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
80+
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
6281
dependencies:
6382
ajv "^6.12.4"
6483
debug "^4.3.2"
65-
espree "^9.6.0"
66-
globals "^13.19.0"
84+
espree "^10.0.1"
85+
globals "^14.0.0"
6786
ignore "^5.2.0"
6887
import-fresh "^3.2.1"
6988
js-yaml "^4.1.0"
7089
minimatch "^3.1.2"
7190
strip-json-comments "^3.1.1"
7291

73-
74-
version "8.57.1"
75-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
76-
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
92+
93+
version "9.11.1"
94+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
95+
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
96+
97+
"@eslint/object-schema@^2.1.4":
98+
version "2.1.4"
99+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
100+
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
77101

78-
"@humanwhocodes/config-array@^0.13.0":
79-
version "0.13.0"
80-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
81-
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
102+
"@eslint/plugin-kit@^0.2.0":
103+
version "0.2.0"
104+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d"
105+
integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==
82106
dependencies:
83-
"@humanwhocodes/object-schema" "^2.0.3"
84-
debug "^4.3.1"
85-
minimatch "^3.0.5"
107+
levn "^0.4.1"
86108

87109
"@humanwhocodes/module-importer@^1.0.1":
88110
version "1.0.1"
89111
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
90112
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
91113

92-
"@humanwhocodes/object-schema@^2.0.3":
93-
version "2.0.3"
94-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
95-
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
114+
"@humanwhocodes/retry@^0.3.0":
115+
version "0.3.0"
116+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
117+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
96118

97119
98120
version "0.33.5"
@@ -313,6 +335,11 @@
313335
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
314336
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
315337

338+
"@types/estree@^1.0.6":
339+
version "1.0.6"
340+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
341+
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
342+
316343
317344
version "8.1.0"
318345
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
@@ -369,6 +396,11 @@
369396
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
370397
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
371398

399+
"@types/json-schema@^7.0.15":
400+
version "7.0.15"
401+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
402+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
403+
372404
"@types/minimatch@^5.1.2":
373405
version "5.1.2"
374406
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
@@ -511,11 +543,6 @@
511543
"@typescript-eslint/types" "6.21.0"
512544
eslint-visitor-keys "^3.4.1"
513545

514-
"@ungap/structured-clone@^1.2.0":
515-
version "1.2.0"
516-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
517-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
518-
519546
acorn-jsx@^5.3.2:
520547
version "5.3.2"
521548
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -526,7 +553,12 @@ acorn-walk@^8.1.1:
526553
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
527554
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
528555

529-
acorn@^8.4.1, acorn@^8.9.0:
556+
acorn@^8.12.0:
557+
version "8.12.1"
558+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
559+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
560+
561+
acorn@^8.4.1:
530562
version "8.10.0"
531563
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
532564
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
@@ -1237,13 +1269,6 @@ dir-glob@^3.0.1:
12371269
dependencies:
12381270
path-type "^4.0.0"
12391271

1240-
doctrine@^3.0.0:
1241-
version "3.0.0"
1242-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
1243-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
1244-
dependencies:
1245-
esutils "^2.0.2"
1246-
12471272
dom-serializer@^1.0.1:
12481273
version "1.4.1"
12491274
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30"
@@ -1543,76 +1568,80 @@ [email protected]:
15431568
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
15441569
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
15451570

1546-
eslint-scope@^7.2.2:
1547-
version "7.2.2"
1548-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
1549-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
1571+
eslint-scope@^8.0.2:
1572+
version "8.0.2"
1573+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
1574+
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
15501575
dependencies:
15511576
esrecurse "^4.3.0"
15521577
estraverse "^5.2.0"
15531578

1554-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
1579+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
15551580
version "3.4.3"
15561581
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
15571582
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
15581583

1559-
1560-
version "8.57.1"
1561-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
1562-
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
1584+
eslint-visitor-keys@^4.0.0:
1585+
version "4.0.0"
1586+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
1587+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
1588+
1589+
1590+
version "9.11.1"
1591+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567"
1592+
integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==
15631593
dependencies:
15641594
"@eslint-community/eslint-utils" "^4.2.0"
1565-
"@eslint-community/regexpp" "^4.6.1"
1566-
"@eslint/eslintrc" "^2.1.4"
1567-
"@eslint/js" "8.57.1"
1568-
"@humanwhocodes/config-array" "^0.13.0"
1595+
"@eslint-community/regexpp" "^4.11.0"
1596+
"@eslint/config-array" "^0.18.0"
1597+
"@eslint/core" "^0.6.0"
1598+
"@eslint/eslintrc" "^3.1.0"
1599+
"@eslint/js" "9.11.1"
1600+
"@eslint/plugin-kit" "^0.2.0"
15691601
"@humanwhocodes/module-importer" "^1.0.1"
1602+
"@humanwhocodes/retry" "^0.3.0"
15701603
"@nodelib/fs.walk" "^1.2.8"
1571-
"@ungap/structured-clone" "^1.2.0"
1604+
"@types/estree" "^1.0.6"
1605+
"@types/json-schema" "^7.0.15"
15721606
ajv "^6.12.4"
15731607
chalk "^4.0.0"
15741608
cross-spawn "^7.0.2"
15751609
debug "^4.3.2"
1576-
doctrine "^3.0.0"
15771610
escape-string-regexp "^4.0.0"
1578-
eslint-scope "^7.2.2"
1579-
eslint-visitor-keys "^3.4.3"
1580-
espree "^9.6.1"
1581-
esquery "^1.4.2"
1611+
eslint-scope "^8.0.2"
1612+
eslint-visitor-keys "^4.0.0"
1613+
espree "^10.1.0"
1614+
esquery "^1.5.0"
15821615
esutils "^2.0.2"
15831616
fast-deep-equal "^3.1.3"
1584-
file-entry-cache "^6.0.1"
1617+
file-entry-cache "^8.0.0"
15851618
find-up "^5.0.0"
15861619
glob-parent "^6.0.2"
1587-
globals "^13.19.0"
1588-
graphemer "^1.4.0"
15891620
ignore "^5.2.0"
15901621
imurmurhash "^0.1.4"
15911622
is-glob "^4.0.0"
15921623
is-path-inside "^3.0.3"
1593-
js-yaml "^4.1.0"
15941624
json-stable-stringify-without-jsonify "^1.0.1"
1595-
levn "^0.4.1"
15961625
lodash.merge "^4.6.2"
15971626
minimatch "^3.1.2"
15981627
natural-compare "^1.4.0"
15991628
optionator "^0.9.3"
16001629
strip-ansi "^6.0.1"
16011630
text-table "^0.2.0"
16021631

1603-
espree@^9.6.0, espree@^9.6.1:
1604-
version "9.6.1"
1605-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
1606-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
1632+
espree@^10.0.1, espree@^10.1.0:
1633+
version "10.1.0"
1634+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
1635+
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
16071636
dependencies:
1608-
acorn "^8.9.0"
1637+
acorn "^8.12.0"
16091638
acorn-jsx "^5.3.2"
1610-
eslint-visitor-keys "^3.4.1"
1639+
eslint-visitor-keys "^4.0.0"
16111640

1612-
esquery@^1.4.2:
1613-
version "1.5.0"
1614-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
1615-
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
1641+
esquery@^1.5.0:
1642+
version "1.6.0"
1643+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
1644+
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
16161645
dependencies:
16171646
estraverse "^5.1.0"
16181647

@@ -1784,12 +1813,12 @@ fd-slicer@~1.1.0:
17841813
dependencies:
17851814
pend "~1.2.0"
17861815

1787-
file-entry-cache@^6.0.1:
1788-
version "6.0.1"
1789-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
1790-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
1816+
file-entry-cache@^8.0.0:
1817+
version "8.0.0"
1818+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
1819+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
17911820
dependencies:
1792-
flat-cache "^3.0.4"
1821+
flat-cache "^4.0.0"
17931822

17941823
[email protected], file-type@^5.2.0:
17951824
version "5.2.0"
@@ -1866,19 +1895,18 @@ find-versions@^3.0.0:
18661895
dependencies:
18671896
semver-regex "^2.0.0"
18681897

1869-
flat-cache@^3.0.4:
1870-
version "3.1.0"
1871-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.1.0.tgz#0e54ab4a1a60fe87e2946b6b00657f1c99e1af3f"
1872-
integrity sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==
1898+
flat-cache@^4.0.0:
1899+
version "4.0.1"
1900+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
1901+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
18731902
dependencies:
1874-
flatted "^3.2.7"
1875-
keyv "^4.5.3"
1876-
rimraf "^3.0.2"
1903+
flatted "^3.2.9"
1904+
keyv "^4.5.4"
18771905

1878-
flatted@^3.2.7:
1879-
version "3.2.9"
1880-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
1881-
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
1906+
flatted@^3.2.9:
1907+
version "3.3.1"
1908+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
1909+
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
18821910

18831911
for-each@^0.3.3:
18841912
version "0.3.3"
@@ -2087,12 +2115,10 @@ glob@^7.1.3, glob@^7.2.3:
20872115
once "^1.3.0"
20882116
path-is-absolute "^1.0.0"
20892117

2090-
globals@^13.19.0:
2091-
version "13.22.0"
2092-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.22.0.tgz#0c9fcb9c48a2494fbb5edbfee644285543eba9d8"
2093-
integrity sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==
2094-
dependencies:
2095-
type-fest "^0.20.2"
2118+
globals@^14.0.0:
2119+
version "14.0.0"
2120+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
2121+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
20962122

20972123
globalthis@^1.0.3:
20982124
version "1.0.3"
@@ -2811,10 +2837,10 @@ [email protected]:
28112837
dependencies:
28122838
json-buffer "3.0.0"
28132839

2814-
keyv@^4.5.3:
2815-
version "4.5.3"
2816-
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.3.tgz#00873d2b046df737963157bd04f294ca818c9c25"
2817-
integrity sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==
2840+
keyv@^4.5.4:
2841+
version "4.5.4"
2842+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
2843+
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
28182844
dependencies:
28192845
json-buffer "3.0.1"
28202846

@@ -2948,7 +2974,7 @@ [email protected]:
29482974
dependencies:
29492975
brace-expansion "^2.0.1"
29502976

2951-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
2977+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
29522978
version "3.1.2"
29532979
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
29542980
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -3556,13 +3582,6 @@ rimraf@^2.5.4:
35563582
dependencies:
35573583
glob "^7.1.3"
35583584

3559-
rimraf@^3.0.2:
3560-
version "3.0.2"
3561-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
3562-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
3563-
dependencies:
3564-
glob "^7.1.3"
3565-
35663585
run-parallel@^1.1.9:
35673586
version "1.2.0"
35683587
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -4174,11 +4193,6 @@ type-fest@^0.11.0:
41744193
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
41754194
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
41764195

4177-
type-fest@^0.20.2:
4178-
version "0.20.2"
4179-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
4180-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
4181-
41824196
typed-array-buffer@^1.0.0:
41834197
version "1.0.0"
41844198
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60"

0 commit comments

Comments
 (0)