Skip to content

Commit d391561

Browse files
chore(deps): update dependency eslint to v9
1 parent fc22ad2 commit d391561

File tree

2 files changed

+110
-50
lines changed

2 files changed

+110
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@typescript-eslint/parser": "6.16.0",
6262
"babel-jest": "29.7.0",
6363
"babel-preset-gatsby": "3.13.0",
64-
"eslint": "8.56.0",
64+
"eslint": "9.2.0",
6565
"eslint-config-airbnb": "19.0.4",
6666
"eslint-config-airbnb-typescript": "17.1.0",
6767
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 109 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,25 +1313,25 @@
13131313
minimatch "^3.0.4"
13141314
strip-json-comments "^3.1.1"
13151315

1316-
"@eslint/eslintrc@^2.1.4":
1317-
version "2.1.4"
1318-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
1319-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
1316+
"@eslint/eslintrc@^3.0.2":
1317+
version "3.0.2"
1318+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.0.2.tgz#36180f8e85bf34d2fe3ccc2261e8e204a411ab4e"
1319+
integrity sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==
13201320
dependencies:
13211321
ajv "^6.12.4"
13221322
debug "^4.3.2"
1323-
espree "^9.6.0"
1324-
globals "^13.19.0"
1323+
espree "^10.0.1"
1324+
globals "^14.0.0"
13251325
ignore "^5.2.0"
13261326
import-fresh "^3.2.1"
13271327
js-yaml "^4.1.0"
13281328
minimatch "^3.1.2"
13291329
strip-json-comments "^3.1.1"
13301330

1331-
"@eslint/js@8.56.0":
1332-
version "8.56.0"
1333-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
1334-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
1331+
"@eslint/js@9.2.0":
1332+
version "9.2.0"
1333+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.2.0.tgz#b0a9123e8e91a3d9a2eed3a04a6ed44fdab639aa"
1334+
integrity sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==
13351335

13361336
"@fontsource/ibm-plex-mono@^5.0.6":
13371337
version "5.0.8"
@@ -1665,13 +1665,13 @@
16651665
dependencies:
16661666
"@hapi/hoek" "^9.0.0"
16671667

1668-
"@humanwhocodes/config-array@^0.11.13":
1669-
version "0.11.13"
1670-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
1671-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
1668+
"@humanwhocodes/config-array@^0.13.0":
1669+
version "0.13.0"
1670+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
1671+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
16721672
dependencies:
1673-
"@humanwhocodes/object-schema" "^2.0.1"
1674-
debug "^4.1.1"
1673+
"@humanwhocodes/object-schema" "^2.0.3"
1674+
debug "^4.3.1"
16751675
minimatch "^3.0.5"
16761676

16771677
"@humanwhocodes/config-array@^0.5.0":
@@ -1693,10 +1693,15 @@
16931693
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
16941694
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
16951695

1696-
"@humanwhocodes/object-schema@^2.0.1":
1697-
version "2.0.1"
1698-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
1699-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
1696+
"@humanwhocodes/object-schema@^2.0.3":
1697+
version "2.0.3"
1698+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
1699+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
1700+
1701+
"@humanwhocodes/retry@^0.2.3":
1702+
version "0.2.4"
1703+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.2.4.tgz#4f3059423823bd8176132ceea9447dee101dfac1"
1704+
integrity sha512-Ttl/jHpxfS3st5sxwICYfk4pOH0WrLI1SpW283GgQL7sCWU7EHIOhX4b4fkIxr3tkfzwg8+FNojtzsIEE7Ecgg==
17001705

17011706
"@isaacs/cliui@^8.0.2":
17021707
version "8.0.2"
@@ -3407,7 +3412,7 @@
34073412
"@typescript-eslint/types" "6.16.0"
34083413
eslint-visitor-keys "^3.4.1"
34093414

3410-
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
3415+
"@ungap/structured-clone@^1.0.0":
34113416
version "1.2.0"
34123417
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
34133418
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
@@ -3600,7 +3605,7 @@ acorn@^7.4.0:
36003605
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
36013606
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
36023607

3603-
acorn@^8.0.0, acorn@^8.11.0, acorn@^8.11.2, acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
3608+
acorn@^8.0.0, acorn@^8.11.0, acorn@^8.11.2, acorn@^8.11.3, acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
36043609
version "8.11.3"
36053610
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
36063611
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
@@ -6086,10 +6091,10 @@ eslint-scope@5.1.1, eslint-scope@^5.1.1:
60866091
esrecurse "^4.3.0"
60876092
estraverse "^4.1.1"
60886093

