Skip to content

Commit 128fc40

Browse files
Update linters
1 parent b05a954 commit 128fc40

File tree

2 files changed

+92
-96
lines changed

2 files changed

+92
-96
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@openzeppelin/docs-utils": "^0.1.0",
1616
"@typescript-eslint/eslint-plugin": "^7.0.0",
1717
"@typescript-eslint/parser": "^7.0.0",
18-
"eslint": "^8.0.0",
18+
"eslint": "^9.0.0",
1919
"eslint-config-prettier": "^9.0.0",
2020
"eslint-plugin-prettier": "^5.0.0",
21-
"eslint-plugin-unicorn": "^51.0.0",
21+
"eslint-plugin-unicorn": "^54.0.0",
2222
"ethers": "^6.8.1",
2323
"nyc": "^17.0.0",
2424
"prettier": "^3.0.0",

yarn.lock

+90-94
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
181181
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
182182

183-
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.5":
183+
"@babel/helper-validator-identifier@^7.24.5":
184184
version "7.24.5"
185185
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
186186
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
@@ -274,25 +274,39 @@
274274
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
275275
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
276276

277-
"@eslint/eslintrc@^2.1.4":
278-
version "2.1.4"
279-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
280-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
277+
"@eslint/config-array@^0.15.1":
278+
version "0.15.1"
279+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.15.1.tgz#1fa78b422d98f4e7979f2211a1fde137e26c7d61"
280+
integrity sha512-K4gzNq+yymn/EVsXYmf+SBcBro8MTf+aXJZUphM96CdzUEr+ClGDvAbpmaEK+cGVigVXIgs9gNmvHAlrzzY5JQ==
281+
dependencies:
282+
"@eslint/object-schema" "^2.1.3"
283+
debug "^4.3.1"
284+
minimatch "^3.0.5"
285+
286+
"@eslint/eslintrc@^3.0.2", "@eslint/eslintrc@^3.1.0":
287+
version "3.1.0"
288+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
289+
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
281290
dependencies:
282291
ajv "^6.12.4"
283292
debug "^4.3.2"
284-
espree "^9.6.0"
285-
globals "^13.19.0"
293+
espree "^10.0.1"
294+
globals "^14.0.0"
286295
ignore "^5.2.0"
287296
import-fresh "^3.2.1"
288297
js-yaml "^4.1.0"
289298
minimatch "^3.1.2"
290299
strip-json-comments "^3.1.1"
291300

292-
293-
version "8.57.0"
294-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
295-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
301+
302+
version "9.4.0"
303+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.4.0.tgz#96a2edd37ec0551ce5f9540705be23951c008a0c"
304+
integrity sha512-fdI7VJjP3Rvc70lC4xkFXHB0fiPeojiL1PxVG6t1ZvXQrarj893PweuBTujxDUFk0Fxj4R7PIIAZ/aiiyZPZcg==
305+
306+
"@eslint/object-schema@^2.1.3":
307+
version "2.1.4"
308+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
309+
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
296310

297311
"@ethersproject/[email protected]", "@ethersproject/abi@^5.1.2", "@ethersproject/abi@^5.7.0":
298312
version "5.7.0"
@@ -646,24 +660,15 @@
646660
resolved "https://registry.yarnpkg.com/@frangio/servbot/-/servbot-0.2.5.tgz#d4524c15c8a34fcdde36037b84407c4c60b4cf16"
647661
integrity sha512-ogja4iAPZ1VwM5MU3C1ZhB88358F0PGbmSTGOkIZwOyLaDoMHIqOVCnavHjR7DV5h+oAI4Z4KDqlam3myQUrmg==
648662

649-
"@humanwhocodes/config-array@^0.11.14":
650-
version "0.11.14"
651-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
652-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
653-
dependencies:
654-
"@humanwhocodes/object-schema" "^2.0.2"
655-
debug "^4.3.1"
656-
minimatch "^3.0.5"
657-
658663
"@humanwhocodes/module-importer@^1.0.1":
659664
version "1.0.1"
660665
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
661666
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
662667

663-
"@humanwhocodes/object-schema@^2.0.2":
664-
version "2.0.3"
665-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
666-
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
668+
"@humanwhocodes/retry@^0.3.0":
669+
version "0.3.0"
670+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
671+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
667672

668673
"@isaacs/cliui@^8.0.2":
669674
version "8.0.2"
@@ -1441,11 +1446,6 @@
14411446
"@typescript-eslint/types" "7.8.0"
14421447
eslint-visitor-keys "^3.4.3"
14431448

