Skip to content

Commit 61ce76c

Browse files
Merge pull request #613 from prettier/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.40.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.40.0 to 5.40.1
2 parents 7afffff + c1a65c2 commit 61ce76c

File tree

1 file changed

+25
-53
lines changed

1 file changed

+25
-53
lines changed

yarn.lock

+25-53
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,11 @@
759759
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
760760
integrity sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==
761761

762+
"@types/semver@^7.3.12":
763+
version "7.3.12"
764+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
765+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
766+
762767
"@types/stack-utils@^2.0.0":
763768
version "2.0.1"
764769
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -777,13 +782,13 @@
777782
"@types/yargs-parser" "*"
778783

779784
"@typescript-eslint/eslint-plugin@^5.16.0":
780-
version "5.40.0"
781-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
782-
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
785+
version "5.40.1"
786+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
787+
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
783788
dependencies:
784-
"@typescript-eslint/scope-manager" "5.40.0"
785-
"@typescript-eslint/type-utils" "5.40.0"
786-
"@typescript-eslint/utils" "5.40.0"
789+
"@typescript-eslint/scope-manager" "5.40.1"
790+
"@typescript-eslint/type-utils" "5.40.1"
791+
"@typescript-eslint/utils" "5.40.1"
787792
debug "^4.3.4"
788793
ignore "^5.2.0"
789794
regexpp "^3.2.0"
@@ -800,14 +805,6 @@
800805
"@typescript-eslint/typescript-estree" "5.40.1"
801806
debug "^4.3.4"
802807

803-
"@typescript-eslint/[email protected]":
804-
version "5.40.0"
805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
806-
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
807-
dependencies:
808-
"@typescript-eslint/types" "5.40.0"
809-
"@typescript-eslint/visitor-keys" "5.40.0"
810-
811808
"@typescript-eslint/[email protected]":
812809
version "5.40.1"
813810
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
@@ -816,39 +813,21 @@
816813
"@typescript-eslint/types" "5.40.1"
817814
"@typescript-eslint/visitor-keys" "5.40.1"
818815

819-
"@typescript-eslint/[email protected].0":
820-
version "5.40.0"
821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
822-
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
816+
"@typescript-eslint/[email protected].1":
817+
version "5.40.1"
818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
819+
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
823820
dependencies:
824-
"@typescript-eslint/typescript-estree" "5.40.0"
825-
"@typescript-eslint/utils" "5.40.0"
821+
"@typescript-eslint/typescript-estree" "5.40.1"
822+
"@typescript-eslint/utils" "5.40.1"
826823
debug "^4.3.4"
827824
tsutils "^3.21.0"
828825

829-
"@typescript-eslint/[email protected]":
830-
version "5.40.0"
831-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
832-
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
833-
834826
"@typescript-eslint/[email protected]":
835827
version "5.40.1"
836828
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
837829
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
838830

839-
"@typescript-eslint/[email protected]":
840-
version "5.40.0"
841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
842-
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
843-
dependencies:
844-
"@typescript-eslint/types" "5.40.0"
845-
"@typescript-eslint/visitor-keys" "5.40.0"
846-
debug "^4.3.4"
847-
globby "^11.1.0"
848-
is-glob "^4.0.3"
849-
semver "^7.3.7"
850-
tsutils "^3.21.0"
851-
852831
"@typescript-eslint/[email protected]":
853832
version "5.40.1"
854833
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
@@ -862,27 +841,20 @@
862841
semver "^7.3.7"
863842
tsutils "^3.21.0"
864843

865-
"@typescript-eslint/[email protected].0":
866-
version "5.40.0"
867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
868-
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
844+
"@typescript-eslint/[email protected].1":
845+
version "5.40.1"
846+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
847+
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
869848
dependencies:
870849
"@types/json-schema" "^7.0.9"
871-
"@typescript-eslint/scope-manager" "5.40.0"
872-
"@typescript-eslint/types" "5.40.0"
873-
"@typescript-eslint/typescript-estree" "5.40.0"
850+
"@types/semver" "^7.3.12"
851+
"@typescript-eslint/scope-manager" "5.40.1"
852+
"@typescript-eslint/types" "5.40.1"
853+
"@typescript-eslint/typescript-estree" "5.40.1"
874854
eslint-scope "^5.1.1"
875855
eslint-utils "^3.0.0"
876856
semver "^7.3.7"
877857

878-
"@typescript-eslint/[email protected]":
879-
version "5.40.0"
880-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
881-
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
882-
dependencies:
883-
"@typescript-eslint/types" "5.40.0"
884-
eslint-visitor-keys "^3.3.0"
885-
886858
"@typescript-eslint/[email protected]":
887859
version "5.40.1"
888860
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"

0 commit comments

Comments
 (0)