6089-
eslint-scope@^7.2.2:
6090-
version "7.2.2"
6091-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
6092-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
6094+
eslint-scope@^8.0.1:
6095+
version "8.0.1"
6096+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.1.tgz#a9601e4b81a0b9171657c343fb13111688963cfc"
6097+
integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==
60936098
dependencies:
60946099
esrecurse "^4.3.0"
60956100
estraverse "^5.2.0"
@@ -6111,11 +6116,16 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
61116116
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
61126117
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
61136118

6114-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
6119+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
61156120
version "3.4.3"
61166121
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
61176122
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
61186123

6124+
eslint-visitor-keys@^4.0.0:
6125+
version "4.0.0"
6126+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
6127+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
6128+
61196129
eslint-webpack-plugin@^2.7.0:
61206130
version "2.7.0"
61216131
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
@@ -6128,41 +6138,37 @@ eslint-webpack-plugin@^2.7.0:
61286138
normalize-path "^3.0.0"
61296139
schema-utils "^3.1.1"
61306140

6131-
eslint@8.56.0:
6132-
version "8.56.0"
6133-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
6134-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
6141+
eslint@9.2.0:
6142+
version "9.2.0"
6143+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.2.0.tgz#0700ebc99528753315d78090876911d3cdbf19fe"
6144+
integrity sha512-0n/I88vZpCOzO+PQpt0lbsqmn9AsnsJAQseIqhZFI8ibQT0U1AkEKRxA3EVMos0BoHSXDQvCXY25TUjB5tr8Og==
61356145
dependencies:
61366146
"@eslint-community/eslint-utils" "^4.2.0"
61376147
"@eslint-community/regexpp" "^4.6.1"
6138-
"@eslint/eslintrc" "^2.1.4"
6139-
"@eslint/js" "8.56.0"
6140-
"@humanwhocodes/config-array" "^0.11.13"
6148+
"@eslint/eslintrc" "^3.0.2"
6149+
"@eslint/js" "9.2.0"
6150+
"@humanwhocodes/config-array" "^0.13.0"
61416151
"@humanwhocodes/module-importer" "^1.0.1"
6152+
"@humanwhocodes/retry" "^0.2.3"
61426153
"@nodelib/fs.walk" "^1.2.8"
6143-
"@ungap/structured-clone" "^1.2.0"
61446154
ajv "^6.12.4"
61456155
chalk "^4.0.0"
61466156
cross-spawn "^7.0.2"
61476157
debug "^4.3.2"
6148-
doctrine "^3.0.0"
61496158
escape-string-regexp "^4.0.0"
6150-
eslint-scope "^7.2.2"
6151-
eslint-visitor-keys "^3.4.3"
6152-
espree "^9.6.1"
6159+
eslint-scope "^8.0.1"
6160+
eslint-visitor-keys "^4.0.0"
6161+
espree "^10.0.1"
61536162
esquery "^1.4.2"
61546163
esutils "^2.0.2"
61556164
fast-deep-equal "^3.1.3"
6156-
file-entry-cache "^6.0.1"
6165+
file-entry-cache "^8.0.0"
61576166
find-up "^5.0.0"
61586167
glob-parent "^6.0.2"
6159-
globals "^13.19.0"
6160-
graphemer "^1.4.0"
61616168
ignore "^5.2.0"
61626169
imurmurhash "^0.1.4"
61636170
is-glob "^4.0.0"
61646171
is-path-inside "^3.0.3"
6165-
js-yaml "^4.1.0"
61666172
json-stable-stringify-without-jsonify "^1.0.1"
61676173
levn "^0.4.1"
61686174
lodash.merge "^4.6.2"
@@ -6218,6 +6224,15 @@ eslint@^7.32.0:
62186224
text-table "^0.2.0"
62196225
v8-compile-cache "^2.0.3"
62206226

6227+
espree@^10.0.1:
6228+
version "10.0.1"
6229+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
6230+
integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
6231+
dependencies:
6232+
acorn "^8.11.3"
6233+
acorn-jsx "^5.3.2"
6234+
eslint-visitor-keys "^4.0.0"
6235+
62216236
espree@^7.3.0, espree@^7.3.1:
62226237
version "7.3.1"
62236238
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -6227,7 +6242,7 @@ espree@^7.3.0, espree@^7.3.1:
62276242
acorn-jsx "^5.3.1"
62286243
eslint-visitor-keys "^1.3.0"
62296244

