Skip to content

Commit cd55546

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.48.1 to 5.48.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.1 to 5.48.2. - [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.48.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] <[email protected]>
1 parent cfcce8a commit cd55546

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

Diff for: yarn.lock

+6-40
Original file line numberDiff line numberDiff line change
@@ -886,23 +886,15 @@
886886
tsutils "^3.21.0"
887887

888888
"@typescript-eslint/parser@^5.10.2":
889-
version "5.48.1"
890-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.1.tgz#d0125792dab7e232035434ab8ef0658154db2f10"
891-
integrity sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==
889+
version "5.48.2"
890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3"
891+
integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==
892892
dependencies:
893-
"@typescript-eslint/scope-manager" "5.48.1"
894-
"@typescript-eslint/types" "5.48.1"
895-
"@typescript-eslint/typescript-estree" "5.48.1"
893+
"@typescript-eslint/scope-manager" "5.48.2"
894+
"@typescript-eslint/types" "5.48.2"
895+
"@typescript-eslint/typescript-estree" "5.48.2"
896896
debug "^4.3.4"
897897

898-
"@typescript-eslint/[email protected]":
899-
version "5.48.1"
900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
901-
integrity sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==
902-
dependencies:
903-
"@typescript-eslint/types" "5.48.1"
904-
"@typescript-eslint/visitor-keys" "5.48.1"
905-
906898
"@typescript-eslint/[email protected]":
907899
version "5.48.2"
908900
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
@@ -921,29 +913,11 @@
921913
debug "^4.3.4"
922914
tsutils "^3.21.0"
923915

924-
"@typescript-eslint/[email protected]":
925-
version "5.48.1"
926-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
927-
integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
928-
929916
"@typescript-eslint/[email protected]":
930917
version "5.48.2"
931918
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
932919
integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
933920

934-
"@typescript-eslint/[email protected]":
935-
version "5.48.1"
936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz#9efa8ee2aa471c6ab62e649f6e64d8d121bc2056"
937-
integrity sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==
938-
dependencies:
939-
"@typescript-eslint/types" "5.48.1"
940-
"@typescript-eslint/visitor-keys" "5.48.1"
941-
debug "^4.3.4"
942-
globby "^11.1.0"
943-
is-glob "^4.0.3"
944-
semver "^7.3.7"
945-
tsutils "^3.21.0"
946-
947921
"@typescript-eslint/[email protected]":
948922
version "5.48.2"
949923
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
@@ -971,14 +945,6 @@
971945
eslint-utils "^3.0.0"
972946
semver "^7.3.7"
973947

974-
"@typescript-eslint/[email protected]":
975-
version "5.48.1"
976-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
977-
integrity sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==
978-
dependencies:
979-
"@typescript-eslint/types" "5.48.1"
980-
eslint-visitor-keys "^3.3.0"
981-
982948
"@typescript-eslint/[email protected]":
983949
version "5.48.2"
984950
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"

0 commit comments

Comments
 (0)