Skip to content

Commit 0987e35

Browse files
authored
build(deps): bump eslint to v9 (#220)
1 parent 1d87894 commit 0987e35

File tree

2 files changed

+194
-22
lines changed

2 files changed

+194
-22
lines changed

packages/web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"classnames": "^2.3.1",
2020
"css-loader": "^6.3.0",
2121
"dayjs": "^1.10.7",
22-
"eslint-plugin-testing-library": "^5.0.5",
2322
"focus-trap-react": "^10.3.0",
2423
"html-webpack-plugin": "^5.3.2",
2524
"http-server": "^14.1.0",
@@ -77,7 +76,9 @@
7776
"@types/styled-components": "^5.1.14",
7877
"babel-jest": "^29.3.1",
7978
"babel-plugin-styled-components": "^2.0.2",
79+
"eslint": "^9.18.0",
8080
"eslint-plugin-jest-dom": "^4.0.3",
81+
"eslint-plugin-testing-library": "^5.0.5",
8182
"jest": "^29.0.3",
8283
"jest-environment-jsdom": "^29.0.3",
8384
"jest-styled-components": "^7.0.5",

yarn.lock

Lines changed: 192 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,17 +1271,38 @@
12711271
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
12721272

12731273
"@eslint-community/eslint-utils@^4.2.0":
1274-
version "4.4.0"
1275-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1276-
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1274+
version "4.4.1"
1275+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
1276+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
12771277
dependencies:
1278-
eslint-visitor-keys "^3.3.0"
1278+
eslint-visitor-keys "^3.4.3"
1279+
1280+
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.6.1":
1281+
version "4.12.1"
1282+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1283+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12791284

1280-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
1285+
"@eslint-community/regexpp@^4.4.0":
12811286
version "4.11.1"
12821287
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
12831288
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
12841289

1290+
"@eslint/config-array@^0.19.0":
1291+
version "0.19.1"
1292+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.1.tgz#734aaea2c40be22bbb1f2a9dac687c57a6a4c984"
1293+
integrity sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==
1294+
dependencies:
1295+
"@eslint/object-schema" "^2.1.5"
1296+
debug "^4.3.1"
1297+
minimatch "^3.1.2"
1298+
1299+
"@eslint/core@^0.10.0":
1300+
version "0.10.0"
1301+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
1302+
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
1303+
dependencies:
1304+
"@types/json-schema" "^7.0.15"
1305+
12851306
"@eslint/eslintrc@^2.1.4":
12861307
version "2.1.4"
12871308
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
@@ -1297,11 +1318,44 @@
12971318
minimatch "^3.1.2"
12981319
strip-json-comments "^3.1.1"
12991320

1321+
"@eslint/eslintrc@^3.2.0":
1322+
version "3.2.0"
1323+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
1324+
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
1325+
dependencies:
1326+
ajv "^6.12.4"
1327+
debug "^4.3.2"
1328+
espree "^10.0.1"
1329+
globals "^14.0.0"
1330+
ignore "^5.2.0"
1331+
import-fresh "^3.2.1"
1332+
js-yaml "^4.1.0"
1333+
minimatch "^3.1.2"
1334+
strip-json-comments "^3.1.1"
1335+
13001336
"@eslint/js@8.57.1":
13011337
version "8.57.1"
13021338
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
13031339
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
13041340

1341+
"@eslint/js@9.18.0":
1342+
version "9.18.0"
1343+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.18.0.tgz#3356f85d18ed3627ab107790b53caf7e1e3d1e84"
1344+
integrity sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==
1345+
1346+
"@eslint/object-schema@^2.1.5":
1347+
version "2.1.5"
1348+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.5.tgz#8670a8f6258a2be5b2c620ff314a1d984c23eb2e"
1349+
integrity sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==
1350+
1351+
"@eslint/plugin-kit@^0.2.5":
1352+
version "0.2.5"
1353+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
1354+
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
1355+
dependencies:
1356+
"@eslint/core" "^0.10.0"
1357+
levn "^0.4.1"
1358+
13051359
"@floating-ui/core@^1.6.0":
13061360
version "1.6.8"
13071361
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.8.tgz#aa43561be075815879305965020f492cdb43da12"
@@ -1364,6 +1418,19 @@
13641418
resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.1.5.tgz#1e13f34976cc542deae92353c01c8b3d7942e9ba"
13651419
integrity sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA==
13661420

1421+
"@humanfs/core@^0.19.1":
1422+
version "0.19.1"
1423+
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77"
1424+
integrity sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==
1425+
1426+
"@humanfs/node@^0.16.6":
1427+
version "0.16.6"
1428+
resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.6.tgz#ee2a10eaabd1131987bf0488fd9b820174cd765e"
1429+
integrity sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==
1430+
dependencies:
1431+
"@humanfs/core" "^0.19.1"
1432+
"@humanwhocodes/retry" "^0.3.0"
1433+
13671434
"@humanwhocodes/config-array@^0.13.0":
13681435
version "0.13.0"
13691436
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
@@ -1383,6 +1450,16 @@
13831450
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
13841451
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
13851452

1453+
"@humanwhocodes/retry@^0.3.0":
1454+
version "0.3.1"
1455+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
1456+
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
1457+
1458+
"@humanwhocodes/retry@^0.4.1":
1459+
version "0.4.1"
1460+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
1461+
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
1462+
13861463
"@inquirer/checkbox@^2.5.0":
13871464
version "2.5.0"
13881465
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.5.0.tgz#41c5c9dd332c0a8fa159be23982ce080d0b199d4"
@@ -2274,7 +2351,7 @@
22742351
dependencies:
22752352
"@types/ms" "*"
22762353

2277-
"@types/estree@^1.0.5":
2354+
"@types/estree@^1.0.5", "@types/estree@^1.0.6":
22782355
version "1.0.6"
22792356
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
22802357
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
@@ -2413,7 +2490,7 @@
24132490
"@types/tough-cookie" "*"
24142491
parse5 "^7.0.0"
24152492

2416-
"@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
2493+
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
24172494
version "7.0.15"
24182495
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
24192496
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -2835,9 +2912,9 @@
28352912
eslint-visitor-keys "^3.3.0"
28362913

28372914
"@ungap/structured-clone@^1.2.0":
2838-
version "1.2.0"
2839-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
2840-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
2915+
version "1.2.1"
2916+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.1.tgz#28fa185f67daaf7b7a1a8c1d445132c5d979f8bd"
2917+
integrity sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==
28412918

28422919
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
28432920
version "1.12.1"
@@ -3040,11 +3117,16 @@ acorn-walk@^8.0.0, acorn-walk@^8.0.2, acorn-walk@^8.1.1:
30403117
dependencies:
30413118
acorn "^8.11.0"
30423119

3043-
acorn@^8.0.4, acorn@^8.1.0, acorn@^8.11.0, acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.1, acorn@^8.8.2, acorn@^8.9.0:
3120+
acorn@^8.0.4, acorn@^8.1.0, acorn@^8.11.0, acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.1, acorn@^8.8.2:
30443121
version "8.12.1"
30453122
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
30463123
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
30473124

3125+
acorn@^8.14.0, acorn@^8.9.0:
3126+
version "8.14.0"
3127+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
3128+
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
3129+
30483130
agent-base@6:
30493131
version "6.0.2"
30503132
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -4273,7 +4355,7 @@ cross-fetch@^3.1.6:
42734355
dependencies:
42744356
node-fetch "^2.6.12"
42754357

4276-
cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
4358+
cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
42774359
version "7.0.6"
42784360
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
42794361
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -4472,7 +4554,7 @@ debug@2.6.9:
44724554
dependencies:
44734555
ms "2.0.0"
44744556

4475-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2, debug@~4.3.4, debug@~4.3.6:
4557+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2, debug@~4.3.4, debug@~4.3.6:
44764558
version "4.3.7"
44774559
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
44784560
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
@@ -4493,6 +4575,13 @@ debug@^3.2.7:
44934575
dependencies:
44944576
ms "^2.1.1"
44954577

4578+
debug@^4.3.1, debug@^4.3.2:
4579+
version "4.4.0"
4580+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
4581+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
4582+
dependencies:
4583+
ms "^2.1.3"
4584+
44964585
decimal.js@^10.4.2:
44974586
version "10.4.3"
44984587
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
@@ -5208,11 +5297,24 @@ eslint-scope@^7.2.2:
52085297
esrecurse "^4.3.0"
52095298
estraverse "^5.2.0"
52105299

5300+
eslint-scope@^8.2.0:
5301+
version "8.2.0"
5302+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
5303+
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
5304+
dependencies:
5305+
esrecurse "^4.3.0"
5306+
estraverse "^5.2.0"
5307+
52115308
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
52125309
version "3.4.3"
52135310
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
52145311
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
52155312

5313+
eslint-visitor-keys@^4.2.0:
5314+
version "4.2.0"
5315+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5316+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
5317+
52165318
eslint@^8.2.0:
52175319
version "8.57.1"
52185320
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -5257,6 +5359,55 @@ eslint@^8.2.0:
52575359
strip-ansi "^6.0.1"
52585360
text-table "^0.2.0"
52595361

5362+
eslint@^9.18.0:
5363+
version "9.18.0"
5364+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.18.0.tgz#c95b24de1183e865de19f607fda6518b54827850"
5365+
integrity sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==
5366+
dependencies:
5367+
"@eslint-community/eslint-utils" "^4.2.0"
5368+
"@eslint-community/regexpp" "^4.12.1"
5369+
"@eslint/config-array" "^0.19.0"
5370+
"@eslint/core" "^0.10.0"
5371+
"@eslint/eslintrc" "^3.2.0"
5372+
"@eslint/js" "9.18.0"
5373+
"@eslint/plugin-kit" "^0.2.5"
5374+
"@humanfs/node" "^0.16.6"
5375+
"@humanwhocodes/module-importer" "^1.0.1"
5376+
"@humanwhocodes/retry" "^0.4.1"
5377+
"@types/estree" "^1.0.6"
5378+
"@types/json-schema" "^7.0.15"
5379+
ajv "^6.12.4"
5380+
chalk "^4.0.0"
5381+
cross-spawn "^7.0.6"
5382+
debug "^4.3.2"
5383+
escape-string-regexp "^4.0.0"
5384+
eslint-scope "^8.2.0"
5385+
eslint-visitor-keys "^4.2.0"
5386+
espree "^10.3.0"
5387+
esquery "^1.5.0"
5388+
esutils "^2.0.2"
5389+
fast-deep-equal "^3.1.3"
5390+
file-entry-cache "^8.0.0"
5391+
find-up "^5.0.0"
5392+
glob-parent "^6.0.2"
5393+
ignore "^5.2.0"
5394+
imurmurhash "^0.1.4"
5395+
is-glob "^4.0.0"
5396+
json-stable-stringify-without-jsonify "^1.0.1"
5397+
lodash.merge "^4.6.2"
5398+
minimatch "^3.1.2"
5399+
natural-compare "^1.4.0"
5400+
optionator "^0.9.3"
5401+
5402+
espree@^10.0.1, espree@^10.3.0:
5403+
version "10.3.0"
5404+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
5405+
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
5406+
dependencies:
5407+
acorn "^8.14.0"
5408+
acorn-jsx "^5.3.2"
5409+
eslint-visitor-keys "^4.2.0"
5410+
52605411
espree@^9.6.0, espree@^9.6.1:
52615412
version "9.6.1"
52625413
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
@@ -5271,7 +5422,7 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
52715422
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
52725423
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
52735424

5274-
esquery@^1.4.2:
5425+
esquery@^1.4.2, esquery@^1.5.0:
52755426
version "1.6.0"
52765427
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
52775428
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
@@ -5503,9 +5654,9 @@ fastest-levenshtein@^1.0.12:
55035654
integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==
55045655

55055656
fastq@^1.6.0:
5506-
version "1.17.1"
5507-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
5508-
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
5657+
version "1.18.0"
5658+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.18.0.tgz#d631d7e25faffea81887fe5ea8c9010e1b36fee0"
5659+
integrity sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==
55095660
dependencies:
55105661
reusify "^1.0.4"
55115662

@@ -5542,6 +5693,13 @@ file-entry-cache@^6.0.1:
55425693
dependencies:
55435694
flat-cache "^3.0.4"
55445695

5696+
file-entry-cache@^8.0.0:
5697+
version "8.0.0"
5698+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
5699+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
5700+
dependencies:
5701+
flat-cache "^4.0.0"
5702+
55455703
fill-range@^7.1.1:
55465704
version "7.1.1"
55475705
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
@@ -5633,15 +5791,23 @@ flat-cache@^3.0.4:
56335791
keyv "^4.5.3"
56345792
rimraf "^3.0.2"
56355793

5794+
flat-cache@^4.0.0:
5795+
version "4.0.1"
5796+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
5797+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
5798+
dependencies:
5799+
flatted "^3.2.9"
5800+
keyv "^4.5.4"
5801+
56365802
flat@^5.0.2:
56375803
version "5.0.2"
56385804
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
56395805
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
56405806

56415807
flatted@^3.2.9:
5642-
version "3.3.1"
5643-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
5644-
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
5808+
version "3.3.2"
5809+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.2.tgz#adba1448a9841bec72b42c532ea23dbbedef1a27"
5810+
integrity sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==
56455811

56465812
flow-parser@0.*:
56475813
version "0.247.1"
@@ -5852,6 +6018,11 @@ globals@^13.19.0:
58526018
dependencies:
58536019
type-fest "^0.20.2"
58546020

6021+
globals@^14.0.0:
6022+
version "14.0.0"
6023+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
6024+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
6025+
58556026
globalthis@^1.0.3:
58566027
version "1.0.4"
58576028
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
@@ -7359,7 +7530,7 @@ jws@^4.0.0:
73597530
jwa "^2.0.0"
73607531
safe-buffer "^5.0.1"
73617532

7362-
keyv@^4.5.3:
7533+
keyv@^4.5.3, keyv@^4.5.4:
73637534
version "4.5.4"
73647535
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
73657536
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==

0 commit comments

Comments
 (0)