Skip to content

Commit 32f7a28

Browse files
committed
chore(deps): update devdependency eslint to v8.25.0
1 parent 3da57df commit 32f7a28

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

+1-1
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.24.0",
54+
"eslint": "8.25.0",
5555
"eslint-config-prettier": "8.5.0",
5656
"husky": "8.0.1",
5757
"lint-staged": "13.0.3",

yarn.lock

+9-15
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@
311311
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.15.11.tgz#2f4f9a1083dcb4fc65233b6f59003c406abf32e5"
312312
integrity sha512-geWp637tUhNmhL3Xgy4Bj703yXB9dqiLJe05lCUfjSFDrQf9C/8pArusyPUbUbPwlC/EAUjBw32sxuIl/11dZw==
313313

314-
"@eslint/eslintrc@^1.3.2":
315-
version "1.3.2"
316-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
317-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
314+
"@eslint/eslintrc@^1.3.3":
315+
version "1.3.3"
316+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
317+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
318318
dependencies:
319319
ajv "^6.12.4"
320320
debug "^4.3.2"
@@ -342,11 +342,6 @@
342342
debug "^4.1.1"
343343
minimatch "^3.0.4"
344344

345-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
346-
version "1.0.2"
347-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
348-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
349-
350345
"@humanwhocodes/module-importer@^1.0.1":
351346
version "1.0.1"
352347
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -3505,14 +3500,13 @@ eslint-visitor-keys@^3.3.0:
35053500
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
35063501
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
35073502

3508-
eslint@8.24.0:
3509-
version "8.24.0"
3510-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
3511-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
3503+
eslint@8.25.0:
3504+
version "8.25.0"
3505+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3506+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
35123507
dependencies:
3513-
"@eslint/eslintrc" "^1.3.2"
3508+
"@eslint/eslintrc" "^1.3.3"
35143509
"@humanwhocodes/config-array" "^0.10.5"
3515-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
35163510
"@humanwhocodes/module-importer" "^1.0.1"
35173511
ajv "^6.10.0"
35183512
chalk "^4.0.0"

0 commit comments

Comments
 (0)