Skip to content

Commit 59ce9ab

Browse files
chore(deps): update dependency eslint to v9
1 parent ee41284 commit 59ce9ab

File tree

2 files changed

+90
-110
lines changed

2 files changed

+90
-110
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/eslint-parser": "7.25.1",
4848
"@babel/preset-env": "7.25.3",
4949
"babel-jest": "29.7.0",
50-
"eslint": "8.57.0",
50+
"eslint": "9.11.1",
5151
"eslint-config-stylelint": "22.0.0",
5252
"gulp": "5.0.0",
5353
"gulp-clean-css": "4.3.0",

yarn.lock

+89-109
Original file line numberDiff line numberDiff line change
@@ -1013,30 +1013,56 @@
10131013
dependencies:
10141014
eslint-visitor-keys "^3.3.0"
10151015

1016-
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.6.1", "@eslint-community/regexpp@^4.8.0", "@eslint-community/regexpp@^4.9.1":
1016+
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.8.0", "@eslint-community/regexpp@^4.9.1":
10171017
version "4.11.0"
10181018
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
10191019
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
10201020

1021-
"@eslint/eslintrc@^2.1.4":
1022-
version "2.1.4"
1023-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
1024-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
1021+
"@eslint/config-array@^0.18.0":
1022+
version "0.18.0"
1023+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
1024+
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
1025+
dependencies:
1026+
"@eslint/object-schema" "^2.1.4"
1027+
debug "^4.3.1"
1028+
minimatch "^3.1.2"
1029+
1030+
"@eslint/core@^0.6.0":
1031+
version "0.6.0"
1032+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
1033+
integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
1034+
1035+
"@eslint/eslintrc@^3.1.0":
1036+
version "3.1.0"
1037+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
1038+
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
10251039
dependencies:
10261040
ajv "^6.12.4"
10271041
debug "^4.3.2"
1028-
espree "^9.6.0"
1029-
globals "^13.19.0"
1042+
espree "^10.0.1"
1043+
globals "^14.0.0"
10301044
ignore "^5.2.0"
10311045
import-fresh "^3.2.1"
10321046
js-yaml "^4.1.0"
10331047
minimatch "^3.1.2"
10341048
strip-json-comments "^3.1.1"
10351049

1036-
"@eslint/js@8.57.0":
1037-
version "8.57.0"
1038-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
1039-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
1050+
"@eslint/js@9.11.1":
1051+
version "9.11.1"
1052+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
1053+
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
1054+
1055+
"@eslint/object-schema@^2.1.4":
1056+
version "2.1.4"
1057+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
1058+
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
1059+
1060+
"@eslint/plugin-kit@^0.2.0":
1061+
version "0.2.0"
1062+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d"
1063+
integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==
1064+
dependencies:
1065+
levn "^0.4.1"
10401066

10411067
"@gulpjs/messages@^1.1.0":
10421068
version "1.1.0"
@@ -1050,24 +1076,15 @@
10501076
dependencies:
10511077
is-negated-glob "^1.0.0"
10521078

1053-
"@humanwhocodes/config-array@^0.11.14":
1054-
version "0.11.14"
1055-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
1056-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
1057-
dependencies:
1058-
"@humanwhocodes/object-schema" "^2.0.2"
1059-
debug "^4.3.1"
1060-
minimatch "^3.0.5"
1061-
10621079
"@humanwhocodes/module-importer@^1.0.1":
10631080
version "1.0.1"
10641081
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
10651082
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
10661083

1067-
"@humanwhocodes/object-schema@^2.0.2":
1068-
version "2.0.3"
1069-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
1070-
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
1084+
"@humanwhocodes/retry@^0.3.0":
1085+
version "0.3.0"
1086+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
1087+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
10711088

10721089
"@istanbuljs/load-nyc-config@^1.0.0":
10731090
version "1.1.0"
@@ -1440,6 +1457,11 @@
14401457
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
14411458
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
14421459

1460+
"@types/estree@^1.0.6":
1461+
version "1.0.6"
1462+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
1463+
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
1464+
14431465
"@types/graceful-fs@^4.1.3":
14441466
version "4.1.9"
14451467
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -1466,7 +1488,7 @@
14661488
dependencies:
14671489
"@types/istanbul-lib-report" "*"
14681490

1469-
"@types/json-schema@*":
1491+
"@types/json-schema@*", "@types/json-schema@^7.0.15":
14701492
version "7.0.15"
14711493
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
14721494
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1495,17 +1517,12 @@
14951517
dependencies:
14961518
"@types/yargs-parser" "*"
14971519

