Skip to content

Commit 09cedd4

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.42.0 to 5.42.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.42.0 to 5.42.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.42.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b66cd0 commit 09cedd4

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.42.0"
809-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
810-
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
808+
version "5.42.1"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.1.tgz#3e66156f2f74b11690b45950d8f5f28a62751d35"
810+
integrity sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==
811811
dependencies:
812-
"@typescript-eslint/scope-manager" "5.42.0"
813-
"@typescript-eslint/types" "5.42.0"
814-
"@typescript-eslint/typescript-estree" "5.42.0"
812+
"@typescript-eslint/scope-manager" "5.42.1"
813+
"@typescript-eslint/types" "5.42.1"
814+
"@typescript-eslint/typescript-estree" "5.42.1"
815815
debug "^4.3.4"
816816

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

825+
"@typescript-eslint/[email protected]":
826+
version "5.42.1"
827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
828+
integrity sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==
829+
dependencies:
830+
"@typescript-eslint/types" "5.42.1"
831+
"@typescript-eslint/visitor-keys" "5.42.1"
832+
825833
"@typescript-eslint/[email protected]":
826834
version "5.42.0"
827835
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
@@ -837,6 +845,11 @@
837845
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
838846
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
839847

848+
"@typescript-eslint/[email protected]":
849+
version "5.42.1"
850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
851+
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
852+
840853
"@typescript-eslint/[email protected]":
841854
version "5.42.0"
842855
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
@@ -850,6 +863,19 @@
850863
semver "^7.3.7"
851864
tsutils "^3.21.0"
852865

866+
"@typescript-eslint/[email protected]":
867+
version "5.42.1"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
869+
integrity sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==
870+
dependencies:
871+
"@typescript-eslint/types" "5.42.1"
872+
"@typescript-eslint/visitor-keys" "5.42.1"
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.42.0"
855881
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
@@ -872,6 +898,14 @@
872898
"@typescript-eslint/types" "5.42.0"
873899
eslint-visitor-keys "^3.3.0"
874900

901+
"@typescript-eslint/[email protected]":
902+
version "5.42.1"
903+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
904+
integrity sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==
905+
dependencies:
906+
"@typescript-eslint/types" "5.42.1"
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)