Skip to content

Commit 5eae7a1

Browse files
Bump @typescript-eslint/parser from 5.46.0 to 5.46.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.46.0 to 5.46.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.46.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 f3c9150 commit 5eae7a1

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

yarn.lock

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -226,23 +226,15 @@
226226
tsutils "^3.21.0"
227227

228228
"@typescript-eslint/parser@^5.33.1":
229-
version "5.46.0"
230-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.46.0.tgz#002d8e67122947922a62547acfed3347cbf2c0b6"
231-
integrity sha512-joNO6zMGUZg+C73vwrKXCd8usnsmOYmgW/w5ZW0pG0RGvqeznjtGDk61EqqTpNrFLUYBW2RSBFrxdAZMqA4OZA==
229+
version "5.46.1"
230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.46.1.tgz#1fc8e7102c1141eb64276c3b89d70da8c0ba5699"
231+
integrity sha512-RelQ5cGypPh4ySAtfIMBzBGyrNerQcmfA1oJvPj5f+H4jI59rl9xxpn4bonC0tQvUKOEN7eGBFWxFLK3Xepneg==
232232
dependencies:
233-
"@typescript-eslint/scope-manager" "5.46.0"
234-
"@typescript-eslint/types" "5.46.0"
235-
"@typescript-eslint/typescript-estree" "5.46.0"
233+
"@typescript-eslint/scope-manager" "5.46.1"
234+
"@typescript-eslint/types" "5.46.1"
235+
"@typescript-eslint/typescript-estree" "5.46.1"
236236
debug "^4.3.4"
237237

238-
"@typescript-eslint/scope-manager@5.46.0":
239-
version "5.46.0"
240-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.0.tgz#60790b14d0c687dd633b22b8121374764f76ce0d"
241-
integrity sha512-7wWBq9d/GbPiIM6SqPK9tfynNxVbfpihoY5cSFMer19OYUA3l4powA2uv0AV2eAZV6KoAh6lkzxv4PoxOLh1oA==
242-
dependencies:
243-
"@typescript-eslint/types" "5.46.0"
244-
"@typescript-eslint/visitor-keys" "5.46.0"
245-
246238
"@typescript-eslint/scope-manager@5.46.1":
247239
version "5.46.1"
248240
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.1.tgz#70af8425c79bbc1178b5a63fb51102ddf48e104a"
@@ -261,29 +253,11 @@
261253
debug "^4.3.4"
262254
tsutils "^3.21.0"
263255

264-
"@typescript-eslint/types@5.46.0":
265-
version "5.46.0"
266-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.0.tgz#f4d76622a996b88153bbd829ea9ccb9f7a5d28bc"
267-
integrity sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw==
268-
269256
"@typescript-eslint/types@5.46.1":
270257
version "5.46.1"
271258
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.1.tgz#4e9db2107b9a88441c4d5ecacde3bb7a5ebbd47e"
272259
integrity sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w==
273260

274-
"@typescript-eslint/typescript-estree@5.46.0":
275-
version "5.46.0"
276-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.0.tgz#a6c2b84b9351f78209a1d1f2d99ca553f7fa29a5"
277-
integrity sha512-kDLNn/tQP+Yp8Ro2dUpyyVV0Ksn2rmpPpB0/3MO874RNmXtypMwSeazjEN/Q6CTp8D7ExXAAekPEcCEB/vtJkw==
278-
dependencies:
279-
"@typescript-eslint/types" "5.46.0"
280-
"@typescript-eslint/visitor-keys" "5.46.0"
281-
debug "^4.3.4"
282-
globby "^11.1.0"
283-
is-glob "^4.0.3"
284-
semver "^7.3.7"
285-
tsutils "^3.21.0"
286-
287261
"@typescript-eslint/typescript-estree@5.46.1":
288262
version "5.46.1"
289263
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.1.tgz#5358088f98a8f9939355e0996f9c8f41c25eced2"
@@ -311,14 +285,6 @@
311285
eslint-utils "^3.0.0"
312286
semver "^7.3.7"
313287

314-
"@typescript-eslint/visitor-keys@5.46.0":
315-
version "5.46.0"
316-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.0.tgz#36d87248ae20c61ef72404bcd61f14aa2563915f"
317-
integrity sha512-E13gBoIXmaNhwjipuvQg1ByqSAu/GbEpP/qzFihugJ+MomtoJtFAJG/+2DRPByf57B863m0/q7Zt16V9ohhANw==
318-
dependencies:
319-
"@typescript-eslint/types" "5.46.0"
320-
eslint-visitor-keys "^3.3.0"
321-
322288
"@typescript-eslint/visitor-keys@5.46.1":
323289
version "5.46.1"
324290
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.1.tgz#126cc6fe3c0f83608b2b125c5d9daced61394242"

0 commit comments

Comments
 (0)