Skip to content

Commit ff48305

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

File tree

1 file changed

+53
-19
lines changed

1 file changed

+53
-19
lines changed

Diff for: yarn.lock

+53-19
Original file line numberDiff line numberDiff line change
@@ -890,13 +890,13 @@
890890
"@types/yargs-parser" "*"
891891

892892
"@typescript-eslint/eslint-plugin@^5.10.2":
893-
version "5.54.0"
894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
895-
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
893+
version "5.54.1"
894+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e"
895+
integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==
896896
dependencies:
897-
"@typescript-eslint/scope-manager" "5.54.0"
898-
"@typescript-eslint/type-utils" "5.54.0"
899-
"@typescript-eslint/utils" "5.54.0"
897+
"@typescript-eslint/scope-manager" "5.54.1"
898+
"@typescript-eslint/type-utils" "5.54.1"
899+
"@typescript-eslint/utils" "5.54.1"
900900
debug "^4.3.4"
901901
grapheme-splitter "^1.0.4"
902902
ignore "^5.2.0"
@@ -923,13 +923,21 @@
923923
"@typescript-eslint/types" "5.54.0"
924924
"@typescript-eslint/visitor-keys" "5.54.0"
925925

926-
"@typescript-eslint/type-utils@5.54.0":
927-
version "5.54.0"
928-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
929-
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
926+
"@typescript-eslint/scope-manager@5.54.1":
927+
version "5.54.1"
928+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz#6d864b4915741c608a58ce9912edf5a02bb58735"
929+
integrity sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==
930930
dependencies:
931-
"@typescript-eslint/typescript-estree" "5.54.0"
932-
"@typescript-eslint/utils" "5.54.0"
931+
"@typescript-eslint/types" "5.54.1"
932+
"@typescript-eslint/visitor-keys" "5.54.1"
933+
934+
"@typescript-eslint/[email protected]":
935+
version "5.54.1"
936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748"
937+
integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==
938+
dependencies:
939+
"@typescript-eslint/typescript-estree" "5.54.1"
940+
"@typescript-eslint/utils" "5.54.1"
933941
debug "^4.3.4"
934942
tsutils "^3.21.0"
935943

@@ -938,6 +946,11 @@
938946
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
939947
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
940948

949+
"@typescript-eslint/[email protected]":
950+
version "5.54.1"
951+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
952+
integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
953+
941954
"@typescript-eslint/[email protected]":
942955
version "5.54.0"
943956
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
@@ -951,16 +964,29 @@
951964
semver "^7.3.7"
952965
tsutils "^3.21.0"
953966

954-
"@typescript-eslint/[email protected]":
955-
version "5.54.0"
956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
957-
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
967+
"@typescript-eslint/[email protected]":
968+
version "5.54.1"
969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
970+
integrity sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==
971+
dependencies:
972+
"@typescript-eslint/types" "5.54.1"
973+
"@typescript-eslint/visitor-keys" "5.54.1"
974+
debug "^4.3.4"
975+
globby "^11.1.0"
976+
is-glob "^4.0.3"
977+
semver "^7.3.7"
978+
tsutils "^3.21.0"
979+
980+
"@typescript-eslint/[email protected]":
981+
version "5.54.1"
982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34"
983+
integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==
958984
dependencies:
959985
"@types/json-schema" "^7.0.9"
960986
"@types/semver" "^7.3.12"
961-
"@typescript-eslint/scope-manager" "5.54.0"
962-
"@typescript-eslint/types" "5.54.0"
963-
"@typescript-eslint/typescript-estree" "5.54.0"
987+
"@typescript-eslint/scope-manager" "5.54.1"
988+
"@typescript-eslint/types" "5.54.1"
989+
"@typescript-eslint/typescript-estree" "5.54.1"
964990
eslint-scope "^5.1.1"
965991
eslint-utils "^3.0.0"
966992
semver "^7.3.7"
@@ -973,6 +999,14 @@
973999
"@typescript-eslint/types" "5.54.0"
9741000
eslint-visitor-keys "^3.3.0"
9751001

1002+
"@typescript-eslint/[email protected]":
1003+
version "5.54.1"
1004+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz#d7a8a0f7181d6ac748f4d47b2306e0513b98bf8b"
1005+
integrity sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==
1006+
dependencies:
1007+
"@typescript-eslint/types" "5.54.1"
1008+
eslint-visitor-keys "^3.3.0"
1009+
9761010
acorn-jsx@^5.3.2:
9771011
version "5.3.2"
9781012
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)