1444-
"@ungap/structured-clone@^1.2.0":
1445-
version "1.2.0"
1446-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
1447-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
1448-
14491449
"@vercel/nft@^0.26.2":
14501450
version "0.26.4"
14511451
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.26.4.tgz#d7e8ebb91567d25240e8cb996152ea77392cea7f"
@@ -1484,7 +1484,7 @@ acorn-walk@^8.3.2:
14841484
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
14851485
integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
14861486

1487-
acorn@^8.11.3, acorn@^8.6.0, acorn@^8.9.0:
1487+
acorn@^8.11.3, acorn@^8.6.0:
14881488
version "8.11.3"
14891489
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
14901490
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
@@ -2289,10 +2289,10 @@ cookie@^0.4.1:
22892289
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
22902290
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
22912291

2292-
core-js-compat@^3.34.0:
2293-
version "3.37.0"
2294-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.0.tgz#d9570e544163779bb4dff1031c7972f44918dc73"
2295-
integrity sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==
2292+
core-js-compat@^3.37.0:
2293+
version "3.37.1"
2294+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
2295+
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
22962296
dependencies:
22972297
browserslist "^4.23.0"
22982298

@@ -2464,13 +2464,6 @@ dir-glob@^3.0.1:
24642464
dependencies:
24652465
path-type "^4.0.0"
24662466

2467-
doctrine@^3.0.0:
2468-
version "3.0.0"
2469-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
2470-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
2471-
dependencies:
2472-
esutils "^2.0.2"
2473-
24742467
dotenv@^16.0.0:
24752468
version "16.4.5"
24762469
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
@@ -2703,17 +2696,17 @@ eslint-plugin-prettier@^5.0.0:
27032696
prettier-linter-helpers "^1.0.0"
27042697
synckit "^0.8.6"
27052698

2706-
eslint-plugin-unicorn@^51.0.0:
2707-
version "51.0.1"
2708-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz#3641c5e110324c3739d6cb98fc1b99ada39f477b"
2709-
integrity sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==
2699+
eslint-plugin-unicorn@^54.0.0:
2700+
version "54.0.0"
2701+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz#ce3ea853e8fd7ca2bda2fd6065bf065adb5d8b6d"
2702+
integrity sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==
27102703
dependencies:
2711-
"@babel/helper-validator-identifier" "^7.22.20"
2704+
"@babel/helper-validator-identifier" "^7.24.5"
27122705
"@eslint-community/eslint-utils" "^4.4.0"
2713-
"@eslint/eslintrc" "^2.1.4"
2706+
"@eslint/eslintrc" "^3.0.2"
27142707
ci-info "^4.0.0"
27152708
clean-regexp "^1.0.0"
2716-
core-js-compat "^3.34.0"
2709+
core-js-compat "^3.37.0"
27172710
esquery "^1.5.0"
27182711
indent-string "^4.0.0"
27192712
is-builtin-module "^3.2.1"
@@ -2722,57 +2715,58 @@ eslint-plugin-unicorn@^51.0.0:
27222715
read-pkg-up "^7.0.1"
27232716
regexp-tree "^0.1.27"
27242717
regjsparser "^0.10.0"
2725-
semver "^7.5.4"
2718+
semver "^7.6.1"
27262719
strip-indent "^3.0.0"
27272720

2728-
eslint-scope@^7.2.2:
2729-
version "7.2.2"
2730-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
2731-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
2721+
eslint-scope@^8.0.1:
2722+
version "8.0.1"
2723+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.1.tgz#a9601e4b81a0b9171657c343fb13111688963cfc"
2724+
integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==
27322725
dependencies:
27332726
esrecurse "^4.3.0"
27342727
estraverse "^5.2.0"
27352728

2736-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
2729+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
27372730
version "3.4.3"
27382731
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27392732
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27402733

