Skip to content

Commit 54b39af

Browse files
Bump @typescript-eslint/parser from 4.8.1 to 4.15.1 (#99)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.8.1 to 4.15.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.15.1/packages/parser) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e1241d commit 54b39af

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
@@ -2350,15 +2350,23 @@
23502350
eslint-visitor-keys "^1.1.0"
23512351

23522352
"@typescript-eslint/parser@^4.3.0":
2353-
version "4.8.1"
2354-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
2355-
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
2353+
version "4.15.1"
2354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.1.tgz#4c91a0602733db63507e1dbf13187d6c71a153c4"
2355+
integrity sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA==
23562356
dependencies:
2357-
"@typescript-eslint/scope-manager" "4.8.1"
2358-
"@typescript-eslint/types" "4.8.1"
2359-
"@typescript-eslint/typescript-estree" "4.8.1"
2357+
"@typescript-eslint/scope-manager" "4.15.1"
2358+
"@typescript-eslint/types" "4.15.1"
2359+
"@typescript-eslint/typescript-estree" "4.15.1"
23602360
debug "^4.1.1"
23612361

2362+
"@typescript-eslint/scope-manager@4.15.1":
2363+
version "4.15.1"
2364+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.1.tgz#f6511eb38def2a8a6be600c530c243bbb56ac135"
2365+
integrity sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA==
2366+
dependencies:
2367+
"@typescript-eslint/types" "4.15.1"
2368+
"@typescript-eslint/visitor-keys" "4.15.1"
2369+
23622370
"@typescript-eslint/scope-manager@4.8.1":
23632371
version "4.8.1"
23642372
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
@@ -2372,6 +2380,11 @@
23722380
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
23732381
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
23742382

2383+
"@typescript-eslint/types@4.15.1":
2384+
version "4.15.1"
2385+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
2386+
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
2387+
23752388
"@typescript-eslint/types@4.8.1":
23762389
version "4.8.1"
23772390
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
@@ -2404,6 +2417,19 @@
24042417
semver "^7.3.2"
24052418
tsutils "^3.17.1"
24062419

2420+
"@typescript-eslint/typescript-estree@4.15.1":
2421+
version "4.15.1"
2422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
2423+
integrity sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw==
2424+
dependencies:
2425+
"@typescript-eslint/types" "4.15.1"
2426+
"@typescript-eslint/visitor-keys" "4.15.1"
2427+
debug "^4.1.1"
2428+
globby "^11.0.1"
2429+
is-glob "^4.0.1"
2430+
semver "^7.3.2"
2431+
tsutils "^3.17.1"
2432+
24072433
"@typescript-eslint/typescript-estree@4.8.1":
24082434
version "4.8.1"
24092435
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
@@ -2425,6 +2451,14 @@
24252451
dependencies:
24262452
eslint-visitor-keys "^1.1.0"
24272453

2454+
"@typescript-eslint/visitor-keys@4.15.1":
2455+
version "4.15.1"
2456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
2457+
integrity sha512-tYzaTP9plooRJY8eNlpAewTOqtWW/4ff/5wBjNVaJ0S0wC4Gpq/zDVRTJa5bq2v1pCNQ08xxMCndcvR+h7lMww==
2458+
dependencies:
2459+
"@typescript-eslint/types" "4.15.1"
2460+
eslint-visitor-keys "^2.0.0"
2461+
24282462
"@typescript-eslint/visitor-keys@4.8.1":
24292463
version "4.8.1"
24302464
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"

0 commit comments

Comments
 (0)