1498-
"@ungap/structured-clone@^1.2.0":
1499-
version "1.2.0"
1500-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
1501-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
1502-
15031520
acorn-jsx@^5.3.2:
15041521
version "5.3.2"
15051522
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
15061523
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
15071524

1508-
acorn@^8.12.0, acorn@^8.12.1, acorn@^8.9.0:
1525+
acorn@^8.12.0, acorn@^8.12.1:
15091526
version "8.12.1"
15101527
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
15111528
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
@@ -2139,13 +2156,6 @@ dir-glob@^3.0.1:
21392156
dependencies:
21402157
path-type "^4.0.0"
21412158

2142-
doctrine@^3.0.0:
2143-
version "3.0.0"
2144-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
2145-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
2146-
dependencies:
2147-
esutils "^2.0.2"
2148-
21492159
each-props@^3.0.0:
21502160
version "3.0.0"
21512161
resolved "https://registry.yarnpkg.com/each-props/-/each-props-3.0.0.tgz#a88fb17634a4828307610ec68269fba2f7280cd8"
@@ -2282,10 +2292,10 @@ eslint-scope@5.1.1:
22822292
esrecurse "^4.3.0"
22832293
estraverse "^4.1.1"
22842294

2285-
eslint-scope@^7.2.2:
2286-
version "7.2.2"
2287-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
2288-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
2295+
eslint-scope@^8.0.2:
2296+
version "8.0.2"
2297+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
2298+
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
22892299
dependencies:
22902300
esrecurse "^4.3.0"
22912301
estraverse "^5.2.0"
@@ -2295,7 +2305,7 @@ eslint-visitor-keys@^2.1.0:
22952305
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
22962306
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
22972307

2298-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
2308+
eslint-visitor-keys@^3.3.0:
22992309
version "3.4.3"
23002310
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
23012311
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -2305,51 +2315,50 @@ eslint-visitor-keys@^4.0.0:
23052315
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
23062316
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
23072317

2308-
eslint@8.57.0:
2309-
version "8.57.0"
2310-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
2311-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
2318+
eslint@9.11.1:
2319+
version "9.11.1"
2320+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567"
2321+
integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==
23122322
dependencies:
23132323
"@eslint-community/eslint-utils" "^4.2.0"
2314-
"@eslint-community/regexpp" "^4.6.1"
2315-
"@eslint/eslintrc" "^2.1.4"
2316-
"@eslint/js" "8.57.0"
2317-
"@humanwhocodes/config-array" "^0.11.14"
2324+
"@eslint-community/regexpp" "^4.11.0"
2325+
"@eslint/config-array" "^0.18.0"
2326+
"@eslint/core" "^0.6.0"
2327+
"@eslint/eslintrc" "^3.1.0"
2328+
"@eslint/js" "9.11.1"
2329+
"@eslint/plugin-kit" "^0.2.0"
23182330
"@humanwhocodes/module-importer" "^1.0.1"
2331+
"@humanwhocodes/retry" "^0.3.0"
23192332
"@nodelib/fs.walk" "^1.2.8"
2320-
"@ungap/structured-clone" "^1.2.0"
2333+
"@types/estree" "^1.0.6"
2334+
"@types/json-schema" "^7.0.15"
23212335
ajv "^6.12.4"
23222336
chalk "^4.0.0"
23232337
cross-spawn "^7.0.2"
23242338
debug "^4.3.2"
2325-
doctrine "^3.0.0"
23262339
escape-string-regexp "^4.0.0"
2327-
eslint-scope "^7.2.2"
2328-
eslint-visitor-keys "^3.4.3"
2329-
espree "^9.6.1"
2330-
esquery "^1.4.2"
2340+
eslint-scope "^8.0.2"
2341+
eslint-visitor-keys "^4.0.0"
2342+
espree "^10.1.0"
2343+
esquery "^1.5.0"
23312344
esutils "^2.0.2"
23322345
fast-deep-equal "^3.1.3"
2333-
file-entry-cache "^6.0.1"
2346+
file-entry-cache "^8.0.0"
23342347
find-up "^5.0.0"
23352348
glob-parent "^6.0.2"
2336-
globals "^13.19.0"
2337-
graphemer "^1.4.0"
23382349
ignore "^5.2.0"
23392350
imurmurhash "^0.1.4"
23402351
is-glob "^4.0.0"
23412352
is-path-inside "^3.0.3"
2342-
js-yaml "^4.1.0"
23432353
json-stable-stringify-without-jsonify "^1.0.1"
2344-
levn "^0.4.1"
23452354
lodash.merge "^4.6.2"
23462355
minimatch "^3.1.2"
23472356
natural-compare "^1.4.0"
23482357
optionator "^0.9.3"
23492358
strip-ansi "^6.0.1"
23502359
text-table "^0.2.0"
23512360

