Skip to content

Commit 5cdee8c

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.23.0 to 5.24.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.23.0 to 5.24.0. - [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.24.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0075e3 commit 5cdee8c

File tree

1 file changed

+43
-9
lines changed

1 file changed

+43
-9
lines changed

Diff for: yarn.lock

+43-9
Original file line numberDiff line numberDiff line change
@@ -723,14 +723,14 @@
723723
tsutils "^3.21.0"
724724

725725
"@typescript-eslint/parser@^5.10.2":
726-
version "5.23.0"
727-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
728-
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
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==
729729
dependencies:
730-
"@typescript-eslint/scope-manager" "5.23.0"
731-
"@typescript-eslint/types" "5.23.0"
732-
"@typescript-eslint/typescript-estree" "5.23.0"
733-
debug "^4.3.2"
730+
"@typescript-eslint/scope-manager" "5.24.0"
731+
"@typescript-eslint/types" "5.24.0"
732+
"@typescript-eslint/typescript-estree" "5.24.0"
733+
debug "^4.3.4"
734734

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

743+
"@typescript-eslint/[email protected]":
744+
version "5.24.0"
745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.24.0.tgz#ac8c4d65064204b596909c204fe9b7e30c3f51b2"
746+
integrity sha512-WpMWipcDzGmMzdT7NtTjRXFabx10WleLUGrJpuJLGaxSqpcyq5ACpKSD5VE40h2nz3melQ91aP4Du7lh9FliCA==
747+
dependencies:
748+
"@typescript-eslint/types" "5.24.0"
749+
"@typescript-eslint/visitor-keys" "5.24.0"
750+
743751
"@typescript-eslint/[email protected]":
744752
version "5.23.0"
745753
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
@@ -754,6 +762,11 @@
754762
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
755763
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
756764

765+
"@typescript-eslint/[email protected]":
766+
version "5.24.0"
767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.24.0.tgz#565ff94a4b89073265e27514dc65225d18aabe6c"
768+
integrity sha512-Tpg1c3shTDgTmZd3qdUyd+16r/pGmVaVEbLs+ufuWP0EruVbUiEOmpBBQxBb9a8iPRxi8Rb2oiwOxuZJzSq11A==
769+
757770
"@typescript-eslint/[email protected]":
758771
version "5.23.0"
759772
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
@@ -767,6 +780,19 @@
767780
semver "^7.3.5"
768781
tsutils "^3.21.0"
769782

783+
"@typescript-eslint/[email protected]":
784+
version "5.24.0"
785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.24.0.tgz#30b9cbc1af475b9e02aca34cfe9ba9e1bb820143"
786+
integrity sha512-zcor6vQkQmZAQfebSPVwUk/FD+CvnsnlfKXYeQDsWXRF+t7SBPmIfNia/wQxCSeu1h1JIjwV2i9f5/DdSp/uDw==
787+
dependencies:
788+
"@typescript-eslint/types" "5.24.0"
789+
"@typescript-eslint/visitor-keys" "5.24.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.23.0"
772798
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
@@ -787,6 +813,14 @@
787813
"@typescript-eslint/types" "5.23.0"
788814
eslint-visitor-keys "^3.0.0"
789815

816+
"@typescript-eslint/[email protected]":
817+
version "5.24.0"
818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.24.0.tgz#bb3e9a788ccd50c53e03557e4e203599880c3123"
819+
integrity sha512-qzGwSXMyMnogcAo+/2fU+jhlPPVMXlIH2PeAonIKjJSoDKl1+lJVvG5Z5Oud36yU0TWK2cs1p/FaSN5J2OUFYA==
820+
dependencies:
821+
"@typescript-eslint/types" "5.24.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"
@@ -1679,7 +1713,7 @@ globals@^13.6.0, globals@^13.9.0:
16791713
dependencies:
16801714
type-fest "^0.20.2"
16811715

1682-
globby@^11.0.4:
1716+
globby@^11.0.4, globby@^11.1.0:
16831717
version "11.1.0"
16841718
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
16851719
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -2843,7 +2877,7 @@ saxes@^5.0.1:
28432877
dependencies:
28442878
xmlchars "^2.2.0"
28452879

2846-
[email protected], semver@^7.3.2, semver@^7.3.5, semver@^7.3.6:
2880+
[email protected], semver@^7.3.2, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7:
28472881
version "7.3.7"
28482882
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
28492883
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==

0 commit comments

Comments
 (0)