Skip to content

Commit 286ebf6

Browse files
committed
chore(deps): update devdependency eslint to v8.35.0
1 parent f6f2696 commit 286ebf6

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@nuxtjs/eslint-config-typescript": "11.0.0",
5252
"@release-it/conventional-changelog": "5.1.1",
5353
"c8": "^7.12.0",
54-
"eslint": "8.34.0",
54+
"eslint": "8.35.0",
5555
"eslint-config-prettier": "8.6.0",
5656
"husky": "8.0.3",
5757
"lint-staged": "13.1.2",

yarn.lock

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,10 @@
409409
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz#c5a1a4bfe1b57f0c3e61b29883525c6da3e5c091"
410410
integrity sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==
411411

412-
"@eslint/eslintrc@^1.4.1":
413-
version "1.4.1"
414-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
415-
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
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==
416416
dependencies:
417417
ajv "^6.12.4"
418418
debug "^4.3.2"
@@ -424,6 +424,11 @@
424424
minimatch "^3.1.2"
425425
strip-json-comments "^3.1.1"
426426

427+
428+
version "8.35.0"
429+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
430+
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
431+
427432
"@fullhuman/postcss-purgecss@^5.0.0":
428433
version "5.0.0"
429434
resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-5.0.0.tgz#70db9a537c73750fbcf745b49573db758daba1d8"
@@ -3417,12 +3422,13 @@ eslint-visitor-keys@^3.3.0:
34173422
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
34183423
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
34193424

3420-
eslint@8.34.0:
3421-
version "8.34.0"
3422-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6"
3423-
integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==
3425+
eslint@8.35.0:
3426+
version "8.35.0"
3427+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
3428+
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
34243429
dependencies:
3425-
"@eslint/eslintrc" "^1.4.1"
3430+
"@eslint/eslintrc" "^2.0.0"
3431+
"@eslint/js" "8.35.0"
34263432
"@humanwhocodes/config-array" "^0.11.8"
34273433
"@humanwhocodes/module-importer" "^1.0.1"
34283434
"@nodelib/fs.walk" "^1.2.8"
@@ -3436,7 +3442,7 @@ [email protected]:
34363442
eslint-utils "^3.0.0"
34373443
eslint-visitor-keys "^3.3.0"
34383444
espree "^9.4.0"
3439-
esquery "^1.4.0"
3445+
esquery "^1.4.2"
34403446
esutils "^2.0.2"
34413447
fast-deep-equal "^3.1.3"
34423448
file-entry-cache "^6.0.1"
@@ -3483,6 +3489,13 @@ esquery@^1.4.0:
34833489
dependencies:
34843490
estraverse "^5.1.0"
34853491

3492+
esquery@^1.4.2:
3493+
version "1.4.2"
3494+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
3495+
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
3496+
dependencies:
3497+
estraverse "^5.1.0"
3498+
34863499
esrecurse@^4.3.0:
34873500
version "4.3.0"
34883501
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"

0 commit comments

Comments
 (0)