Skip to content

Commit 67b5653

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.26.0 to 4.33.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.26.0 to 4.33.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.33.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] <support@github.com>
1 parent d663451 commit 67b5653

File tree

2 files changed

+44
-17
lines changed

2 files changed

+44
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/express": "4.17.13",
5151
"@types/jest": "26.0.9",
5252
"@typescript-eslint/eslint-plugin": "4.26.0",
53-
"@typescript-eslint/parser": "4.26.0",
53+
"@typescript-eslint/parser": "4.33.0",
5454
"babel-eslint": "10.0.3",
5555
"eslint": "6.8.0",
5656
"eslint-config-airbnb-base": "14.0.0",

yarn.lock

Lines changed: 43 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,14 +2413,14 @@
24132413
"@typescript-eslint/typescript-estree" "2.18.0"
24142414
eslint-scope "^5.0.0"
24152415

2416-
"@typescript-eslint/parser@4.26.0":
2417-
version "4.26.0"
2418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
2419-
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
2420-
dependencies:
2421-
"@typescript-eslint/scope-manager" "4.26.0"
2422-
"@typescript-eslint/types" "4.26.0"
2423-
"@typescript-eslint/typescript-estree" "4.26.0"
2416+
"@typescript-eslint/parser@4.33.0":
2417+
version "4.33.0"
2418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
2419+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
2420+
dependencies:
2421+
"@typescript-eslint/scope-manager" "4.33.0"
2422+
"@typescript-eslint/types" "4.33.0"
2423+
"@typescript-eslint/typescript-estree" "4.33.0"
24242424
debug "^4.3.1"
24252425

24262426
"@typescript-eslint/scope-manager@4.26.0":
@@ -2431,11 +2431,24 @@
24312431
"@typescript-eslint/types" "4.26.0"
24322432
"@typescript-eslint/visitor-keys" "4.26.0"
24332433

2434+
"@typescript-eslint/scope-manager@4.33.0":
2435+
version "4.33.0"
2436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2437+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2438+
dependencies:
2439+
"@typescript-eslint/types" "4.33.0"
2440+
"@typescript-eslint/visitor-keys" "4.33.0"
2441+
24342442
"@typescript-eslint/types@4.26.0":
24352443
version "4.26.0"
24362444
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
24372445
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
24382446

2447+
"@typescript-eslint/types@4.33.0":
2448+
version "4.33.0"
2449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2450+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2451+
24392452
"@typescript-eslint/typescript-estree@2.18.0":
24402453
version "2.18.0"
24412454
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.18.0.tgz#cfbd16ed1b111166617d718619c19b62764c8460"
@@ -2462,6 +2475,19 @@
24622475
semver "^7.3.5"
24632476
tsutils "^3.21.0"
24642477

2478+
"@typescript-eslint/typescript-estree@4.33.0":
2479+
version "4.33.0"
2480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2481+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2482+
dependencies:
2483+
"@typescript-eslint/types" "4.33.0"
2484+
"@typescript-eslint/visitor-keys" "4.33.0"
2485+
debug "^4.3.1"
2486+
globby "^11.0.3"
2487+
is-glob "^4.0.1"
2488+
semver "^7.3.5"
2489+
tsutils "^3.21.0"
2490+
24652491
"@typescript-eslint/visitor-keys@4.26.0":
24662492
version "4.26.0"
24672493
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2470,6 +2496,14 @@
24702496
"@typescript-eslint/types" "4.26.0"
24712497
eslint-visitor-keys "^2.0.0"
24722498

2499+
"@typescript-eslint/visitor-keys@4.33.0":
2500+
version "4.33.0"
2501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2502+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2503+
dependencies:
2504+
"@typescript-eslint/types" "4.33.0"
2505+
eslint-visitor-keys "^2.0.0"
2506+
24732507
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
24742508
version "1.3.5"
24752509
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -4040,7 +4074,7 @@ debug@3.1.0:
40404074
dependencies:
40414075
ms "2.0.0"
40424076

4043-
debug@4, debug@^4.3.1:
4077+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
40444078
version "4.3.1"
40454079
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
40464080
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -4054,13 +4088,6 @@ debug@^3.1.0:
40544088
dependencies:
40554089
ms "^2.1.1"
40564090

4057-
debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
4058-
version "4.1.1"
4059-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
4060-
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
4061-
dependencies:
4062-
ms "^2.1.1"
4063-
40644091
debuglog@^1.0.1:
40654092
version "1.0.1"
40664093
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"

0 commit comments

Comments
 (0)