Skip to content

Commit fbbfb63

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.9.1 to 5.21.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.9.1 to 5.21.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.21.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] <[email protected]>
1 parent 8a912c7 commit fbbfb63

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
@@ -4393,15 +4393,23 @@
43934393
eslint-utils "^3.0.0"
43944394

43954395
"@typescript-eslint/parser@^5.8.1":
4396-
version "5.9.1"
4397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef"
4398-
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==
4396+
version "5.21.0"
4397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.21.0.tgz#6cb72673dbf3e1905b9c432175a3c86cdaf2071f"
4398+
integrity sha512-8RUwTO77hstXUr3pZoWZbRQUxXcSXafZ8/5gpnQCfXvgmP9gpNlRGlWzvfbEQ14TLjmtU8eGnONkff8U2ui2Eg==
43994399
dependencies:
4400-
"@typescript-eslint/scope-manager" "5.9.1"
4401-
"@typescript-eslint/types" "5.9.1"
4402-
"@typescript-eslint/typescript-estree" "5.9.1"
4400+
"@typescript-eslint/scope-manager" "5.21.0"
4401+
"@typescript-eslint/types" "5.21.0"
4402+
"@typescript-eslint/typescript-estree" "5.21.0"
44034403
debug "^4.3.2"
44044404

4405+
"@typescript-eslint/[email protected]":
4406+
version "5.21.0"
4407+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.21.0.tgz#a4b7ed1618f09f95e3d17d1c0ff7a341dac7862e"
4408+
integrity sha512-XTX0g0IhvzcH/e3393SvjRCfYQxgxtYzL3UREteUneo72EFlt7UNoiYnikUtmGVobTbhUDByhJ4xRBNe+34kOQ==
4409+
dependencies:
4410+
"@typescript-eslint/types" "5.21.0"
4411+
"@typescript-eslint/visitor-keys" "5.21.0"
4412+
44054413
"@typescript-eslint/[email protected]":
44064414
version "5.9.1"
44074415
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
@@ -4424,11 +4432,29 @@
44244432
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
44254433
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
44264434

4435+
"@typescript-eslint/[email protected]":
4436+
version "5.21.0"
4437+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.21.0.tgz#8cdb9253c0dfce3f2ab655b9d36c03f72e684017"
4438+
integrity sha512-XnOOo5Wc2cBlq8Lh5WNvAgHzpjnEzxn4CJBwGkcau7b/tZ556qrWXQz4DJyChYg8JZAD06kczrdgFPpEQZfDsA==
4439+
44274440
"@typescript-eslint/[email protected]":
44284441
version "5.9.1"
44294442
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
44304443
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
44314444

4445+
"@typescript-eslint/[email protected]":
4446+
version "5.21.0"
4447+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.21.0.tgz#9f0c233e28be2540eaed3df050f0d54fb5aa52de"
4448+
integrity sha512-Y8Y2T2FNvm08qlcoSMoNchh9y2Uj3QmjtwNMdRQkcFG7Muz//wfJBGBxh8R7HAGQFpgYpdHqUpEoPQk+q9Kjfg==
4449+
dependencies:
4450+
"@typescript-eslint/types" "5.21.0"
4451+
"@typescript-eslint/visitor-keys" "5.21.0"
4452+
debug "^4.3.2"
4453+
globby "^11.0.4"
4454+
is-glob "^4.0.3"
4455+
semver "^7.3.5"
4456+
tsutils "^3.21.0"
4457+
44324458
"@typescript-eslint/[email protected]":
44334459
version "5.9.1"
44344460
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
@@ -4463,6 +4489,14 @@
44634489
"@typescript-eslint/types" "4.33.0"
44644490
eslint-visitor-keys "^2.0.0"
44654491

4492+
"@typescript-eslint/[email protected]":
4493+
version "5.21.0"
4494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.21.0.tgz#453fb3662409abaf2f8b1f65d515699c888dd8ae"
4495+
integrity sha512-SX8jNN+iHqAF0riZQMkm7e8+POXa/fXw5cxL+gjpyP+FI+JVNhii53EmQgDAfDcBpFekYSlO0fGytMQwRiMQCA==
4496+
dependencies:
4497+
"@typescript-eslint/types" "5.21.0"
4498+
eslint-visitor-keys "^3.0.0"
4499+
44664500
"@typescript-eslint/[email protected]":
44674501
version "5.9.1"
44684502
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"

0 commit comments

Comments
 (0)