Skip to content

Commit 80d96d0

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.22.1 to 4.23.0
1 parent e362d1c commit 80d96d0

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
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.0.4",
2626
"@swc-node/register": "^1.2.1",
2727
"@typescript-eslint/eslint-plugin": "^4.23.0",
28-
"@typescript-eslint/parser": "^4.22.1",
28+
"@typescript-eslint/parser": "^4.23.0",
2929
"ava": "^3.15.0",
3030
"benchmark": "^2.1.4",
3131
"codecov": "^3.8.2",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,23 +1407,15 @@
14071407
eslint-scope "^5.0.0"
14081408
eslint-utils "^2.0.0"
14091409

1410-
"@typescript-eslint/parser@^4.22.1":
1411-
version "4.22.1"
1412-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.1.tgz#a95bda0fd01d994a15fc3e99dc984294f25c19cc"
1413-
integrity sha512-l+sUJFInWhuMxA6rtirzjooh8cM/AATAe3amvIkqKFeMzkn85V+eLzb1RyuXkHak4dLfYzOmF6DXPyflJvjQnw==
1414-
dependencies:
1415-
"@typescript-eslint/scope-manager" "4.22.1"
1416-
"@typescript-eslint/types" "4.22.1"
1417-
"@typescript-eslint/typescript-estree" "4.22.1"
1418-
debug "^4.1.1"
1419-
1420-
"@typescript-eslint/[email protected]":
1421-
version "4.22.1"
1422-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.1.tgz#5bb357f94f9cd8b94e6be43dd637eb73b8f355b4"
1423-
integrity sha512-d5bAiPBiessSmNi8Amq/RuLslvcumxLmyhf1/Xa9IuaoFJ0YtshlJKxhlbY7l2JdEk3wS0EnmnfeJWSvADOe0g==
1410+
"@typescript-eslint/parser@^4.23.0":
1411+
version "4.23.0"
1412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.23.0.tgz#239315d38e42e852bef43a4b0b01bef78f78911c"
1413+
integrity sha512-wsvjksHBMOqySy/Pi2Q6UuIuHYbgAMwLczRl4YanEPKW5KVxI9ZzDYh3B5DtcZPQTGRWFJrfcbJ6L01Leybwug==
14241414
dependencies:
1425-
"@typescript-eslint/types" "4.22.1"
1426-
"@typescript-eslint/visitor-keys" "4.22.1"
1415+
"@typescript-eslint/scope-manager" "4.23.0"
1416+
"@typescript-eslint/types" "4.23.0"
1417+
"@typescript-eslint/typescript-estree" "4.23.0"
1418+
debug "^4.1.1"
14271419

14281420
"@typescript-eslint/[email protected]":
14291421
version "4.23.0"
@@ -1433,29 +1425,11 @@
14331425
"@typescript-eslint/types" "4.23.0"
14341426
"@typescript-eslint/visitor-keys" "4.23.0"
14351427

1436-
"@typescript-eslint/[email protected]":
1437-
version "4.22.1"
1438-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.1.tgz#bf99c6cec0b4a23d53a61894816927f2adad856a"
1439-
integrity sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==
1440-
14411428
"@typescript-eslint/[email protected]":
14421429
version "4.23.0"
14431430
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
14441431
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
14451432

1446-
"@typescript-eslint/[email protected]":
1447-
version "4.22.1"
1448-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.1.tgz#dca379eead8cdfd4edc04805e83af6d148c164f9"
1449-
integrity sha512-p3We0pAPacT+onSGM+sPR+M9CblVqdA9F1JEdIqRVlxK5Qth4ochXQgIyb9daBomyQKAXbygxp1aXQRV0GC79A==
1450-
dependencies:
1451-
"@typescript-eslint/types" "4.22.1"
1452-
"@typescript-eslint/visitor-keys" "4.22.1"
1453-
debug "^4.1.1"
1454-
globby "^11.0.1"
1455-
is-glob "^4.0.1"
1456-
semver "^7.3.2"
1457-
tsutils "^3.17.1"
1458-
14591433
"@typescript-eslint/[email protected]":
14601434
version "4.23.0"
14611435
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
@@ -1469,14 +1443,6 @@
14691443
semver "^7.3.2"
14701444
tsutils "^3.17.1"
14711445

1472-
"@typescript-eslint/[email protected]":
1473-
version "4.22.1"
1474-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.1.tgz#6045ae25a11662c671f90b3a403d682dfca0b7a6"
1475-
integrity sha512-WPkOrIRm+WCLZxXQHCi+WG8T2MMTUFR70rWjdWYddLT7cEfb2P4a3O/J2U1FBVsSFTocXLCoXWY6MZGejeStvQ==
1476-
dependencies:
1477-
"@typescript-eslint/types" "4.22.1"
1478-
eslint-visitor-keys "^2.0.0"
1479-
14801446
"@typescript-eslint/[email protected]":
14811447
version "4.23.0"
14821448
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"

0 commit comments

Comments
 (0)