2741-
eslint@^8.0.0:
2742-
version "8.57.0"
2743-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
2744-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
2734+
eslint-visitor-keys@^4.0.0:
2735+
version "4.0.0"
2736+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
2737+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
2738+
2739+
eslint@^9.0.0:
2740+
version "9.4.0"
2741+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.4.0.tgz#79150c3610ae606eb131f1d648d5f43b3d45f3cd"
2742+
integrity sha512-sjc7Y8cUD1IlwYcTS9qPSvGjAC8Ne9LctpxKKu3x/1IC9bnOg98Zy6GxEJUfr1NojMgVPlyANXYns8oE2c1TAA==
27452743
dependencies:
27462744
"@eslint-community/eslint-utils" "^4.2.0"
27472745
"@eslint-community/regexpp" "^4.6.1"
2748-
"@eslint/eslintrc" "^2.1.4"
2749-
"@eslint/js" "8.57.0"
2750-
"@humanwhocodes/config-array" "^0.11.14"
2746+
"@eslint/config-array" "^0.15.1"
2747+
"@eslint/eslintrc" "^3.1.0"
2748+
"@eslint/js" "9.4.0"
27512749
"@humanwhocodes/module-importer" "^1.0.1"
2750+
"@humanwhocodes/retry" "^0.3.0"
27522751
"@nodelib/fs.walk" "^1.2.8"
2753-
"@ungap/structured-clone" "^1.2.0"
27542752
ajv "^6.12.4"
27552753
chalk "^4.0.0"
27562754
cross-spawn "^7.0.2"
27572755
debug "^4.3.2"
2758-
doctrine "^3.0.0"
27592756
escape-string-regexp "^4.0.0"
2760-
eslint-scope "^7.2.2"
2761-
eslint-visitor-keys "^3.4.3"
2762-
espree "^9.6.1"
2757+
eslint-scope "^8.0.1"
2758+
eslint-visitor-keys "^4.0.0"
2759+
espree "^10.0.1"
27632760
esquery "^1.4.2"
27642761
esutils "^2.0.2"
27652762
fast-deep-equal "^3.1.3"
2766-
file-entry-cache "^6.0.1"
2763+
file-entry-cache "^8.0.0"
27672764
find-up "^5.0.0"
27682765
glob-parent "^6.0.2"
2769-
globals "^13.19.0"
2770-
graphemer "^1.4.0"
27712766
ignore "^5.2.0"
27722767
imurmurhash "^0.1.4"
27732768
is-glob "^4.0.0"
27742769
is-path-inside "^3.0.3"
2775-
js-yaml "^4.1.0"
27762770
json-stable-stringify-without-jsonify "^1.0.1"
27772771
levn "^0.4.1"
27782772
lodash.merge "^4.6.2"
@@ -2782,14 +2776,14 @@ eslint@^8.0.0:
27822776
strip-ansi "^6.0.1"
27832777
text-table "^0.2.0"
27842778

2785-
espree@^9.6.0, espree@^9.6.1:
2786-
version "9.6.1"
2787-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
2788-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
2779+
espree@^10.0.1:
2780+
version "10.0.1"
2781+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
2782+
integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
27892783
dependencies:
2790-
acorn "^8.9.0"
2784+
acorn "^8.11.3"
27912785
acorn-jsx "^5.3.2"
2792-
eslint-visitor-keys "^3.4.1"
2786+
eslint-visitor-keys "^4.0.0"
27932787

27942788
esprima@^4.0.0:
27952789
version "4.0.1"
@@ -3036,12 +3030,12 @@ figures@^6.0.1:
30363030
dependencies:
30373031
is-unicode-supported "^2.0.0"
30383032

3039-
file-entry-cache@^6.0.1:
3040-
version "6.0.1"
3041-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
3042-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
3033+
file-entry-cache@^8.0.0:
3034+
version "8.0.0"
3035+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
3036+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
30433037
dependencies:
3044-
flat-cache "^3.0.4"
3038+
flat-cache "^4.0.0"
30453039

30463040
30473041
version "1.0.0"
@@ -3107,14 +3101,13 @@ find-up@^4.0.0, find-up@^4.1.0:
31073101
locate-path "^5.0.0"
31083102
path-exists "^4.0.0"
31093103

3110-
flat-cache@^3.0.4:
3111-
version "3.2.0"
3112-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
3113-
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
3104+
flat-cache@^4.0.0:
3105+
version "4.0.1"
3106+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
3107+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
31143108
dependencies:
31153109
flatted "^3.2.9"
3116-
keyv "^4.5.3"
3117-
rimraf "^3.0.2"
3110+
keyv "^4.5.4"
31183111

31193112
flat@^5.0.2:
31203113
version "5.0.2"
@@ -3367,12 +3360,10 @@ globals@^11.1.0:
33673360
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
33683361
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
33693362

3370-
globals@^13.19.0:
3371-
version "13.24.0"
3372-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
3373-
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
3374-
dependencies:
3375-
type-fest "^0.20.2"
3363+
globals@^14.0.0:
3364+
version "14.0.0"
3365+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
3366+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
33763367

33773368
globalthis@^1.0.3:
33783369
version "1.0.4"
@@ -4115,7 +4106,7 @@ keccak@^3.0.0, keccak@^3.0.2:
41154106
node-gyp-build "^4.2.0"
41164107
readable-stream "^3.6.0"
41174108

4118-
keyv@^4.5.3:
4109+
keyv@^4.5.4:
41194110
version "4.5.4"
41204111
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
41214112
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -5219,6 +5210,11 @@ semver@^7.3.2, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
52195210
dependencies:
52205211
lru-cache "^6.0.0"
52215212

5213+
semver@^7.6.1:
5214+
version "7.6.2"
5215+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
5216+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
5217+
52225218
serialize-error@^7.0.1:
52235219
version "7.0.1"
52245220
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"

0 commit comments

Comments
 (0)