Skip to content

Commit 07d0295

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.1 to 4.31.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e7b375 commit 07d0295

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -731,13 +731,13 @@
731731
eslint-utils "^3.0.0"
732732

733733
"@typescript-eslint/parser@^4.26.0":
734-
version "4.31.1"
735-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.1.tgz#8f9a2672033e6f6d33b1c0260eebdc0ddf539064"
736-
integrity sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==
734+
version "4.31.2"
735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.2.tgz#54aa75986e3302d91eff2bbbaa6ecfa8084e9c34"
736+
integrity sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw==
737737
dependencies:
738-
"@typescript-eslint/scope-manager" "4.31.1"
739-
"@typescript-eslint/types" "4.31.1"
740-
"@typescript-eslint/typescript-estree" "4.31.1"
738+
"@typescript-eslint/scope-manager" "4.31.2"
739+
"@typescript-eslint/types" "4.31.2"
740+
"@typescript-eslint/typescript-estree" "4.31.2"
741741
debug "^4.3.1"
742742

743743
"@typescript-eslint/scope-manager@4.31.1":
@@ -748,11 +748,24 @@
748748
"@typescript-eslint/types" "4.31.1"
749749
"@typescript-eslint/visitor-keys" "4.31.1"
750750

751+
"@typescript-eslint/scope-manager@4.31.2":
752+
version "4.31.2"
753+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.2.tgz#1d528cb3ed3bcd88019c20a57c18b897b073923a"
754+
integrity sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==
755+
dependencies:
756+
"@typescript-eslint/types" "4.31.2"
757+
"@typescript-eslint/visitor-keys" "4.31.2"
758+
751759
"@typescript-eslint/types@4.31.1":
752760
version "4.31.1"
753761
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.1.tgz#5f255b695627a13401d2fdba5f7138bc79450d66"
754762
integrity sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==
755763

764+
"@typescript-eslint/types@4.31.2":
765+
version "4.31.2"
766+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf"
767+
integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==
768+
756769
"@typescript-eslint/typescript-estree@4.31.1":
757770
version "4.31.1"
758771
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.1.tgz#4a04d5232cf1031232b7124a9c0310b577a62d17"
@@ -766,6 +779,19 @@
766779
semver "^7.3.5"
767780
tsutils "^3.21.0"
768781

782+
"@typescript-eslint/typescript-estree@4.31.2":
783+
version "4.31.2"
784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz#abfd50594d8056b37e7428df3b2d185ef2d0060c"
785+
integrity sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==
786+
dependencies:
787+
"@typescript-eslint/types" "4.31.2"
788+
"@typescript-eslint/visitor-keys" "4.31.2"
789+
debug "^4.3.1"
790+
globby "^11.0.3"
791+
is-glob "^4.0.1"
792+
semver "^7.3.5"
793+
tsutils "^3.21.0"
794+
769795
"@typescript-eslint/visitor-keys@4.31.1":
770796
version "4.31.1"
771797
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.1.tgz#f2e7a14c7f20c4ae07d7fc3c5878c4441a1da9cc"
@@ -774,6 +800,14 @@
774800
"@typescript-eslint/types" "4.31.1"
775801
eslint-visitor-keys "^2.0.0"
776802

803+
"@typescript-eslint/visitor-keys@4.31.2":
804+
version "4.31.2"
805+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz#7d5b4a4705db7fe59ecffb273c1d082760f635cc"
806+
integrity sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==
807+
dependencies:
808+
"@typescript-eslint/types" "4.31.2"
809+
eslint-visitor-keys "^2.0.0"
810+
777811
"@xml-tools/parser@^1.0.11":
778812
version "1.0.11"
779813
resolved "https://registry.yarnpkg.com/@xml-tools/parser/-/parser-1.0.11.tgz#a118a14099ea5c3c537e4781fad2fc195b57f8ff"

0 commit comments

Comments
 (0)