Skip to content

Commit a7e0c16

Browse files
1 parent 802b0e7 commit a7e0c16

File tree

2 files changed

+14
-49
lines changed

2 files changed

+14
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/js-yaml": "3.12.5",
8383
"@types/node": "14.14.6",
8484
"@types/node-fetch": "2.5.7",
85-
"@typescript-eslint/eslint-plugin": "4.6.1",
85+
"@typescript-eslint/eslint-plugin": "4.7.0",
8686
"@typescript-eslint/parser": "4.7.0",
8787
"codecov": "3.8.1",
8888
"eslint": "7.13.0",

yarn.lock

Lines changed: 13 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,28 +1379,28 @@
13791379
dependencies:
13801380
"@types/node" "*"
13811381

1382-
"@typescript-eslint/eslint-plugin@4.6.1":
1383-
version "4.6.1"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.6.1.tgz#99d77eb7a016fd5a5e749d2c44a7e4c317eb7da3"
1385-
integrity sha512-SNZyflefTMK2JyrPfFFzzoy2asLmZvZJ6+/L5cIqg4HfKGiW2Gr1Go1OyEVqne/U4QwmoasuMwppoBHWBWF2nA==
1382+
"@typescript-eslint/eslint-plugin@4.7.0":
1383+
version "4.7.0"
1384+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.7.0.tgz#85c9bbda00c0cb604d3c241f7bc7fb171a2d3479"
1385+
integrity sha512-li9aiSVBBd7kU5VlQlT1AqP0uWGDK6JYKUQ9cVDnOg34VNnd9t4jr0Yqc/bKxJr/tDCPDaB4KzoSFN9fgVxe/Q==
13861386
dependencies:
1387-
"@typescript-eslint/experimental-utils" "4.6.1"
1388-
"@typescript-eslint/scope-manager" "4.6.1"
1387+
"@typescript-eslint/experimental-utils" "4.7.0"
1388+
"@typescript-eslint/scope-manager" "4.7.0"
13891389
debug "^4.1.1"
13901390
functional-red-black-tree "^1.0.1"
13911391
regexpp "^3.0.0"
13921392
semver "^7.3.2"
13931393
tsutils "^3.17.1"
13941394

1395-
"@typescript-eslint/experimental-utils@4.6.1":
1396-
version "4.6.1"
1397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.1.tgz#a9c691dfd530a9570274fe68907c24c07a06c4aa"
1398-
integrity sha512-qyPqCFWlHZXkEBoV56UxHSoXW2qnTr4JrWVXOh3soBP3q0o7p4pUEMfInDwIa0dB/ypdtm7gLOS0hg0a73ijfg==
1395+
"@typescript-eslint/experimental-utils@4.7.0":
1396+
version "4.7.0"
1397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
1398+
integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
13991399
dependencies:
14001400
"@types/json-schema" "^7.0.3"
1401-
"@typescript-eslint/scope-manager" "4.6.1"
1402-
"@typescript-eslint/types" "4.6.1"
1403-
"@typescript-eslint/typescript-estree" "4.6.1"
1401+
"@typescript-eslint/scope-manager" "4.7.0"
1402+
"@typescript-eslint/types" "4.7.0"
1403+
"@typescript-eslint/typescript-estree" "4.7.0"
14041404
eslint-scope "^5.0.0"
14051405
eslint-utils "^2.0.0"
14061406

@@ -1414,14 +1414,6 @@
14141414
"@typescript-eslint/typescript-estree" "4.7.0"
14151415
debug "^4.1.1"
14161416

1417-
"@typescript-eslint/[email protected]":
1418-
version "4.6.1"
1419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.1.tgz#21872b91cbf7adfc7083f17b8041149148baf992"
1420-
integrity sha512-f95+80r6VdINYscJY1KDUEDcxZ3prAWHulL4qRDfNVD0I5QAVSGqFkwHERDoLYJJWmEAkUMdQVvx7/c2Hp+Bjg==
1421-
dependencies:
1422-
"@typescript-eslint/types" "4.6.1"
1423-
"@typescript-eslint/visitor-keys" "4.6.1"
1424-
14251417
"@typescript-eslint/[email protected]":
14261418
version "4.7.0"
14271419
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
@@ -1430,30 +1422,11 @@
14301422
"@typescript-eslint/types" "4.7.0"
14311423
"@typescript-eslint/visitor-keys" "4.7.0"
14321424

1433-
"@typescript-eslint/[email protected]":
1434-
version "4.6.1"
1435-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
1436-
integrity sha512-k2ZCHhJ96YZyPIsykickez+OMHkz06xppVLfJ+DY90i532/Cx2Z+HiRMH8YZQo7a4zVd/TwNBuRCdXlGK4yo8w==
1437-
14381425
"@typescript-eslint/[email protected]":
14391426
version "4.7.0"
14401427
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
14411428
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
14421429

1443-
"@typescript-eslint/[email protected]":
1444-
version "4.6.1"
1445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
1446-
integrity sha512-/J/kxiyjQQKqEr5kuKLNQ1Finpfb8gf/NpbwqFFYEBjxOsZ621r9AqwS9UDRA1Rrr/eneX/YsbPAIhU2rFLjXQ==
1447-
dependencies:
1448-
"@typescript-eslint/types" "4.6.1"
1449-
"@typescript-eslint/visitor-keys" "4.6.1"
1450-
debug "^4.1.1"
1451-
globby "^11.0.1"
1452-
is-glob "^4.0.1"
1453-
lodash "^4.17.15"
1454-
semver "^7.3.2"
1455-
tsutils "^3.17.1"
1456-
14571430
"@typescript-eslint/[email protected]":
14581431
version "4.7.0"
14591432
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
@@ -1468,14 +1441,6 @@
14681441
semver "^7.3.2"
14691442
tsutils "^3.17.1"
14701443

1471-
"@typescript-eslint/[email protected]":
1472-
version "4.6.1"
1473-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"
1474-
integrity sha512-owABze4toX7QXwOLT3/D5a8NecZEjEWU1srqxENTfqsY3bwVnl3YYbOh6s1rp2wQKO9RTHFGjKes08FgE7SVMw==
1475-
dependencies:
1476-
"@typescript-eslint/types" "4.6.1"
1477-
eslint-visitor-keys "^2.0.0"
1478-
14791444
"@typescript-eslint/[email protected]":
14801445
version "4.7.0"
14811446
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"

0 commit comments

Comments
 (0)