Skip to content

Commit 998d207

Browse files
Merge pull request #788 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.6
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6
2 parents ec2a738 + 26ad1ec commit 998d207

File tree

1 file changed

+19
-53
lines changed

1 file changed

+19
-53
lines changed

Diff for: yarn.lock

+19-53
Original file line numberDiff line numberDiff line change
@@ -888,14 +888,14 @@
888888
"@types/yargs-parser" "*"
889889

890890
"@typescript-eslint/eslint-plugin@^5.10.2":
891-
version "5.59.5"
892-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.5.tgz#f156827610a3f8cefc56baeaa93cd4a5f32966b4"
893-
integrity sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg==
891+
version "5.59.6"
892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz#a350faef1baa1e961698240f922d8de1761a9e2b"
893+
integrity sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==
894894
dependencies:
895895
"@eslint-community/regexpp" "^4.4.0"
896-
"@typescript-eslint/scope-manager" "5.59.5"
897-
"@typescript-eslint/type-utils" "5.59.5"
898-
"@typescript-eslint/utils" "5.59.5"
896+
"@typescript-eslint/scope-manager" "5.59.6"
897+
"@typescript-eslint/type-utils" "5.59.6"
898+
"@typescript-eslint/utils" "5.59.6"
899899
debug "^4.3.4"
900900
grapheme-splitter "^1.0.4"
901901
ignore "^5.2.0"
@@ -913,14 +913,6 @@
913913
"@typescript-eslint/typescript-estree" "5.59.6"
914914
debug "^4.3.4"
915915

916-
"@typescript-eslint/[email protected]":
917-
version "5.59.5"
918-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.5.tgz#33ffc7e8663f42cfaac873de65ebf65d2bce674d"
919-
integrity sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==
920-
dependencies:
921-
"@typescript-eslint/types" "5.59.5"
922-
"@typescript-eslint/visitor-keys" "5.59.5"
923-
924916
"@typescript-eslint/[email protected]":
925917
version "5.59.6"
926918
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.6.tgz#d43a3687aa4433868527cfe797eb267c6be35f19"
@@ -929,39 +921,21 @@
929921
"@typescript-eslint/types" "5.59.6"
930922
"@typescript-eslint/visitor-keys" "5.59.6"
931923

932-
"@typescript-eslint/[email protected].5":
933-
version "5.59.5"
934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.5.tgz#485b0e2c5b923460bc2ea6b338c595343f06fc9b"
935-
integrity sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg==
924+
"@typescript-eslint/[email protected].6":
925+
version "5.59.6"
926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz#37c51d2ae36127d8b81f32a0a4d2efae19277c48"
927+
integrity sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==
936928
dependencies:
937-
"@typescript-eslint/typescript-estree" "5.59.5"
938-
"@typescript-eslint/utils" "5.59.5"
929+
"@typescript-eslint/typescript-estree" "5.59.6"
930+
"@typescript-eslint/utils" "5.59.6"
939931
debug "^4.3.4"
940932
tsutils "^3.21.0"
941933

942-
"@typescript-eslint/[email protected]":
943-
version "5.59.5"
944-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.5.tgz#e63c5952532306d97c6ea432cee0981f6d2258c7"
945-
integrity sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==
946-
947934
"@typescript-eslint/[email protected]":
948935
version "5.59.6"
949936
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
950937
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
951938

952-
"@typescript-eslint/[email protected]":
953-
version "5.59.5"
954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz#9b252ce55dd765e972a7a2f99233c439c5101e42"
955-
integrity sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==
956-
dependencies:
957-
"@typescript-eslint/types" "5.59.5"
958-
"@typescript-eslint/visitor-keys" "5.59.5"
959-
debug "^4.3.4"
960-
globby "^11.1.0"
961-
is-glob "^4.0.3"
962-
semver "^7.3.7"
963-
tsutils "^3.21.0"
964-
965939
"@typescript-eslint/[email protected]":
966940
version "5.59.6"
967941
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz#2fb80522687bd3825504925ea7e1b8de7bb6251b"
@@ -975,28 +949,20 @@
975949
semver "^7.3.7"
976950
tsutils "^3.21.0"
977951

978-
"@typescript-eslint/[email protected].5":
979-
version "5.59.5"
980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.5.tgz#15b3eb619bb223302e60413adb0accd29c32bcae"
981-
integrity sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==
952+
"@typescript-eslint/[email protected].6":
953+
version "5.59.6"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.6.tgz#82960fe23788113fc3b1f9d4663d6773b7907839"
955+
integrity sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==
982956
dependencies:
983957
"@eslint-community/eslint-utils" "^4.2.0"
984958
"@types/json-schema" "^7.0.9"
985959
"@types/semver" "^7.3.12"
986-
"@typescript-eslint/scope-manager" "5.59.5"
987-
"@typescript-eslint/types" "5.59.5"
988-
"@typescript-eslint/typescript-estree" "5.59.5"
960+
"@typescript-eslint/scope-manager" "5.59.6"
961+
"@typescript-eslint/types" "5.59.6"
962+
"@typescript-eslint/typescript-estree" "5.59.6"
989963
eslint-scope "^5.1.1"
990964
semver "^7.3.7"
991965

992-
"@typescript-eslint/[email protected]":
993-
version "5.59.5"
994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz#ba5b8d6791a13cf9fea6716af1e7626434b29b9b"
995-
integrity sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==
996-
dependencies:
997-
"@typescript-eslint/types" "5.59.5"
998-
eslint-visitor-keys "^3.3.0"
999-
1000966
"@typescript-eslint/[email protected]":
1001967
version "5.59.6"
1002968
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.6.tgz#673fccabf28943847d0c8e9e8d008e3ada7be6bb"

0 commit comments

Comments
 (0)