Skip to content

Commit 1686abe

Browse files
chore(deps): update all lint dependencies
1 parent 906e704 commit 1686abe

File tree

2 files changed

+103
-73
lines changed

2 files changed

+103
-73
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
"@nuxtjs/eslint-config-typescript": "11.0.0",
5252
"@release-it/conventional-changelog": "5.1.1",
5353
"c8": "^7.13.0",
54-
"eslint": "8.35.0",
55-
"eslint-config-prettier": "8.6.0",
54+
"eslint": "8.47.0",
55+
"eslint-config-prettier": "8.10.0",
5656
"husky": "8.0.3",
57-
"lint-staged": "13.1.4",
57+
"lint-staged": "13.2.3",
5858
"nuxt": "npm:[email protected]",
5959
"release-it": "15.6.1",
6060
"vitest": "^0.29.3"

yarn.lock

Lines changed: 100 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@aashutoshrathi/word-wrap@^1.2.3":
6+
version "1.2.6"
7+
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
8+
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
9+
510
"@ampproject/remapping@^2.1.0":
611
version "2.2.0"
712
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
@@ -409,25 +414,37 @@
409414
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz#c5a1a4bfe1b57f0c3e61b29883525c6da3e5c091"
410415
integrity sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==
411416

412-
"@eslint/eslintrc@^2.0.0":
413-
version "2.0.0"
414-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
415-
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
417+
"@eslint-community/eslint-utils@^4.2.0":
418+
version "4.4.0"
419+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
420+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
421+
dependencies:
422+
eslint-visitor-keys "^3.3.0"
423+
424+
"@eslint-community/regexpp@^4.6.1":
425+
version "4.6.2"
426+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
427+
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
428+
429+
"@eslint/eslintrc@^2.1.2":
430+
version "2.1.2"
431+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
432+
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
416433
dependencies:
417434
ajv "^6.12.4"
418435
debug "^4.3.2"
419-
espree "^9.4.0"
436+
espree "^9.6.0"
420437
globals "^13.19.0"
421438
ignore "^5.2.0"
422439
import-fresh "^3.2.1"
423440
js-yaml "^4.1.0"
424441
minimatch "^3.1.2"
425442
strip-json-comments "^3.1.1"
426443

427-
"@eslint/js@8.35.0":
428-
version "8.35.0"
429-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
430-
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
444+
"@eslint/js@^8.47.0":
445+
version "8.47.0"
446+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d"
447+
integrity sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==
431448

432449
"@fullhuman/postcss-purgecss@^5.0.0":
433450
version "5.0.0"
@@ -436,10 +453,10 @@
436453
dependencies:
437454
purgecss "^5.0.0"
438455

439-
"@humanwhocodes/config-array@^0.11.8":
440-
version "0.11.8"
441-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
442-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
456+
"@humanwhocodes/config-array@^0.11.10":
457+
version "0.11.10"
458+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
459+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
443460
dependencies:
444461
"@humanwhocodes/object-schema" "^1.2.1"
445462
debug "^4.1.1"
@@ -1473,6 +1490,11 @@ acorn@^8.5.0, acorn@^8.6.0, acorn@^8.7.0, acorn@^8.8.0, acorn@^8.8.1:
14731490
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
14741491
integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
14751492

1493+
acorn@^8.9.0:
1494+
version "8.10.0"
1495+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
1496+
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
1497+
14761498
add-stream@^1.0.0:
14771499
version "1.0.0"
14781500
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -1493,7 +1515,7 @@ aggregate-error@^3.0.0:
14931515
clean-stack "^2.0.0"
14941516
indent-string "^4.0.0"
14951517

1496-
ajv@^6.10.0, ajv@^6.12.4:
1518+
ajv@^6.12.4:
14971519
version "6.12.6"
14981520
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
14991521
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -3224,10 +3246,10 @@ escodegen@^1.8.1:
32243246
optionalDependencies:
32253247
source-map "~0.6.1"
32263248

3227-
eslint-config-prettier@8.6.0:
3228-
version "8.6.0"
3229-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207"
3230-
integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==
3249+
eslint-config-prettier@8.10.0:
3250+
version "8.10.0"
3251+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
3252+
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
32313253

32323254
eslint-config-standard@^17.0.0:
32333255
version "17.0.0"
@@ -3380,6 +3402,14 @@ eslint-scope@^7.1.1:
33803402
esrecurse "^4.3.0"
33813403
estraverse "^5.2.0"
33823404

