Skip to content

Commit a308167

Browse files
Merge pull request ferdikoomen#474 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-4.9.0
2 parents 4bf2cbf + 7988fd1 commit a308167

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@types/node": "14.14.10",
8282
"@types/node-fetch": "2.5.7",
8383
"@typescript-eslint/eslint-plugin": "4.9.0",
84-
"@typescript-eslint/parser": "4.8.2",
84+
"@typescript-eslint/parser": "4.9.0",
8585
"codecov": "3.8.1",
8686
"eslint": "7.14.0",
8787
"eslint-config-prettier": "7.0.0",

yarn.lock

Lines changed: 8 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,23 +1401,15 @@
14011401
eslint-scope "^5.0.0"
14021402
eslint-utils "^2.0.0"
14031403

1404-
"@typescript-eslint/[email protected]":
1405-
version "4.8.2"
1406-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.2.tgz#78dccbe5124de2b8dea2d4c363dee9f769151ca8"
1407-
integrity sha512-u0leyJqmclYr3KcXOqd2fmx6SDGBO0MUNHHAjr0JS4Crbb3C3d8dwAdlazy133PLCcPn+aOUFiHn72wcuc5wYw==
1408-
dependencies:
1409-
"@typescript-eslint/scope-manager" "4.8.2"
1410-
"@typescript-eslint/types" "4.8.2"
1411-
"@typescript-eslint/typescript-estree" "4.8.2"
1412-
debug "^4.1.1"
1413-
1414-
"@typescript-eslint/[email protected]":
1415-
version "4.8.2"
1416-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.2.tgz#a18388c63ae9c17adde519384f539392f2c4f0d9"
1417-
integrity sha512-qHQ8ODi7mMin4Sq2eh/6eu03uVzsf5TX+J43xRmiq8ujng7ViQSHNPLOHGw/Wr5dFEoxq/ubKhzClIIdQy5q3g==
1404+
"@typescript-eslint/[email protected]":
1405+
version "4.9.0"
1406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.0.tgz#bb65f1214b5e221604996db53ef77c9d62b09249"
1407+
integrity sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw==
14181408
dependencies:
1419-
"@typescript-eslint/types" "4.8.2"
1420-
"@typescript-eslint/visitor-keys" "4.8.2"
1409+
"@typescript-eslint/scope-manager" "4.9.0"
1410+
"@typescript-eslint/types" "4.9.0"
1411+
"@typescript-eslint/typescript-estree" "4.9.0"
1412+
debug "^4.1.1"
14211413

14221414
"@typescript-eslint/[email protected]":
14231415
version "4.9.0"
@@ -1427,30 +1419,11 @@
14271419
"@typescript-eslint/types" "4.9.0"
14281420
"@typescript-eslint/visitor-keys" "4.9.0"
14291421

1430-
"@typescript-eslint/[email protected]":
1431-
version "4.8.2"
1432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36"
1433-
integrity sha512-z1/AVcVF8ju5ObaHe2fOpZYEQrwHyZ7PTOlmjd3EoFeX9sv7UekQhfrCmgUO7PruLNfSHrJGQvrW3Q7xQ8EoAw==
1434-
14351422
"@typescript-eslint/[email protected]":
14361423
version "4.9.0"
14371424
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c"
14381425
integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA==
14391426

1440-
"@typescript-eslint/[email protected]":
1441-
version "4.8.2"
1442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.2.tgz#eeec34707d8577600fb21661b5287226cc8b3bed"
1443-
integrity sha512-HToGNwI6fekH0dOw3XEVESUm71Onfam0AKin6f26S2FtUmO7o3cLlWgrIaT1q3vjB3wCTdww3Dx2iGq5wtUOCg==
1444-
dependencies:
1445-
"@typescript-eslint/types" "4.8.2"
1446-
"@typescript-eslint/visitor-keys" "4.8.2"
1447-
debug "^4.1.1"
1448-
globby "^11.0.1"
1449-
is-glob "^4.0.1"
1450-
lodash "^4.17.15"
1451-
semver "^7.3.2"
1452-
tsutils "^3.17.1"
1453-
14541427
"@typescript-eslint/[email protected]":
14551428
version "4.9.0"
14561429
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c"
@@ -1465,14 +1438,6 @@
14651438
semver "^7.3.2"
14661439
tsutils "^3.17.1"
14671440

1468-
"@typescript-eslint/[email protected]":
1469-
version "4.8.2"
1470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.2.tgz#62cd3fbbbf65f8eccfbe6f159eb1b84a243a3f77"
1471-
integrity sha512-Vg+/SJTMZJEKKGHW7YC21QxgKJrSbxoYYd3MEUGtW7zuytHuEcksewq0DUmo4eh/CTNrVJGSdIY9AtRb6riWFw==
1472-
dependencies:
1473-
"@typescript-eslint/types" "4.8.2"
1474-
eslint-visitor-keys "^2.0.0"
1475-
14761441
"@typescript-eslint/[email protected]":
14771442
version "4.9.0"
14781443
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8"

0 commit comments

Comments
 (0)