Skip to content

Commit 7062c48

Browse files
Merge pull request ferdikoomen#581 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-4.15.1
2 parents 7b297f9 + 577982e commit 7062c48

File tree

2 files changed

+39
-40
lines changed

2 files changed

+39
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/node-fetch": "2.5.8",
8484
"@types/qs": "6.9.5",
8585
"@typescript-eslint/eslint-plugin": "4.15.0",
86-
"@typescript-eslint/parser": "4.14.2",
86+
"@typescript-eslint/parser": "4.15.1",
8787
"codecov": "3.8.1",
8888
"eslint": "7.20.0",
8989
"eslint-config-prettier": "8.0.0",

yarn.lock

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,24 +1438,16 @@
14381438
eslint-scope "^5.0.0"
14391439
eslint-utils "^2.0.0"
14401440

1441-
"@typescript-eslint/parser@4.14.2":
1442-
version "4.14.2"
1443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.2.tgz#31e216e4baab678a56e539f9db9862e2542c98d0"
1444-
integrity sha512-ipqSP6EuUsMu3E10EZIApOJgWSpcNXeKZaFeNKQyzqxnQl8eQCbV+TSNsl+s2GViX2d18m1rq3CWgnpOxDPgHg==
1445-
dependencies:
1446-
"@typescript-eslint/scope-manager" "4.14.2"
1447-
"@typescript-eslint/types" "4.14.2"
1448-
"@typescript-eslint/typescript-estree" "4.14.2"
1441+
"@typescript-eslint/parser@4.15.1":
1442+
version "4.15.1"
1443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.1.tgz#4c91a0602733db63507e1dbf13187d6c71a153c4"
1444+
integrity sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA==
1445+
dependencies:
1446+
"@typescript-eslint/scope-manager" "4.15.1"
1447+
"@typescript-eslint/types" "4.15.1"
1448+
"@typescript-eslint/typescript-estree" "4.15.1"
14491449
debug "^4.1.1"
14501450

1451-
"@typescript-eslint/scope-manager@4.14.2":
1452-
version "4.14.2"
1453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.2.tgz#64cbc9ca64b60069aae0c060b2bf81163243b266"
1454-
integrity sha512-cuV9wMrzKm6yIuV48aTPfIeqErt5xceTheAgk70N1V4/2Ecj+fhl34iro/vIssJlb7XtzcaD07hWk7Jk0nKghg==
1455-
dependencies:
1456-
"@typescript-eslint/types" "4.14.2"
1457-
"@typescript-eslint/visitor-keys" "4.14.2"
1458-
14591451
"@typescript-eslint/scope-manager@4.15.0":
14601452
version "4.15.0"
14611453
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz#c42703558ea6daaaba51a9c3a86f2902dbab9432"
@@ -1464,29 +1456,23 @@
14641456
"@typescript-eslint/types" "4.15.0"
14651457
"@typescript-eslint/visitor-keys" "4.15.0"
14661458

1467-
"@typescript-eslint/types@4.14.2":
1468-
version "4.14.2"
1469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
1470-
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
1459+
"@typescript-eslint/scope-manager@4.15.1":
1460+
version "4.15.1"
1461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.1.tgz#f6511eb38def2a8a6be600c530c243bbb56ac135"
1462+
integrity sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA==
1463+
dependencies:
1464+
"@typescript-eslint/types" "4.15.1"
1465+
"@typescript-eslint/visitor-keys" "4.15.1"
14711466

14721467
"@typescript-eslint/types@4.15.0":
14731468
version "4.15.0"
14741469
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
14751470
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
14761471

1477-
"@typescript-eslint/typescript-estree@4.14.2":
1478-
version "4.14.2"
1479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz#9c5ebd8cae4d7b014f890acd81e8e17f309c9df9"
1480-
integrity sha512-ESiFl8afXxt1dNj8ENEZT12p+jl9PqRur+Y19m0Z/SPikGL6rqq4e7Me60SU9a2M28uz48/8yct97VQYaGl0Vg==
1481-
dependencies:
1482-
"@typescript-eslint/types" "4.14.2"
1483-
"@typescript-eslint/visitor-keys" "4.14.2"
1484-
debug "^4.1.1"
1485-
globby "^11.0.1"
1486-
is-glob "^4.0.1"
1487-
lodash "^4.17.15"
1488-
semver "^7.3.2"
1489-
tsutils "^3.17.1"
1472+
"@typescript-eslint/types@4.15.1":
1473+
version "4.15.1"
1474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
1475+
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
14901476

14911477
"@typescript-eslint/typescript-estree@4.15.0":
14921478
version "4.15.0"
@@ -1501,13 +1487,18 @@
15011487
semver "^7.3.2"
15021488
tsutils "^3.17.1"
15031489

1504-
"@typescript-eslint/visitor-keys@4.14.2":
1505-
version "4.14.2"
1506-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz#997cbe2cb0690e1f384a833f64794e98727c70c6"
1507-
integrity sha512-KBB+xLBxnBdTENs/rUgeUKO0UkPBRs2vD09oMRRIkj5BEN8PX1ToXV532desXfpQnZsYTyLLviS7JrPhdL154w==
1490+
"@typescript-eslint/typescript-estree@4.15.1":
1491+
version "4.15.1"
1492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
1493+
integrity sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw==
15081494
dependencies:
1509-
"@typescript-eslint/types" "4.14.2"
1510-
eslint-visitor-keys "^2.0.0"
1495+
"@typescript-eslint/types" "4.15.1"
1496+
"@typescript-eslint/visitor-keys" "4.15.1"
1497+
debug "^4.1.1"
1498+
globby "^11.0.1"
1499+
is-glob "^4.0.1"
1500+
semver "^7.3.2"
1501+
tsutils "^3.17.1"
15111502

15121503
"@typescript-eslint/visitor-keys@4.15.0":
15131504
version "4.15.0"
@@ -1517,6 +1508,14 @@
15171508
"@typescript-eslint/types" "4.15.0"
15181509
eslint-visitor-keys "^2.0.0"
15191510

1511+
"@typescript-eslint/visitor-keys@4.15.1":
1512+
version "4.15.1"
1513+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
1514+
integrity sha512-tYzaTP9plooRJY8eNlpAewTOqtWW/4ff/5wBjNVaJ0S0wC4Gpq/zDVRTJa5bq2v1pCNQ08xxMCndcvR+h7lMww==
1515+
dependencies:
1516+
"@typescript-eslint/types" "4.15.1"
1517+
eslint-visitor-keys "^2.0.0"
1518+
15201519
abab@^2.0.3:
15211520
version "2.0.5"
15221521
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)