3405+
eslint-scope@^7.2.2:
3406+
version "7.2.2"
3407+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
3408+
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
3409+
dependencies:
3410+
esrecurse "^4.3.0"
3411+
estraverse "^5.2.0"
3412+
33833413
eslint-utils@^2.0.0:
33843414
version "2.1.0"
33853415
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -3409,53 +3439,55 @@ eslint-visitor-keys@^3.3.0:
34093439
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
34103440
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
34113441

3412-
3413-
version "8.35.0"
3414-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
3415-
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
3416-
dependencies:
3417-
"@eslint/eslintrc" "^2.0.0"
3418-
"@eslint/js" "8.35.0"
3419-
"@humanwhocodes/config-array" "^0.11.8"
3442+
eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
3443+
version "3.4.3"
3444+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3445+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3446+
3447+
3448+
version "8.47.0"
3449+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806"
3450+
integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==
3451+
dependencies:
3452+
"@eslint-community/eslint-utils" "^4.2.0"
3453+
"@eslint-community/regexpp" "^4.6.1"
3454+
"@eslint/eslintrc" "^2.1.2"
3455+
"@eslint/js" "^8.47.0"
3456+
"@humanwhocodes/config-array" "^0.11.10"
34203457
"@humanwhocodes/module-importer" "^1.0.1"
34213458
"@nodelib/fs.walk" "^1.2.8"
3422-
ajv "^6.10.0"
3459+
ajv "^6.12.4"
34233460
chalk "^4.0.0"
34243461
cross-spawn "^7.0.2"
34253462
debug "^4.3.2"
34263463
doctrine "^3.0.0"
34273464
escape-string-regexp "^4.0.0"
3428-
eslint-scope "^7.1.1"
3429-
eslint-utils "^3.0.0"
3430-
eslint-visitor-keys "^3.3.0"
3431-
espree "^9.4.0"
3465+
eslint-scope "^7.2.2"
3466+
eslint-visitor-keys "^3.4.3"
3467+
espree "^9.6.1"
34323468
esquery "^1.4.2"
34333469
esutils "^2.0.2"
34343470
fast-deep-equal "^3.1.3"
34353471
file-entry-cache "^6.0.1"
34363472
find-up "^5.0.0"
34373473
glob-parent "^6.0.2"
34383474
globals "^13.19.0"
3439-
grapheme-splitter "^1.0.4"
3475+
graphemer "^1.4.0"
34403476
ignore "^5.2.0"
3441-
import-fresh "^3.0.0"
34423477
imurmurhash "^0.1.4"
34433478
is-glob "^4.0.0"
34443479
is-path-inside "^3.0.3"
3445-
js-sdsl "^4.1.4"
34463480
js-yaml "^4.1.0"
34473481
json-stable-stringify-without-jsonify "^1.0.1"
34483482
levn "^0.4.1"
34493483
lodash.merge "^4.6.2"
34503484
minimatch "^3.1.2"
34513485
natural-compare "^1.4.0"
3452-
optionator "^0.9.1"
3453-
regexpp "^3.2.0"
3486+
optionator "^0.9.3"
34543487
strip-ansi "^6.0.1"
3455-
strip-json-comments "^3.1.0"
34563488
text-table "^0.2.0"
34573489

3458-
espree@^9.3.1, espree@^9.4.0:
3490+
espree@^9.3.1:
34593491
version "9.4.1"
34603492
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
34613493
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
@@ -3464,6 +3496,15 @@ espree@^9.3.1, espree@^9.4.0:
34643496
acorn-jsx "^5.3.2"
34653497
eslint-visitor-keys "^3.3.0"
34663498

3499+
espree@^9.6.0, espree@^9.6.1:
3500+
version "9.6.1"
3501+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
3502+
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
3503+
dependencies:
3504+
acorn "^8.9.0"
3505+
acorn-jsx "^5.3.2"
3506+
eslint-visitor-keys "^3.4.1"
3507+
34673508
esprima@^4.0.0, esprima@^4.0.1:
34683509
version "4.0.1"
34693510
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -4135,10 +4176,10 @@ [email protected], graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0,
41354176
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
41364177
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
41374178

4138-
grapheme-splitter@^1.0.4:
4139-
version "1.0.4"
4140-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
4141-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
4179+
graphemer@^1.4.0:
4180+
version "1.4.0"
4181+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
4182+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
41424183

41434184
gzip-size@^7.0.0:
41444185
version "7.0.0"
@@ -4354,7 +4395,7 @@ ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
43544395
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
43554396
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
43564397

