Skip to content

Commit 9d5d3ba

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.28.1 to 4.28.2
1 parent a69a004 commit 9d5d3ba

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.1.0",
2626
"@swc-node/register": "^1.3.2",
2727
"@typescript-eslint/eslint-plugin": "^4.28.2",
28-
"@typescript-eslint/parser": "^4.28.1",
28+
"@typescript-eslint/parser": "^4.28.2",
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
@@ -1447,23 +1447,15 @@
14471447
eslint-scope "^5.1.1"
14481448
eslint-utils "^3.0.0"
14491449

1450-
"@typescript-eslint/parser@^4.28.1":
1451-
version "4.28.1"
1452-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
1453-
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
1454-
dependencies:
1455-
"@typescript-eslint/scope-manager" "4.28.1"
1456-
"@typescript-eslint/types" "4.28.1"
1457-
"@typescript-eslint/typescript-estree" "4.28.1"
1458-
debug "^4.3.1"
1459-
1460-
"@typescript-eslint/[email protected]":
1461-
version "4.28.1"
1462-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
1463-
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
1450+
"@typescript-eslint/parser@^4.28.2":
1451+
version "4.28.2"
1452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.2.tgz#6aff11bf4b91eb67ca7517962eede951e9e2a15d"
1453+
integrity sha512-Q0gSCN51eikAgFGY+gnd5p9bhhCUAl0ERMiDKrTzpSoMYRubdB8MJrTTR/BBii8z+iFwz8oihxd0RAdP4l8w8w==
14641454
dependencies:
1465-
"@typescript-eslint/types" "4.28.1"
1466-
"@typescript-eslint/visitor-keys" "4.28.1"
1455+
"@typescript-eslint/scope-manager" "4.28.2"
1456+
"@typescript-eslint/types" "4.28.2"
1457+
"@typescript-eslint/typescript-estree" "4.28.2"
1458+
debug "^4.3.1"
14671459

14681460
"@typescript-eslint/[email protected]":
14691461
version "4.28.2"
@@ -1473,29 +1465,11 @@
14731465
"@typescript-eslint/types" "4.28.2"
14741466
"@typescript-eslint/visitor-keys" "4.28.2"
14751467

1476-
"@typescript-eslint/[email protected]":
1477-
version "4.28.1"
1478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
1479-
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
1480-
14811468
"@typescript-eslint/[email protected]":
14821469
version "4.28.2"
14831470
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.2.tgz#e6b9e234e0e9a66c4d25bab881661e91478223b5"
14841471
integrity sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA==
14851472

1486-
"@typescript-eslint/[email protected]":
1487-
version "4.28.1"
1488-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
1489-
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
1490-
dependencies:
1491-
"@typescript-eslint/types" "4.28.1"
1492-
"@typescript-eslint/visitor-keys" "4.28.1"
1493-
debug "^4.3.1"
1494-
globby "^11.0.3"
1495-
is-glob "^4.0.1"
1496-
semver "^7.3.5"
1497-
tsutils "^3.21.0"
1498-
14991473
"@typescript-eslint/[email protected]":
15001474
version "4.28.2"
15011475
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.2.tgz#680129b2a285289a15e7c6108c84739adf3a798c"
@@ -1509,14 +1483,6 @@
15091483
semver "^7.3.5"
15101484
tsutils "^3.21.0"
15111485

1512-
"@typescript-eslint/[email protected]":
1513-
version "4.28.1"
1514-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
1515-
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
1516-
dependencies:
1517-
"@typescript-eslint/types" "4.28.1"
1518-
eslint-visitor-keys "^2.0.0"
1519-
15201486
"@typescript-eslint/[email protected]":
15211487
version "4.28.2"
15221488
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.2.tgz#bf56a400857bb68b59b311e6d0a5fbef5c3b5130"

0 commit comments

Comments
 (0)