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

Commit 1211509

Browse files
Merge pull request ferdikoomen#702 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.23.0
2 parents bceed17 + c47c8d1 commit 1211509

File tree

2 files changed

+14
-48
lines changed

2 files changed

+14
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/node": "15.3.0",
8383
"@types/node-fetch": "2.5.10",
8484
"@types/qs": "6.9.6",
85-
"@typescript-eslint/eslint-plugin": "4.22.0",
85+
"@typescript-eslint/eslint-plugin": "4.23.0",
8686
"@typescript-eslint/parser": "4.23.0",
8787
"codecov": "3.8.2",
8888
"eslint": "7.26.0",

yarn.lock

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,29 +1480,29 @@
14801480
dependencies:
14811481
"@types/node" "*"
14821482

1483-
"@typescript-eslint/eslint-plugin@4.22.0":
1484-
version "4.22.0"
1485-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
1486-
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
1483+
"@typescript-eslint/eslint-plugin@4.23.0":
1484+
version "4.23.0"
1485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.23.0.tgz#29d3c9c81f6200b1fd6d8454cfb007ba176cde80"
1486+
integrity sha512-tGK1y3KIvdsQEEgq6xNn1DjiFJtl+wn8JJQiETtCbdQxw1vzjXyAaIkEmO2l6Nq24iy3uZBMFQjZ6ECf1QdgGw==
14871487
dependencies:
1488-
"@typescript-eslint/experimental-utils" "4.22.0"
1489-
"@typescript-eslint/scope-manager" "4.22.0"
1488+
"@typescript-eslint/experimental-utils" "4.23.0"
1489+
"@typescript-eslint/scope-manager" "4.23.0"
14901490
debug "^4.1.1"
14911491
functional-red-black-tree "^1.0.1"
14921492
lodash "^4.17.15"
14931493
regexpp "^3.0.0"
14941494
semver "^7.3.2"
14951495
tsutils "^3.17.1"
14961496

1497-
"@typescript-eslint/experimental-utils@4.22.0":
1498-
version "4.22.0"
1499-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
1500-
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
1497+
"@typescript-eslint/experimental-utils@4.23.0":
1498+
version "4.23.0"
1499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.23.0.tgz#f2059434cd6e5672bfeab2fb03b7c0a20622266f"
1500+
integrity sha512-WAFNiTDnQfrF3Z2fQ05nmCgPsO5o790vOhmWKXbbYQTO9erE1/YsFot5/LnOUizLzU2eeuz6+U/81KV5/hFTGA==
15011501
dependencies:
15021502
"@types/json-schema" "^7.0.3"
1503-
"@typescript-eslint/scope-manager" "4.22.0"
1504-
"@typescript-eslint/types" "4.22.0"
1505-
"@typescript-eslint/typescript-estree" "4.22.0"
1503+
"@typescript-eslint/scope-manager" "4.23.0"
1504+
"@typescript-eslint/types" "4.23.0"
1505+
"@typescript-eslint/typescript-estree" "4.23.0"
15061506
eslint-scope "^5.0.0"
15071507
eslint-utils "^2.0.0"
15081508

@@ -1516,14 +1516,6 @@
15161516
"@typescript-eslint/typescript-estree" "4.23.0"
15171517
debug "^4.1.1"
15181518

1519-
"@typescript-eslint/[email protected]":
1520-
version "4.22.0"
1521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
1522-
integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==
1523-
dependencies:
1524-
"@typescript-eslint/types" "4.22.0"
1525-
"@typescript-eslint/visitor-keys" "4.22.0"
1526-
15271519
"@typescript-eslint/[email protected]":
15281520
version "4.23.0"
15291521
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.23.0.tgz#8792ef7eacac122e2ec8fa2d30a59b8d9a1f1ce4"
@@ -1532,29 +1524,11 @@
15321524
"@typescript-eslint/types" "4.23.0"
15331525
"@typescript-eslint/visitor-keys" "4.23.0"
15341526

1535-
"@typescript-eslint/[email protected]":
1536-
version "4.22.0"
1537-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
1538-
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
1539-
15401527
"@typescript-eslint/[email protected]":
15411528
version "4.23.0"
15421529
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
15431530
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
15441531

1545-
"@typescript-eslint/[email protected]":
1546-
version "4.22.0"
1547-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
1548-
integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==
1549-
dependencies:
1550-
"@typescript-eslint/types" "4.22.0"
1551-
"@typescript-eslint/visitor-keys" "4.22.0"
1552-
debug "^4.1.1"
1553-
globby "^11.0.1"
1554-
is-glob "^4.0.1"
1555-
semver "^7.3.2"
1556-
tsutils "^3.17.1"
1557-
15581532
"@typescript-eslint/[email protected]":
15591533
version "4.23.0"
15601534
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
@@ -1568,14 +1542,6 @@
15681542
semver "^7.3.2"
15691543
tsutils "^3.17.1"
15701544

1571-
"@typescript-eslint/[email protected]":
1572-
version "4.22.0"
1573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
1574-
integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==
1575-
dependencies:
1576-
"@typescript-eslint/types" "4.22.0"
1577-
eslint-visitor-keys "^2.0.0"
1578-
15791545
"@typescript-eslint/[email protected]":
15801546
version "4.23.0"
15811547
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"

0 commit comments

Comments
 (0)