Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 7c6abb5

Browse files
Merge pull request ferdikoomen#698 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-4.23.0
2 parents 78e8817 + 8d6744d commit 7c6abb5

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
@@ -83,7 +83,7 @@
8383
"@types/node-fetch": "2.5.10",
8484
"@types/qs": "6.9.6",
8585
"@typescript-eslint/eslint-plugin": "4.22.0",
86-
"@typescript-eslint/parser": "4.22.0",
86+
"@typescript-eslint/parser": "4.23.0",
8787
"codecov": "3.8.2",
8888
"eslint": "7.26.0",
8989
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,14 +1506,14 @@
15061506
eslint-scope "^5.0.0"
15071507
eslint-utils "^2.0.0"
15081508

1509-
"@typescript-eslint/parser@4.22.0":
1510-
version "4.22.0"
1511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
1512-
integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==
1513-
dependencies:
1514-
"@typescript-eslint/scope-manager" "4.22.0"
1515-
"@typescript-eslint/types" "4.22.0"
1516-
"@typescript-eslint/typescript-estree" "4.22.0"
1509+
"@typescript-eslint/parser@4.23.0":
1510+
version "4.23.0"
1511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.23.0.tgz#239315d38e42e852bef43a4b0b01bef78f78911c"
1512+
integrity sha512-wsvjksHBMOqySy/Pi2Q6UuIuHYbgAMwLczRl4YanEPKW5KVxI9ZzDYh3B5DtcZPQTGRWFJrfcbJ6L01Leybwug==
1513+
dependencies:
1514+
"@typescript-eslint/scope-manager" "4.23.0"
1515+
"@typescript-eslint/types" "4.23.0"
1516+
"@typescript-eslint/typescript-estree" "4.23.0"
15171517
debug "^4.1.1"
15181518

15191519
"@typescript-eslint/[email protected]":
@@ -1524,11 +1524,24 @@
15241524
"@typescript-eslint/types" "4.22.0"
15251525
"@typescript-eslint/visitor-keys" "4.22.0"
15261526

1527+
"@typescript-eslint/[email protected]":
1528+
version "4.23.0"
1529+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.23.0.tgz#8792ef7eacac122e2ec8fa2d30a59b8d9a1f1ce4"
1530+
integrity sha512-ZZ21PCFxPhI3n0wuqEJK9omkw51wi2bmeKJvlRZPH5YFkcawKOuRMQMnI8mH6Vo0/DoHSeZJnHiIx84LmVQY+w==
1531+
dependencies:
1532+
"@typescript-eslint/types" "4.23.0"
1533+
"@typescript-eslint/visitor-keys" "4.23.0"
1534+
15271535
"@typescript-eslint/[email protected]":
15281536
version "4.22.0"
15291537
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
15301538
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
15311539

1540+
"@typescript-eslint/[email protected]":
1541+
version "4.23.0"
1542+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
1543+
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
1544+
15321545
"@typescript-eslint/[email protected]":
15331546
version "4.22.0"
15341547
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
@@ -1542,6 +1555,19 @@
15421555
semver "^7.3.2"
15431556
tsutils "^3.17.1"
15441557

1558+
"@typescript-eslint/[email protected]":
1559+
version "4.23.0"
1560+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
1561+
integrity sha512-5Sty6zPEVZF5fbvrZczfmLCOcby3sfrSPu30qKoY1U3mca5/jvU5cwsPb/CO6Q3ByRjixTMIVsDkqwIxCf/dMw==
1562+
dependencies:
1563+
"@typescript-eslint/types" "4.23.0"
1564+
"@typescript-eslint/visitor-keys" "4.23.0"
1565+
debug "^4.1.1"
1566+
globby "^11.0.1"
1567+
is-glob "^4.0.1"
1568+
semver "^7.3.2"
1569+
tsutils "^3.17.1"
1570+
15451571
"@typescript-eslint/[email protected]":
15461572
version "4.22.0"
15471573
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
@@ -1550,6 +1576,14 @@
15501576
"@typescript-eslint/types" "4.22.0"
15511577
eslint-visitor-keys "^2.0.0"
15521578

1579+
"@typescript-eslint/[email protected]":
1580+
version "4.23.0"
1581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"
1582+
integrity sha512-5PNe5cmX9pSifit0H+nPoQBXdbNzi5tOEec+3riK+ku4e3er37pKxMKDH5Ct5Y4fhWxcD4spnlYjxi9vXbSpwg==
1583+
dependencies:
1584+
"@typescript-eslint/types" "4.23.0"
1585+
eslint-visitor-keys "^2.0.0"
1586+
15531587
abab@^2.0.3, abab@^2.0.5:
15541588
version "2.0.5"
15551589
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)