Skip to content

Commit d62eb10

Browse files
Merge pull request #643 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-5.45.0
chore(deps-dev): bump @typescript-eslint/parser from 5.44.0 to 5.45.0
2 parents 26d1307 + f7d02f0 commit d62eb10

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
@@ -805,13 +805,13 @@
805805
tsutils "^3.21.0"
806806

807807
"@typescript-eslint/parser@^5.10.2":
808-
version "5.44.0"
809-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.44.0.tgz#99e2c710a2252191e7a79113264f438338b846ad"
810-
integrity sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==
808+
version "5.45.0"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.45.0.tgz#b18a5f6b3cf1c2b3e399e9d2df4be40d6b0ddd0e"
810+
integrity sha512-brvs/WSM4fKUmF5Ot/gEve6qYiCMjm6w4HkHPfS6ZNmxTS0m0iNN4yOChImaCkqc1hRwFGqUyanMXuGal6oyyQ==
811811
dependencies:
812-
"@typescript-eslint/scope-manager" "5.44.0"
813-
"@typescript-eslint/types" "5.44.0"
814-
"@typescript-eslint/typescript-estree" "5.44.0"
812+
"@typescript-eslint/scope-manager" "5.45.0"
813+
"@typescript-eslint/types" "5.45.0"
814+
"@typescript-eslint/typescript-estree" "5.45.0"
815815
debug "^4.3.4"
816816

817817
"@typescript-eslint/[email protected]":
@@ -822,6 +822,14 @@
822822
"@typescript-eslint/types" "5.44.0"
823823
"@typescript-eslint/visitor-keys" "5.44.0"
824824

825+
"@typescript-eslint/[email protected]":
826+
version "5.45.0"
827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.0.tgz#7a4ac1bfa9544bff3f620ab85947945938319a96"
828+
integrity sha512-noDMjr87Arp/PuVrtvN3dXiJstQR1+XlQ4R1EvzG+NMgXi8CuMCXpb8JqNtFHKceVSQ985BZhfRdowJzbv4yKw==
829+
dependencies:
830+
"@typescript-eslint/types" "5.45.0"
831+
"@typescript-eslint/visitor-keys" "5.45.0"
832+
825833
"@typescript-eslint/[email protected]":
826834
version "5.44.0"
827835
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz#bc5a6e8a0269850714a870c9268c038150dfb3c7"
@@ -837,6 +845,11 @@
837845
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
838846
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
839847

848+
"@typescript-eslint/[email protected]":
849+
version "5.45.0"
850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.0.tgz#794760b9037ee4154c09549ef5a96599621109c5"
851+
integrity sha512-QQij+u/vgskA66azc9dCmx+rev79PzX8uDHpsqSjEFtfF2gBUTRCpvYMh2gw2ghkJabNkPlSUCimsyBEQZd1DA==
852+
840853
"@typescript-eslint/[email protected]":
841854
version "5.44.0"
842855
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045"
@@ -850,6 +863,19 @@
850863
semver "^7.3.7"
851864
tsutils "^3.21.0"
852865

866+
"@typescript-eslint/[email protected]":
867+
version "5.45.0"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.0.tgz#f70a0d646d7f38c0dfd6936a5e171a77f1e5291d"
869+
integrity sha512-maRhLGSzqUpFcZgXxg1qc/+H0bT36lHK4APhp0AEUVrpSwXiRAomm/JGjSG+kNUio5kAa3uekCYu/47cnGn5EQ==
870+
dependencies:
871+
"@typescript-eslint/types" "5.45.0"
872+
"@typescript-eslint/visitor-keys" "5.45.0"
873+
debug "^4.3.4"
874+
globby "^11.1.0"
875+
is-glob "^4.0.3"
876+
semver "^7.3.7"
877+
tsutils "^3.21.0"
878+
853879
"@typescript-eslint/[email protected]":
854880
version "5.44.0"
855881
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.44.0.tgz#d733da4d79d6c30f1a68b531cdda1e0c1f00d52d"
@@ -872,6 +898,14 @@
872898
"@typescript-eslint/types" "5.44.0"
873899
eslint-visitor-keys "^3.3.0"
874900

901+
"@typescript-eslint/[email protected]":
902+
version "5.45.0"
903+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.0.tgz#e0d160e9e7fdb7f8da697a5b78e7a14a22a70528"
904+
integrity sha512-jc6Eccbn2RtQPr1s7th6jJWQHBHI6GBVQkCHoJFQ5UreaKm59Vxw+ynQUPPY2u2Amquc+7tmEoC2G52ApsGNNg==
905+
dependencies:
906+
"@typescript-eslint/types" "5.45.0"
907+
eslint-visitor-keys "^3.3.0"
908+
875909
acorn-jsx@^5.3.2:
876910
version "5.3.2"
877911
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)