Skip to content

Commit d4efad8

Browse files
Merge pull request #480 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-5.25.0
chore(deps-dev): bump @typescript-eslint/parser from 5.24.0 to 5.25.0
2 parents 93c7845 + 50781e5 commit d4efad8

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

Diff for: yarn.lock

+40-6
Original file line numberDiff line numberDiff line change
@@ -723,13 +723,13 @@
723723
tsutils "^3.21.0"
724724

725725
"@typescript-eslint/parser@^5.10.2":
726-
version "5.24.0"
727-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.24.0.tgz#fe6563483f264aa9fe48b7fd9b329aa5f985841a"
728-
integrity sha512-4q29C6xFYZ5B2CXqSBBdcS0lPyfM9M09DoQLtHS5kf+WbpV8pBBhHDLNhXfgyVwFnhrhYzOu7xmg02DzxeF2Uw==
726+
version "5.25.0"
727+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.25.0.tgz#fb533487147b4b9efd999a4d2da0b6c263b64f7f"
728+
integrity sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==
729729
dependencies:
730-
"@typescript-eslint/scope-manager" "5.24.0"
731-
"@typescript-eslint/types" "5.24.0"
732-
"@typescript-eslint/typescript-estree" "5.24.0"
730+
"@typescript-eslint/scope-manager" "5.25.0"
731+
"@typescript-eslint/types" "5.25.0"
732+
"@typescript-eslint/typescript-estree" "5.25.0"
733733
debug "^4.3.4"
734734

735735
"@typescript-eslint/[email protected]":
@@ -740,6 +740,14 @@
740740
"@typescript-eslint/types" "5.24.0"
741741
"@typescript-eslint/visitor-keys" "5.24.0"
742742

743+
"@typescript-eslint/[email protected]":
744+
version "5.25.0"
745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.25.0.tgz#e78f1484bca7e484c48782075219c82c6b77a09f"
746+
integrity sha512-p4SKTFWj+2VpreUZ5xMQsBMDdQ9XdRvODKXN4EksyBjFp2YvQdLkyHqOffakYZPuWJUDNu3jVXtHALDyTv3cww==
747+
dependencies:
748+
"@typescript-eslint/types" "5.25.0"
749+
"@typescript-eslint/visitor-keys" "5.25.0"
750+
743751
"@typescript-eslint/[email protected]":
744752
version "5.24.0"
745753
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.24.0.tgz#aad47227e89cceec9175b1a67df69ebcd79f9421"
@@ -754,6 +762,11 @@
754762
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.24.0.tgz#565ff94a4b89073265e27514dc65225d18aabe6c"
755763
integrity sha512-Tpg1c3shTDgTmZd3qdUyd+16r/pGmVaVEbLs+ufuWP0EruVbUiEOmpBBQxBb9a8iPRxi8Rb2oiwOxuZJzSq11A==
756764

765+
"@typescript-eslint/[email protected]":
766+
version "5.25.0"
767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
768+
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
769+
757770
"@typescript-eslint/[email protected]":
758771
version "5.24.0"
759772
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.24.0.tgz#30b9cbc1af475b9e02aca34cfe9ba9e1bb820143"
@@ -767,6 +780,19 @@
767780
semver "^7.3.7"
768781
tsutils "^3.21.0"
769782

783+
"@typescript-eslint/[email protected]":
784+
version "5.25.0"
785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.25.0.tgz#a7ab40d32eb944e3fb5b4e3646e81b1bcdd63e00"
786+
integrity sha512-MrPODKDych/oWs/71LCnuO7NyR681HuBly2uLnX3r5i4ME7q/yBqC4hW33kmxtuauLTM0OuBOhhkFaxCCOjEEw==
787+
dependencies:
788+
"@typescript-eslint/types" "5.25.0"
789+
"@typescript-eslint/visitor-keys" "5.25.0"
790+
debug "^4.3.4"
791+
globby "^11.1.0"
792+
is-glob "^4.0.3"
793+
semver "^7.3.7"
794+
tsutils "^3.21.0"
795+
770796
"@typescript-eslint/[email protected]":
771797
version "5.24.0"
772798
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.24.0.tgz#7a854028040a305ddea129328e45cfb2c6406e75"
@@ -787,6 +813,14 @@
787813
"@typescript-eslint/types" "5.24.0"
788814
eslint-visitor-keys "^3.3.0"
789815

816+
"@typescript-eslint/[email protected]":
817+
version "5.25.0"
818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.25.0.tgz#33aa5fdcc5cedb9f4c8828c6a019d58548d4474b"
819+
integrity sha512-yd26vFgMsC4h2dgX4+LR+GeicSKIfUvZREFLf3DDjZPtqgLx5AJZr6TetMNwFP9hcKreTTeztQYBTNbNoOycwA==
820+
dependencies:
821+
"@typescript-eslint/types" "5.25.0"
822+
eslint-visitor-keys "^3.3.0"
823+
790824
abab@^2.0.3, abab@^2.0.5:
791825
version "2.0.5"
792826
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)