Skip to content

Commit 5ade33a

Browse files
1 parent bbcbd4e commit 5ade33a

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/mkdirp": "1.0.1",
7777
"@types/node": "14.6.0",
7878
"@types/rimraf": "3.0.0",
79-
"@typescript-eslint/eslint-plugin": "3.9.0",
79+
"@typescript-eslint/eslint-plugin": "3.9.1",
8080
"@typescript-eslint/parser": "3.9.0",
8181
"codecov": "3.7.2",
8282
"eslint": "7.7.0",

yarn.lock

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,12 +1323,12 @@
13231323
dependencies:
13241324
"@types/yargs-parser" "*"
13251325

1326-
"@typescript-eslint/[email protected].0":
1327-
version "3.9.0"
1328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.0.tgz#0fe529b33d63c9a94f7503ca2bb12c84b9477ff3"
1329-
integrity sha512-UD6b4p0/hSe1xdTvRCENSx7iQ+KR6ourlZFfYuPC7FlXEzdHuLPrEmuxZ23b2zW96KJX9Z3w05GE/wNOiEzrVg==
1326+
"@typescript-eslint/[email protected].1":
1327+
version "3.9.1"
1328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"
1329+
integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg==
13301330
dependencies:
1331-
"@typescript-eslint/experimental-utils" "3.9.0"
1331+
"@typescript-eslint/experimental-utils" "3.9.1"
13321332
debug "^4.1.1"
13331333
functional-red-black-tree "^1.0.1"
13341334
regexpp "^3.0.0"
@@ -1346,6 +1346,17 @@
13461346
eslint-scope "^5.0.0"
13471347
eslint-utils "^2.0.0"
13481348

1349+
"@typescript-eslint/[email protected]":
1350+
version "3.9.1"
1351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.1.tgz#b140b2dc7a7554a44f8a86fb6fe7cbfe57ca059e"
1352+
integrity sha512-lkiZ8iBBaYoyEKhCkkw4SAeatXyBq9Ece5bZXdLe1LWBUwTszGbmbiqmQbwWA8cSYDnjWXp9eDbXpf9Sn0hLAg==
1353+
dependencies:
1354+
"@types/json-schema" "^7.0.3"
1355+
"@typescript-eslint/types" "3.9.1"
1356+
"@typescript-eslint/typescript-estree" "3.9.1"
1357+
eslint-scope "^5.0.0"
1358+
eslint-utils "^2.0.0"
1359+
13491360
"@typescript-eslint/[email protected]":
13501361
version "3.9.0"
13511362
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.0.tgz#344978a265d9a5c7c8f13e62c78172a4374dabea"
@@ -1362,6 +1373,11 @@
13621373
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.0.tgz#be9d0aa451e1bf3ce99f2e6920659e5b2e6bfe18"
13631374
integrity sha512-rb6LDr+dk9RVVXO/NJE8dT1pGlso3voNdEIN8ugm4CWM5w5GimbThCMiMl4da1t5u3YwPWEwOnKAULCZgBtBHg==
13641375

1376+
"@typescript-eslint/[email protected]":
1377+
version "3.9.1"
1378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
1379+
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
1380+
13651381
"@typescript-eslint/[email protected]":
13661382
version "3.9.0"
13671383
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.0.tgz#c6abbb50fa0d715cab46fef67ca6378bf2eaca13"
@@ -1376,13 +1392,34 @@
13761392
semver "^7.3.2"
13771393
tsutils "^3.17.1"
13781394

1395+
"@typescript-eslint/[email protected]":
1396+
version "3.9.1"
1397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.1.tgz#fd81cada74bc8a7f3a2345b00897acb087935779"
1398+
integrity sha512-IqM0gfGxOmIKPhiHW/iyAEXwSVqMmR2wJ9uXHNdFpqVvPaQ3dWg302vW127sBpAiqM9SfHhyS40NKLsoMpN2KA==
1399+
dependencies:
1400+
"@typescript-eslint/types" "3.9.1"
1401+
"@typescript-eslint/visitor-keys" "3.9.1"
1402+
debug "^4.1.1"
1403+
glob "^7.1.6"
1404+
is-glob "^4.0.1"
1405+
lodash "^4.17.15"
1406+
semver "^7.3.2"
1407+
tsutils "^3.17.1"
1408+
13791409
"@typescript-eslint/[email protected]":
13801410
version "3.9.0"
13811411
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.0.tgz#44de8e1b1df67adaf3b94d6b60b80f8faebc8dd3"
13821412
integrity sha512-O1qeoGqDbu0EZUC/MZ6F1WHTIzcBVhGqDj3LhTnj65WUA548RXVxUHbYhAW9bZWfb2rnX9QsbbP5nmeJ5Z4+ng==
13831413
dependencies:
13841414
eslint-visitor-keys "^1.1.0"
13851415

1416+
"@typescript-eslint/[email protected]":
1417+
version "3.9.1"
1418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"
1419+
integrity sha512-zxdtUjeoSh+prCpogswMwVUJfEFmCOjdzK9rpNjNBfm6EyPt99x3RrJoBOGZO23FCt0WPKUCOL5mb/9D5LjdwQ==
1420+
dependencies:
1421+
eslint-visitor-keys "^1.1.0"
1422+
13861423
abab@^2.0.3:
13871424
version "2.0.4"
13881425
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"

0 commit comments

Comments
 (0)