2352-
espree@^10.1.0:
2361+
espree@^10.0.1, espree@^10.1.0:
23532362
version "10.1.0"
23542363
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
23552364
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
@@ -2358,21 +2367,12 @@ espree@^10.1.0:
23582367
acorn-jsx "^5.3.2"
23592368
eslint-visitor-keys "^4.0.0"
23602369

2361-
espree@^9.6.0, espree@^9.6.1:
2362-
version "9.6.1"
2363-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
2364-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
2365-
dependencies:
2366-
acorn "^8.9.0"
2367-
acorn-jsx "^5.3.2"
2368-
eslint-visitor-keys "^3.4.1"
2369-
23702370
esprima@^4.0.0:
23712371
version "4.0.1"
23722372
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
23732373
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
23742374

2375-
esquery@^1.4.2:
2375+
esquery@^1.5.0:
23762376
version "1.6.0"
23772377
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
23782378
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
@@ -2521,12 +2521,12 @@ fb-watchman@^2.0.0:
25212521
dependencies:
25222522
bser "2.1.1"
25232523

2524-
file-entry-cache@^6.0.1:
2525-
version "6.0.1"
2526-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
2527-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
2524+
file-entry-cache@^8.0.0:
2525+
version "8.0.0"
2526+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
2527+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
25282528
dependencies:
2529-
flat-cache "^3.0.4"
2529+
flat-cache "^4.0.0"
25302530

25312531
file-entry-cache@^9.0.0:
25322532
version "9.0.0"
@@ -2584,14 +2584,13 @@ flagged-respawn@^2.0.0:
25842584
resolved "https://registry.yarnpkg.com/flagged-respawn/-/flagged-respawn-2.0.0.tgz#abf39719dcfe1ac06c86c9466081c541c682987b"
25852585
integrity sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==
25862586

2587-
flat-cache@^3.0.4:
2588-
version "3.2.0"
2589-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
2590-
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
2587+
flat-cache@^4.0.0:
2588+
version "4.0.1"
2589+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
2590+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
25912591
dependencies:
25922592
flatted "^3.2.9"
2593-
keyv "^4.5.3"
2594-
rimraf "^3.0.2"
2593+
keyv "^4.5.4"
25952594

25962595
flat-cache@^5.0.0:
25972596
version "5.0.0"
@@ -2757,12 +2756,10 @@ globals@^11.1.0:
27572756
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
27582757
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
27592758

2760-
globals@^13.19.0:
2761-
version "13.24.0"
2762-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
2763-
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
2764-
dependencies:
2765-
type-fest "^0.20.2"
2759+
globals@^14.0.0:
2760+
version "14.0.0"
2761+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
2762+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
27662763

27672764
globals@^15.8.0:
27682765
version "15.9.0"
@@ -2798,11 +2795,6 @@ graceful-fs@^4.2.10, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.8
27982795
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
27992796
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
28002797

2801-
graphemer@^1.4.0:
2802-
version "1.4.0"
2803-
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
2804-
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
2805-
28062798
gulp-clean-css@4.3.0:
28072799
version "4.3.0"
28082800
resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-4.3.0.tgz#5b1e73f2fca46703eb636014cdd4553cea65146d"
@@ -3565,7 +3557,7 @@ just-extend@^6.2.0:
35653557
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
35663558
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
35673559

3568-
keyv@^4.5.3, keyv@^4.5.4:
3560+
keyv@^4.5.4:
35693561
version "4.5.4"
35703562
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
35713563
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -3726,7 +3718,7 @@ mimic-fn@^2.1.0:
37263718
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
37273719
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
37283720

3729-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
3721+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
37303722
version "3.1.2"
37313723
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37323724
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -4245,13 +4237,6 @@ reusify@^1.0.4:
42454237
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
42464238
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
42474239

4248-
rimraf@^3.0.2:
4249-
version "3.0.2"
4250-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
4251-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
4252-
dependencies:
4253-
glob "^7.1.3"
4254-
42554240
run-parallel@^1.1.9:
42564241
version "1.2.0"
42574242
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -4667,11 +4652,6 @@ type-detect@^4.0.8:
46674652
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c"
46684653
integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==
46694654

4670-
type-fest@^0.20.2:
4671-
version "0.20.2"
4672-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
4673-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
4674-
46754655
type-fest@^0.21.3:
46764656
version "0.21.3"
46774657
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"

0 commit comments

Comments
 (0)