Skip to content

Commit 2dc929f

Browse files
Bump @typescript-eslint/parser from 4.10.0 to 4.11.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.10.0 to 4.11.1. - [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.11.1/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 17a0434 commit 2dc929f

File tree

1 file changed

+41
-6
lines changed

1 file changed

+41
-6
lines changed

yarn.lock

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,13 +1367,13 @@
13671367
eslint-utils "^2.0.0"
13681368

13691369
"@typescript-eslint/parser@^4.8.2":
1370-
version "4.10.0"
1371-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
1372-
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
1370+
version "4.11.1"
1371+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed"
1372+
integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==
13731373
dependencies:
1374-
"@typescript-eslint/scope-manager" "4.10.0"
1375-
"@typescript-eslint/types" "4.10.0"
1376-
"@typescript-eslint/typescript-estree" "4.10.0"
1374+
"@typescript-eslint/scope-manager" "4.11.1"
1375+
"@typescript-eslint/types" "4.11.1"
1376+
"@typescript-eslint/typescript-estree" "4.11.1"
13771377
debug "^4.1.1"
13781378

13791379
"@typescript-eslint/scope-manager@4.10.0":
@@ -1384,11 +1384,24 @@
13841384
"@typescript-eslint/types" "4.10.0"
13851385
"@typescript-eslint/visitor-keys" "4.10.0"
13861386

1387+
"@typescript-eslint/scope-manager@4.11.1":
1388+
version "4.11.1"
1389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69"
1390+
integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==
1391+
dependencies:
1392+
"@typescript-eslint/types" "4.11.1"
1393+
"@typescript-eslint/visitor-keys" "4.11.1"
1394+
13871395
"@typescript-eslint/types@4.10.0":
13881396
version "4.10.0"
13891397
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
13901398
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
13911399

1400+
"@typescript-eslint/types@4.11.1":
1401+
version "4.11.1"
1402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
1403+
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
1404+
13921405
"@typescript-eslint/typescript-estree@4.10.0":
13931406
version "4.10.0"
13941407
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
@@ -1403,6 +1416,20 @@
14031416
semver "^7.3.2"
14041417
tsutils "^3.17.1"
14051418

1419+
"@typescript-eslint/typescript-estree@4.11.1":
1420+
version "4.11.1"
1421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
1422+
integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==
1423+
dependencies:
1424+
"@typescript-eslint/types" "4.11.1"
1425+
"@typescript-eslint/visitor-keys" "4.11.1"
1426+
debug "^4.1.1"
1427+
globby "^11.0.1"
1428+
is-glob "^4.0.1"
1429+
lodash "^4.17.15"
1430+
semver "^7.3.2"
1431+
tsutils "^3.17.1"
1432+
14061433
"@typescript-eslint/visitor-keys@4.10.0":
14071434
version "4.10.0"
14081435
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
@@ -1411,6 +1438,14 @@
14111438
"@typescript-eslint/types" "4.10.0"
14121439
eslint-visitor-keys "^2.0.0"
14131440

1441+
"@typescript-eslint/visitor-keys@4.11.1":
1442+
version "4.11.1"
1443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
1444+
integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==
1445+
dependencies:
1446+
"@typescript-eslint/types" "4.11.1"
1447+
eslint-visitor-keys "^2.0.0"
1448+
14141449
"@ungap/global-this@^0.4.2":
14151450
version "0.4.2"
14161451
resolved "https://registry.yarnpkg.com/@ungap/global-this/-/global-this-0.4.2.tgz#bc59a79799862e3e0cf647c090fd3f3f2285cf56"

0 commit comments

Comments
 (0)