Skip to content

Commit 53b93c8

Browse files
Merge pull request #937 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.10.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0
2 parents dd1b30b + 1721d28 commit 53b93c8

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Diff for: yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1307,15 +1307,15 @@
13071307
"@types/yargs-parser" "*"
13081308

13091309
"@typescript-eslint/eslint-plugin@^6.9.1":
1310-
version "6.9.1"
1311-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz#d8ce497dc0ed42066e195c8ecc40d45c7b1254f4"
1312-
integrity sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==
1310+
version "6.10.0"
1311+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
1312+
integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
13131313
dependencies:
13141314
"@eslint-community/regexpp" "^4.5.1"
1315-
"@typescript-eslint/scope-manager" "6.9.1"
1316-
"@typescript-eslint/type-utils" "6.9.1"
1317-
"@typescript-eslint/utils" "6.9.1"
1318-
"@typescript-eslint/visitor-keys" "6.9.1"
1315+
"@typescript-eslint/scope-manager" "6.10.0"
1316+
"@typescript-eslint/type-utils" "6.10.0"
1317+
"@typescript-eslint/utils" "6.10.0"
1318+
"@typescript-eslint/visitor-keys" "6.10.0"
13191319
debug "^4.3.4"
13201320
graphemer "^1.4.0"
13211321
ignore "^5.2.4"
@@ -1350,13 +1350,13 @@
13501350
"@typescript-eslint/types" "6.9.1"
13511351
"@typescript-eslint/visitor-keys" "6.9.1"
13521352

1353-
"@typescript-eslint/type-utils@6.9.1":
1354-
version "6.9.1"
1355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz#efd5db20ed35a74d3c7d8fba51b830ecba09ce32"
1356-
integrity sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
1353+
"@typescript-eslint/type-utils@6.10.0":
1354+
version "6.10.0"
1355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
1356+
integrity sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==
13571357
dependencies:
1358-
"@typescript-eslint/typescript-estree" "6.9.1"
1359-
"@typescript-eslint/utils" "6.9.1"
1358+
"@typescript-eslint/typescript-estree" "6.10.0"
1359+
"@typescript-eslint/utils" "6.10.0"
13601360
debug "^4.3.4"
13611361
ts-api-utils "^1.0.1"
13621362

@@ -1396,17 +1396,17 @@
13961396
semver "^7.5.4"
13971397
ts-api-utils "^1.0.1"
13981398

1399-
"@typescript-eslint/utils@6.9.1":
1400-
version "6.9.1"
1401-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
1402-
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
1399+
"@typescript-eslint/utils@6.10.0":
1400+
version "6.10.0"
1401+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
1402+
integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
14031403
dependencies:
14041404
"@eslint-community/eslint-utils" "^4.4.0"
14051405
"@types/json-schema" "^7.0.12"
14061406
"@types/semver" "^7.5.0"
1407-
"@typescript-eslint/scope-manager" "6.9.1"
1408-
"@typescript-eslint/types" "6.9.1"
1409-
"@typescript-eslint/typescript-estree" "6.9.1"
1407+
"@typescript-eslint/scope-manager" "6.10.0"
1408+
"@typescript-eslint/types" "6.10.0"
1409+
"@typescript-eslint/typescript-estree" "6.10.0"
14101410
semver "^7.5.4"
14111411

14121412
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)