Skip to content

Commit acb82fb

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0
1 parent 330028b commit acb82fb

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@napi-rs/cli": "^1.3.3",
2626
"@swc-node/register": "^1.3.5",
2727
"@typescript-eslint/eslint-plugin": "^4.32.0",
28-
"@typescript-eslint/parser": "^4.32.0",
28+
"@typescript-eslint/parser": "^4.33.0",
2929
"ava": "^3.15.0",
3030
"benchmark": "^2.1.4",
3131
"codecov": "^3.8.3",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,14 +1388,14 @@
13881388
eslint-scope "^5.1.1"
13891389
eslint-utils "^3.0.0"
13901390

1391-
"@typescript-eslint/parser@^4.32.0":
1392-
version "4.32.0"
1393-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.32.0.tgz#751ecca0e2fecd3d44484a9b3049ffc1871616e5"
1394-
integrity sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w==
1395-
dependencies:
1396-
"@typescript-eslint/scope-manager" "4.32.0"
1397-
"@typescript-eslint/types" "4.32.0"
1398-
"@typescript-eslint/typescript-estree" "4.32.0"
1391+
"@typescript-eslint/parser@^4.33.0":
1392+
version "4.33.0"
1393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1394+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1395+
dependencies:
1396+
"@typescript-eslint/scope-manager" "4.33.0"
1397+
"@typescript-eslint/types" "4.33.0"
1398+
"@typescript-eslint/typescript-estree" "4.33.0"
13991399
debug "^4.3.1"
14001400

14011401
"@typescript-eslint/[email protected]":
@@ -1406,11 +1406,24 @@
14061406
"@typescript-eslint/types" "4.32.0"
14071407
"@typescript-eslint/visitor-keys" "4.32.0"
14081408

1409+
"@typescript-eslint/[email protected]":
1410+
version "4.33.0"
1411+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1412+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1413+
dependencies:
1414+
"@typescript-eslint/types" "4.33.0"
1415+
"@typescript-eslint/visitor-keys" "4.33.0"
1416+
14091417
"@typescript-eslint/[email protected]":
14101418
version "4.32.0"
14111419
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d"
14121420
integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==
14131421

1422+
"@typescript-eslint/[email protected]":
1423+
version "4.33.0"
1424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1425+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1426+
14141427
"@typescript-eslint/[email protected]":
14151428
version "4.32.0"
14161429
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b"
@@ -1424,6 +1437,19 @@
14241437
semver "^7.3.5"
14251438
tsutils "^3.21.0"
14261439

1440+
"@typescript-eslint/[email protected]":
1441+
version "4.33.0"
1442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1443+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1444+
dependencies:
1445+
"@typescript-eslint/types" "4.33.0"
1446+
"@typescript-eslint/visitor-keys" "4.33.0"
1447+
debug "^4.3.1"
1448+
globby "^11.0.3"
1449+
is-glob "^4.0.1"
1450+
semver "^7.3.5"
1451+
tsutils "^3.21.0"
1452+
14271453
"@typescript-eslint/[email protected]":
14281454
version "4.32.0"
14291455
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f"
@@ -1432,6 +1458,14 @@
14321458
"@typescript-eslint/types" "4.32.0"
14331459
eslint-visitor-keys "^2.0.0"
14341460

1461+
"@typescript-eslint/[email protected]":
1462+
version "4.33.0"
1463+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1464+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1465+
dependencies:
1466+
"@typescript-eslint/types" "4.33.0"
1467+
eslint-visitor-keys "^2.0.0"
1468+
14351469
"@webassemblyjs/[email protected]":
14361470
version "1.11.1"
14371471
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"

0 commit comments

Comments
 (0)