Skip to content

Commit cd481c5

Browse files
chore(dev-deps): bump @typescript-eslint/eslint-plugin (#152)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.40.0 to 5.40.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.40.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd4e703 commit cd481c5

File tree

2 files changed

+27
-55
lines changed

2 files changed

+27
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/archiver": "^5.1.0",
5151
"@types/debug": "^4.1.5",
5252
"@types/shelljs": "^0.8.11",
53-
"@typescript-eslint/eslint-plugin": "^5.40.0",
53+
"@typescript-eslint/eslint-plugin": "^5.40.1",
5454
"@typescript-eslint/parser": "^5.40.1",
5555
"chai": "^4.3.0",
5656
"copyfiles": "^2.4.1",

yarn.lock

Lines changed: 26 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,11 @@
957957
dependencies:
958958
"@types/node" "*"
959959

960+
"@types/semver@^7.3.12":
961+
version "7.3.12"
962+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
963+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
964+
960965
"@types/semver@^7.3.9":
961966
version "7.3.9"
962967
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.9.tgz#152c6c20a7688c30b967ec1841d31ace569863fc"
@@ -982,14 +987,14 @@
982987
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
983988
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
984989

985-
"@typescript-eslint/eslint-plugin@^5.40.0":
986-
version "5.40.0"
987-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
988-
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
990+
"@typescript-eslint/eslint-plugin@^5.40.1":
991+
version "5.40.1"
992+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
993+
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
989994
dependencies:
990-
"@typescript-eslint/scope-manager" "5.40.0"
991-
"@typescript-eslint/type-utils" "5.40.0"
992-
"@typescript-eslint/utils" "5.40.0"
995+
"@typescript-eslint/scope-manager" "5.40.1"
996+
"@typescript-eslint/type-utils" "5.40.1"
997+
"@typescript-eslint/utils" "5.40.1"
993998
debug "^4.3.4"
994999
ignore "^5.2.0"
9951000
regexpp "^3.2.0"
@@ -1006,14 +1011,6 @@
10061011
"@typescript-eslint/typescript-estree" "5.40.1"
10071012
debug "^4.3.4"
10081013

1009-
"@typescript-eslint/[email protected]":
1010-
version "5.40.0"
1011-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1012-
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
1013-
dependencies:
1014-
"@typescript-eslint/types" "5.40.0"
1015-
"@typescript-eslint/visitor-keys" "5.40.0"
1016-
10171014
"@typescript-eslint/[email protected]":
10181015
version "5.40.1"
10191016
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
@@ -1022,39 +1019,21 @@
10221019
"@typescript-eslint/types" "5.40.1"
10231020
"@typescript-eslint/visitor-keys" "5.40.1"
10241021

1025-
"@typescript-eslint/[email protected].0":
1026-
version "5.40.0"
1027-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1028-
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
1022+
"@typescript-eslint/[email protected].1":
1023+
version "5.40.1"
1024+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
1025+
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
10291026
dependencies:
1030-
"@typescript-eslint/typescript-estree" "5.40.0"
1031-
"@typescript-eslint/utils" "5.40.0"
1027+
"@typescript-eslint/typescript-estree" "5.40.1"
1028+
"@typescript-eslint/utils" "5.40.1"
10321029
debug "^4.3.4"
10331030
tsutils "^3.21.0"
10341031

1035-
"@typescript-eslint/[email protected]":
1036-
version "5.40.0"
1037-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1038-
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
1039-
10401032
"@typescript-eslint/[email protected]":
10411033
version "5.40.1"
10421034
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
10431035
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
10441036

1045-
"@typescript-eslint/[email protected]":
1046-
version "5.40.0"
1047-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1048-
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
1049-
dependencies:
1050-
"@typescript-eslint/types" "5.40.0"
1051-
"@typescript-eslint/visitor-keys" "5.40.0"
1052-
debug "^4.3.4"
1053-
globby "^11.1.0"
1054-
is-glob "^4.0.3"
1055-
semver "^7.3.7"
1056-
tsutils "^3.21.0"
1057-
10581037
"@typescript-eslint/[email protected]":
10591038
version "5.40.1"
10601039
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
@@ -1068,27 +1047,20 @@
10681047
semver "^7.3.7"
10691048
tsutils "^3.21.0"
10701049

1071-
"@typescript-eslint/[email protected].0":
1072-
version "5.40.0"
1073-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1074-
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
1050+
"@typescript-eslint/[email protected].1":
1051+
version "5.40.1"
1052+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
1053+
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
10751054
dependencies:
10761055
"@types/json-schema" "^7.0.9"
1077-
"@typescript-eslint/scope-manager" "5.40.0"
1078-
"@typescript-eslint/types" "5.40.0"
1079-
"@typescript-eslint/typescript-estree" "5.40.0"
1056+
"@types/semver" "^7.3.12"
1057+
"@typescript-eslint/scope-manager" "5.40.1"
1058+
"@typescript-eslint/types" "5.40.1"
1059+
"@typescript-eslint/typescript-estree" "5.40.1"
10801060
eslint-scope "^5.1.1"
10811061
eslint-utils "^3.0.0"
10821062
semver "^7.3.7"
10831063

1084-
"@typescript-eslint/[email protected]":
1085-
version "5.40.0"
1086-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1087-
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
1088-
dependencies:
1089-
"@typescript-eslint/types" "5.40.0"
1090-
eslint-visitor-keys "^3.3.0"
1091-
10921064
"@typescript-eslint/[email protected]":
10931065
version "5.40.1"
10941066
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"

0 commit comments

Comments
 (0)