6230-
espree@^9.6.0, espree@^9.6.1:
6245+
espree@^9.6.1:
62316246
version "9.6.1"
62326247
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
62336248
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
@@ -6589,6 +6604,13 @@ file-entry-cache@^6.0.1:
65896604
dependencies:
65906605
flat-cache "^3.0.4"
65916606

6607+
file-entry-cache@^8.0.0:
6608+
version "8.0.0"
6609+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
6610+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
6611+
dependencies:
6612+
flat-cache "^4.0.0"
6613+
65926614
file-loader@^6.2.0:
65936615
version "6.2.0"
65946616
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
@@ -6696,6 +6718,14 @@ flat-cache@^3.0.4:
66966718
keyv "^4.5.3"
66976719
rimraf "^3.0.2"
66986720

6721+
flat-cache@^4.0.0:
6722+
version "4.0.1"
6723+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
6724+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
6725+
dependencies:
6726+
flatted "^3.2.9"
6727+
keyv "^4.5.4"
6728+
66996729
flat@^5.0.2:
67006730
version "5.0.2"
67016731
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
@@ -7659,13 +7689,18 @@ globals@^11.1.0:
76597689
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
76607690
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
76617691

7662-
globals@^13.19.0, globals@^13.2.0, globals@^13.6.0, globals@^13.9.0:
7692+
globals@^13.2.0, globals@^13.6.0, globals@^13.9.0:
76637693
version "13.24.0"
76647694
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
76657695
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
76667696
dependencies:
76677697
type-fest "^0.20.2"
76687698

7699+
globals@^14.0.0:
7700+
version "14.0.0"
7701+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
7702+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
7703+
76697704
globalthis@^1.0.3:
76707705
version "1.0.3"
76717706
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -9460,7 +9495,7 @@ jsonfile@^6.0.1:
94609495
object.assign "^4.1.4"
94619496
object.values "^1.1.6"
94629497

9463-
keyv@^4.0.0, keyv@^4.5.3:
9498+
keyv@^4.0.0, keyv@^4.5.3, keyv@^4.5.4:
94649499
version "4.5.4"
94659500
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
94669501
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -13633,7 +13668,16 @@ string-similarity@^1.2.2:
1363313668
lodash.map "^4.6.0"
1363413669
lodash.maxby "^4.6.0"
1363513670

13636-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
13671+
"string-width-cjs@npm:string-width@^4.2.0":
13672+
version "4.2.3"
13673+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13674+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13675+
dependencies:
13676+
emoji-regex "^8.0.0"
13677+
is-fullwidth-code-point "^3.0.0"
13678+
strip-ansi "^6.0.1"
13679+
13680+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1363713681
version "4.2.3"
1363813682
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1363913683
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13742,7 +13786,7 @@ stringify-object@^3.3.0:
1374213786
is-obj "^1.0.1"
1374313787
is-regexp "^1.0.0"
1374413788

13745-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13789+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1374613790
version "6.0.1"
1374713791
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1374813792
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -13763,6 +13807,13 @@ strip-ansi@^5.2.0:
1376313807
dependencies:
1376413808
ansi-regex "^4.1.0"
1376513809

13810+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13811+
version "6.0.1"
13812+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13813+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13814+
dependencies:
13815+
ansi-regex "^5.0.1"
13816+
1376613817
strip-ansi@^7.0.1:
1376713818
version "7.1.0"
1376813819
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -15223,7 +15274,7 @@ workbox-window@^4.3.1:
1522315274
dependencies:
1522415275
workbox-core "^4.3.1"
1522515276

15226-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15277+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1522715278
version "7.0.0"
1522815279
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1522915280
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15241,6 +15292,15 @@ wrap-ansi@^6.2.0:
1524115292
string-width "^4.1.0"
1524215293
strip-ansi "^6.0.0"
1524315294

15295+
wrap-ansi@^7.0.0:
15296+
version "7.0.0"
15297+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15298+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15299+
dependencies:
15300+
ansi-styles "^4.0.0"
15301+
string-width "^4.1.0"
15302+
strip-ansi "^6.0.0"
15303+
1524415304
wrap-ansi@^8.1.0:
1524515305
version "8.1.0"
1524615306
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)