Skip to content

Commit 5954a84

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.32.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.1 to 4.32.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.32.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 795a58b commit 5954a84

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
@@ -2491,13 +2491,13 @@
24912491
eslint-utils "^3.0.0"
24922492

24932493
"@typescript-eslint/parser@^4.31.1":
2494-
version "4.31.1"
2495-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.1.tgz#8f9a2672033e6f6d33b1c0260eebdc0ddf539064"
2496-
integrity sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==
2494+
version "4.32.0"
2495+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.32.0.tgz#751ecca0e2fecd3d44484a9b3049ffc1871616e5"
2496+
integrity sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w==
24972497
dependencies:
2498-
"@typescript-eslint/scope-manager" "4.31.1"
2499-
"@typescript-eslint/types" "4.31.1"
2500-
"@typescript-eslint/typescript-estree" "4.31.1"
2498+
"@typescript-eslint/scope-manager" "4.32.0"
2499+
"@typescript-eslint/types" "4.32.0"
2500+
"@typescript-eslint/typescript-estree" "4.32.0"
25012501
debug "^4.3.1"
25022502

25032503
"@typescript-eslint/[email protected]":
@@ -2508,11 +2508,24 @@
25082508
"@typescript-eslint/types" "4.31.1"
25092509
"@typescript-eslint/visitor-keys" "4.31.1"
25102510

2511+
"@typescript-eslint/[email protected]":
2512+
version "4.32.0"
2513+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz#e03c8668f8b954072b3f944d5b799c0c9225a7d5"
2514+
integrity sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w==
2515+
dependencies:
2516+
"@typescript-eslint/types" "4.32.0"
2517+
"@typescript-eslint/visitor-keys" "4.32.0"
2518+
25112519
"@typescript-eslint/[email protected]":
25122520
version "4.31.1"
25132521
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.1.tgz#5f255b695627a13401d2fdba5f7138bc79450d66"
25142522
integrity sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==
25152523

2524+
"@typescript-eslint/[email protected]":
2525+
version "4.32.0"
2526+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d"
2527+
integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==
2528+
25162529
"@typescript-eslint/[email protected]":
25172530
version "4.31.1"
25182531
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.1.tgz#4a04d5232cf1031232b7124a9c0310b577a62d17"
@@ -2526,6 +2539,19 @@
25262539
semver "^7.3.5"
25272540
tsutils "^3.21.0"
25282541

2542+
"@typescript-eslint/[email protected]":
2543+
version "4.32.0"
2544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b"
2545+
integrity sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw==
2546+
dependencies:
2547+
"@typescript-eslint/types" "4.32.0"
2548+
"@typescript-eslint/visitor-keys" "4.32.0"
2549+
debug "^4.3.1"
2550+
globby "^11.0.3"
2551+
is-glob "^4.0.1"
2552+
semver "^7.3.5"
2553+
tsutils "^3.21.0"
2554+
25292555
"@typescript-eslint/[email protected]":
25302556
version "4.31.1"
25312557
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.1.tgz#f2e7a14c7f20c4ae07d7fc3c5878c4441a1da9cc"
@@ -2534,6 +2560,14 @@
25342560
"@typescript-eslint/types" "4.31.1"
25352561
eslint-visitor-keys "^2.0.0"
25362562

2563+
"@typescript-eslint/[email protected]":
2564+
version "4.32.0"
2565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f"
2566+
integrity sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw==
2567+
dependencies:
2568+
"@typescript-eslint/types" "4.32.0"
2569+
eslint-visitor-keys "^2.0.0"
2570+
25372571
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
25382572
version "1.2.1"
25392573
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"

0 commit comments

Comments
 (0)