Skip to content

Commit 83ffbd7

Browse files
Bump @typescript-eslint/parser from 5.39.0 to 5.40.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.39.0 to 5.40.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.40.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]
1 parent da53c15 commit 83ffbd7

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@
125125
tsutils "^3.21.0"
126126

127127
"@typescript-eslint/parser@^5.33.1":
128-
version "5.39.0"
129-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
130-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
128+
version "5.40.0"
129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
130+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
131131
dependencies:
132-
"@typescript-eslint/scope-manager" "5.39.0"
133-
"@typescript-eslint/types" "5.39.0"
134-
"@typescript-eslint/typescript-estree" "5.39.0"
132+
"@typescript-eslint/scope-manager" "5.40.0"
133+
"@typescript-eslint/types" "5.40.0"
134+
"@typescript-eslint/typescript-estree" "5.40.0"
135135
debug "^4.3.4"
136136

137137
"@typescript-eslint/[email protected]":
@@ -142,6 +142,14 @@
142142
"@typescript-eslint/types" "5.39.0"
143143
"@typescript-eslint/visitor-keys" "5.39.0"
144144

145+
"@typescript-eslint/[email protected]":
146+
version "5.40.0"
147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
148+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
149+
dependencies:
150+
"@typescript-eslint/types" "5.40.0"
151+
"@typescript-eslint/visitor-keys" "5.40.0"
152+
145153
"@typescript-eslint/[email protected]":
146154
version "5.39.0"
147155
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
@@ -157,6 +165,11 @@
157165
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
158166
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
159167

168+
"@typescript-eslint/[email protected]":
169+
version "5.40.0"
170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
171+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
172+
160173
"@typescript-eslint/[email protected]":
161174
version "5.39.0"
162175
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
@@ -170,6 +183,19 @@
170183
semver "^7.3.7"
171184
tsutils "^3.21.0"
172185

186+
"@typescript-eslint/[email protected]":
187+
version "5.40.0"
188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
189+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
190+
dependencies:
191+
"@typescript-eslint/types" "5.40.0"
192+
"@typescript-eslint/visitor-keys" "5.40.0"
193+
debug "^4.3.4"
194+
globby "^11.1.0"
195+
is-glob "^4.0.3"
196+
semver "^7.3.7"
197+
tsutils "^3.21.0"
198+
173199
"@typescript-eslint/[email protected]":
174200
version "5.39.0"
175201
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
@@ -190,6 +216,14 @@
190216
"@typescript-eslint/types" "5.39.0"
191217
eslint-visitor-keys "^3.3.0"
192218

219+
"@typescript-eslint/[email protected]":
220+
version "5.40.0"
221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
222+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
223+
dependencies:
224+
"@typescript-eslint/types" "5.40.0"
225+
eslint-visitor-keys "^3.3.0"
226+
193227
194228
version "1.1.2"
195229
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)