4357-
import-fresh@^3.0.0, import-fresh@^3.2.1:
4398+
import-fresh@^3.2.1:
43584399
version "3.3.0"
43594400
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
43604401
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -4828,11 +4869,6 @@ jiti@^1.17.0:
48284869
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.17.0.tgz#9a4e1787b9d83e594a5ad27cdf9c9ab555112ac1"
48294870
integrity sha512-CByzPgFqYoB9odEeef7GNmQ3S5THIBOtzRYoSCya2Sv27AuQxy2jgoFjQ6VTF53xsq1MXRm+YWNvOoDHUAteOw==
48304871

4831-
js-sdsl@^4.1.4:
4832-
version "4.3.0"
4833-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.3.0.tgz#aeefe32a451f7af88425b11fdb5f58c90ae1d711"
4834-
integrity sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==
4835-
48364872
js-tokens@^4.0.0:
48374873
version "4.0.0"
48384874
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -4990,10 +5026,10 @@ lines-and-columns@^1.1.6:
49905026
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
49915027
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
49925028

4993-
lint-staged@13.1.4:
4994-
version "13.1.4"
4995-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.1.4.tgz#23969fea0bd89f266cb07227b2c9185e44e5b6fd"
4996-
integrity sha512-pJRmnRA4I4Rcc1k9GZIh9LQJlolCVDHqtJpIgPY7t99XY3uXXmUeDfhRLELYLgUFJPmEsWevTqarex9acSfx2A==
5029+
lint-staged@13.2.3:
5030+
version "13.2.3"
5031+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.3.tgz#f899aad6c093473467e9c9e316e3c2d8a28f87a7"
5032+
integrity sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==
49975033
dependencies:
49985034
chalk "5.2.0"
49995035
cli-truncate "^3.1.0"
@@ -5007,8 +5043,7 @@ [email protected]:
50075043
object-inspect "^1.12.3"
50085044
pidtree "^0.6.0"
50095045
string-argv "^0.3.1"
5010-
supports-color "9.3.1"
5011-
yaml "^2.2.1"
5046+
yaml "^2.2.2"
50125047

50135048
listhen@^0.3.4, listhen@^0.3.5:
50145049
version "0.3.5"
@@ -5897,17 +5932,17 @@ optionator@^0.8.1:
58975932
type-check "~0.3.2"
58985933
word-wrap "~1.2.3"
58995934

5900-
optionator@^0.9.1:
5901-
version "0.9.1"
5902-
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
5903-
integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
5935+
optionator@^0.9.3:
5936+
version "0.9.3"
5937+
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
5938+
integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==
59045939
dependencies:
5940+
"@aashutoshrathi/word-wrap" "^1.2.3"
59055941
deep-is "^0.1.3"
59065942
fast-levenshtein "^2.0.6"
59075943
levn "^0.4.1"
59085944
prelude-ls "^1.2.1"
59095945
type-check "^0.4.0"
5910-
word-wrap "^1.2.3"
59115946

59125947
[email protected], ora@^6.1.2:
59135948
version "6.1.2"
@@ -7387,7 +7422,7 @@ strip-indent@^3.0.0:
73877422
dependencies:
73887423
min-indent "^1.0.0"
73897424

7390-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
7425+
strip-json-comments@^3.1.1:
73917426
version "3.1.1"
73927427
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
73937428
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -7419,11 +7454,6 @@ stylehacks@^5.1.1:
74197454
browserslist "^4.21.4"
74207455
postcss-selector-parser "^6.0.4"
74217456

7422-
7423-
version "9.3.1"
7424-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.3.1.tgz#34e4ad3c71c9a39dae3254ecc46c9b74e89e15a6"
7425-
integrity sha512-knBY82pjmnIzK3NifMo3RxEIRD9E0kIzV4BKcyTZ9+9kWgLMxd4PrsTSMoFQUabgRBbF8KOLRDCyKgNV+iK44Q==
7426-
74277457
supports-color@^5.3.0:
74287458
version "5.5.0"
74297459
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -8363,7 +8393,7 @@ windows-release@^5.0.1:
83638393
dependencies:
83648394
execa "^5.1.1"
83658395

8366-
word-wrap@^1.2.3, word-wrap@~1.2.3:
8396+
word-wrap@~1.2.3:
83678397
version "1.2.3"
83688398
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
83698399
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
@@ -8472,10 +8502,10 @@ yaml@^1.10.2:
84728502
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
84738503
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
84748504

8475-
yaml@^2.2.1:
8476-
version "2.2.1"
8477-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4"
8478-
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
8505+
yaml@^2.2.2:
8506+
version "2.3.1"
8507+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b"
8508+
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==
84798509

84808510
[email protected], yargs-parser@^21.1.1:
84818511
version "21.1.1"

0 commit comments

Comments
 (0)