Skip to content

Commit 290f8b3

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.8.0 to 5.8.1
1 parent 40907ca commit 290f8b3

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
@@ -26,7 +26,7 @@
2626
"@swc-node/register": "^1.4.2",
2727
"@types/node": "^17.0.6",
2828
"@typescript-eslint/eslint-plugin": "^5.8.0",
29-
"@typescript-eslint/parser": "^5.8.0",
29+
"@typescript-eslint/parser": "^5.8.1",
3030
"ava": "^3.15.0",
3131
"benchmark": "^2.1.4",
3232
"codecov": "^3.8.3",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,14 +1376,14 @@
13761376
eslint-scope "^5.1.1"
13771377
eslint-utils "^3.0.0"
13781378

1379-
"@typescript-eslint/parser@^5.8.0":
1380-
version "5.8.0"
1381-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587"
1382-
integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
1383-
dependencies:
1384-
"@typescript-eslint/scope-manager" "5.8.0"
1385-
"@typescript-eslint/types" "5.8.0"
1386-
"@typescript-eslint/typescript-estree" "5.8.0"
1379+
"@typescript-eslint/parser@^5.8.1":
1380+
version "5.8.1"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.1.tgz#380f5f1e596b540059998aa3fc80d78f0f9b0d0a"
1382+
integrity sha512-K1giKHAjHuyB421SoXMXFHHVI4NdNY603uKw92++D3qyxSeYvC10CBJ/GE5Thpo4WTUvu1mmJI2/FFkz38F2Gw==
1383+
dependencies:
1384+
"@typescript-eslint/scope-manager" "5.8.1"
1385+
"@typescript-eslint/types" "5.8.1"
1386+
"@typescript-eslint/typescript-estree" "5.8.1"
13871387
debug "^4.3.2"
13881388

13891389
"@typescript-eslint/[email protected]":
@@ -1394,11 +1394,24 @@
13941394
"@typescript-eslint/types" "5.8.0"
13951395
"@typescript-eslint/visitor-keys" "5.8.0"
13961396

1397+
"@typescript-eslint/[email protected]":
1398+
version "5.8.1"
1399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.1.tgz#7fc0604f7ade8833e4d42cebaa1e2debf8b932e4"
1400+
integrity sha512-DGxJkNyYruFH3NIZc3PwrzwOQAg7vvgsHsHCILOLvUpupgkwDZdNq/cXU3BjF4LNrCsVg0qxEyWasys5AiJ85Q==
1401+
dependencies:
1402+
"@typescript-eslint/types" "5.8.1"
1403+
"@typescript-eslint/visitor-keys" "5.8.1"
1404+
13971405
"@typescript-eslint/[email protected]":
13981406
version "5.8.0"
13991407
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.8.0.tgz#e7fa74ec35d9dbe3560d039d3d8734986c3971e0"
14001408
integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==
14011409

1410+
"@typescript-eslint/[email protected]":
1411+
version "5.8.1"
1412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.1.tgz#04c6b49ebc8c99238238a6b8b43f2fc613983b5a"
1413+
integrity sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA==
1414+
14021415
"@typescript-eslint/[email protected]":
14031416
version "5.8.0"
14041417
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz#900469ba9d5a37f4482b014ecce4a5dbb86cb4dd"
@@ -1412,6 +1425,19 @@
14121425
semver "^7.3.5"
14131426
tsutils "^3.21.0"
14141427

1428+
"@typescript-eslint/[email protected]":
1429+
version "5.8.1"
1430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.1.tgz#a592855be688e7b729a1e9411d7d74ec992ed6ef"
1431+
integrity sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ==
1432+
dependencies:
1433+
"@typescript-eslint/types" "5.8.1"
1434+
"@typescript-eslint/visitor-keys" "5.8.1"
1435+
debug "^4.3.2"
1436+
globby "^11.0.4"
1437+
is-glob "^4.0.3"
1438+
semver "^7.3.5"
1439+
tsutils "^3.21.0"
1440+
14151441
"@typescript-eslint/[email protected]":
14161442
version "5.8.0"
14171443
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz#22d4ed96fe2451135299239feedb9fe1dcec780c"
@@ -1420,6 +1446,14 @@
14201446
"@typescript-eslint/types" "5.8.0"
14211447
eslint-visitor-keys "^3.0.0"
14221448

1449+
"@typescript-eslint/[email protected]":
1450+
version "5.8.1"
1451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.1.tgz#58a2c566265d5511224bc316149890451c1bbab0"
1452+
integrity sha512-SWgiWIwocK6NralrJarPZlWdr0hZnj5GXHIgfdm8hNkyKvpeQuFyLP6YjSIe9kf3YBIfU6OHSZLYkQ+smZwtNg==
1453+
dependencies:
1454+
"@typescript-eslint/types" "5.8.1"
1455+
eslint-visitor-keys "^3.0.0"
1456+
14231457
"@webassemblyjs/[email protected]":
14241458
version "1.11.1"
14251459
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"

0 commit comments

Comments
 (0)