Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit af36388

Browse files
Bump @typescript-eslint/parser from 5.38.0 to 5.38.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.0 to 5.38.1. - [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.38.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 781f183 commit af36388

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.38.0"
129-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
130-
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
128+
version "5.38.1"
129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
130+
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
131131
dependencies:
132-
"@typescript-eslint/scope-manager" "5.38.0"
133-
"@typescript-eslint/types" "5.38.0"
134-
"@typescript-eslint/typescript-estree" "5.38.0"
132+
"@typescript-eslint/scope-manager" "5.38.1"
133+
"@typescript-eslint/types" "5.38.1"
134+
"@typescript-eslint/typescript-estree" "5.38.1"
135135
debug "^4.3.4"
136136

137137
"@typescript-eslint/scope-manager@5.38.0":
@@ -142,6 +142,14 @@
142142
"@typescript-eslint/types" "5.38.0"
143143
"@typescript-eslint/visitor-keys" "5.38.0"
144144

145+
"@typescript-eslint/scope-manager@5.38.1":
146+
version "5.38.1"
147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
148+
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
149+
dependencies:
150+
"@typescript-eslint/types" "5.38.1"
151+
"@typescript-eslint/visitor-keys" "5.38.1"
152+
145153
"@typescript-eslint/type-utils@5.38.0":
146154
version "5.38.0"
147155
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
@@ -157,6 +165,11 @@
157165
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
158166
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
159167

168+
"@typescript-eslint/types@5.38.1":
169+
version "5.38.1"
170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
171+
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
172+
160173
"@typescript-eslint/typescript-estree@5.38.0":
161174
version "5.38.0"
162175
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
@@ -170,6 +183,19 @@
170183
semver "^7.3.7"
171184
tsutils "^3.21.0"
172185

186+
"@typescript-eslint/typescript-estree@5.38.1":
187+
version "5.38.1"
188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
189+
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
190+
dependencies:
191+
"@typescript-eslint/types" "5.38.1"
192+
"@typescript-eslint/visitor-keys" "5.38.1"
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/utils@5.38.0":
174200
version "5.38.0"
175201
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
@@ -190,6 +216,14 @@
190216
"@typescript-eslint/types" "5.38.0"
191217
eslint-visitor-keys "^3.3.0"
192218

219+
"@typescript-eslint/visitor-keys@5.38.1":
220+
version "5.38.1"
221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
222+
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
223+
dependencies:
224+
"@typescript-eslint/types" "5.38.1"
225+
eslint-visitor-keys "^3.3.0"
226+
193227
"@ungap/promise-all-settled@1.1.2":
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)