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

Commit 4b1c1f4

Browse files
1 parent 1876afe commit 4b1c1f4

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
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.23.0",
85+
"@typescript-eslint/eslint-plugin": "4.24.0",
8686
"@typescript-eslint/parser": "4.23.0",
8787
"codecov": "3.8.2",
8888
"eslint": "7.26.0",

yarn.lock

Lines changed: 47 additions & 13 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.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==
1483+
"@typescript-eslint/eslint-plugin@4.24.0":
1484+
version "4.24.0"
1485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz#03801ffc25b2af9d08f3dc9bccfc0b7ce3780d0f"
1486+
integrity sha512-qbCgkPM7DWTsYQGjx9RTuQGswi+bEt0isqDBeo+CKV0953zqI0Tp7CZ7Fi9ipgFA6mcQqF4NOVNwS/f2r6xShw==
14871487
dependencies:
1488-
"@typescript-eslint/experimental-utils" "4.23.0"
1489-
"@typescript-eslint/scope-manager" "4.23.0"
1488+
"@typescript-eslint/experimental-utils" "4.24.0"
1489+
"@typescript-eslint/scope-manager" "4.24.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.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==
1497+
"@typescript-eslint/experimental-utils@4.24.0":
1498+
version "4.24.0"
1499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.24.0.tgz#c23ead9de44b99c3a5fd925c33a106b00165e172"
1500+
integrity sha512-IwTT2VNDKH1h8RZseMH4CcYBz6lTvRoOLDuuqNZZoThvfHEhOiZPQCow+5El3PtyxJ1iDr6UXZwYtE3yZQjhcw==
15011501
dependencies:
15021502
"@types/json-schema" "^7.0.3"
1503-
"@typescript-eslint/scope-manager" "4.23.0"
1504-
"@typescript-eslint/types" "4.23.0"
1505-
"@typescript-eslint/typescript-estree" "4.23.0"
1503+
"@typescript-eslint/scope-manager" "4.24.0"
1504+
"@typescript-eslint/types" "4.24.0"
1505+
"@typescript-eslint/typescript-estree" "4.24.0"
15061506
eslint-scope "^5.0.0"
15071507
eslint-utils "^2.0.0"
15081508

@@ -1524,11 +1524,24 @@
15241524
"@typescript-eslint/types" "4.23.0"
15251525
"@typescript-eslint/visitor-keys" "4.23.0"
15261526

1527+
"@typescript-eslint/[email protected]":
1528+
version "4.24.0"
1529+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
1530+
integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA==
1531+
dependencies:
1532+
"@typescript-eslint/types" "4.24.0"
1533+
"@typescript-eslint/visitor-keys" "4.24.0"
1534+
15271535
"@typescript-eslint/[email protected]":
15281536
version "4.23.0"
15291537
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
15301538
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
15311539

1540+
"@typescript-eslint/[email protected]":
1541+
version "4.24.0"
1542+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
1543+
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
1544+
15321545
"@typescript-eslint/[email protected]":
15331546
version "4.23.0"
15341547
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
@@ -1542,6 +1555,19 @@
15421555
semver "^7.3.2"
15431556
tsutils "^3.17.1"
15441557

1558+
"@typescript-eslint/[email protected]":
1559+
version "4.24.0"
1560+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
1561+
integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA==
1562+
dependencies:
1563+
"@typescript-eslint/types" "4.24.0"
1564+
"@typescript-eslint/visitor-keys" "4.24.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.23.0"
15471573
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"
@@ -1550,6 +1576,14 @@
15501576
"@typescript-eslint/types" "4.23.0"
15511577
eslint-visitor-keys "^2.0.0"
15521578

1579+
"@typescript-eslint/[email protected]":
1580+
version "4.24.0"
1581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
1582+
integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g==
1583+
dependencies:
1584+
"@typescript-eslint/types" "4.24.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)