Skip to content

Commit 3a7f950

Browse files
Merge pull request ferdikoomen#342 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-3.9.1
2 parents 86ee431 + a1726a9 commit 3a7f950

File tree

2 files changed

+8
-45
lines changed

2 files changed

+8
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/node": "14.6.0",
7878
"@types/rimraf": "3.0.0",
7979
"@typescript-eslint/eslint-plugin": "3.9.1",
80-
"@typescript-eslint/parser": "3.9.0",
80+
"@typescript-eslint/parser": "3.9.1",
8181
"codecov": "3.7.2",
8282
"eslint": "7.7.0",
8383
"eslint-config-prettier": "6.11.0",

yarn.lock

Lines changed: 7 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,17 +1313,6 @@
13131313
semver "^7.3.2"
13141314
tsutils "^3.17.1"
13151315

1316-
"@typescript-eslint/[email protected]":
1317-
version "3.9.0"
1318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.0.tgz#3171d8ddba0bf02a8c2034188593630914fcf5ee"
1319-
integrity sha512-/vSHUDYizSOhrOJdjYxPNGfb4a3ibO8zd4nUKo/QBFOmxosT3cVUV7KIg8Dwi6TXlr667G7YPqFK9+VSZOorNA==
1320-
dependencies:
1321-
"@types/json-schema" "^7.0.3"
1322-
"@typescript-eslint/types" "3.9.0"
1323-
"@typescript-eslint/typescript-estree" "3.9.0"
1324-
eslint-scope "^5.0.0"
1325-
eslint-utils "^2.0.0"
1326-
13271316
"@typescript-eslint/[email protected]":
13281317
version "3.9.1"
13291318
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.1.tgz#b140b2dc7a7554a44f8a86fb6fe7cbfe57ca059e"
@@ -1335,41 +1324,22 @@
13351324
eslint-scope "^5.0.0"
13361325
eslint-utils "^2.0.0"
13371326

1338-
"@typescript-eslint/[email protected].0":
1339-
version "3.9.0"
1340-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.0.tgz#344978a265d9a5c7c8f13e62c78172a4374dabea"
1341-
integrity sha512-rDHOKb6uW2jZkHQniUQVZkixQrfsZGUCNWWbKWep4A5hGhN5dLHMUCNAWnC4tXRlHedXkTDptIpxs6e4Pz8UfA==
1327+
"@typescript-eslint/[email protected].1":
1328+
version "3.9.1"
1329+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.1.tgz#ab7983abaea0ae138ff5671c7c7739d8a191b181"
1330+
integrity sha512-y5QvPFUn4Vl4qM40lI+pNWhTcOWtpZAJ8pOEQ21fTTW4xTJkRplMjMRje7LYTXqVKKX9GJhcyweMz2+W1J5bMg==
13421331
dependencies:
13431332
"@types/eslint-visitor-keys" "^1.0.0"
1344-
"@typescript-eslint/experimental-utils" "3.9.0"
1345-
"@typescript-eslint/types" "3.9.0"
1346-
"@typescript-eslint/typescript-estree" "3.9.0"
1333+
"@typescript-eslint/experimental-utils" "3.9.1"
1334+
"@typescript-eslint/types" "3.9.1"
1335+
"@typescript-eslint/typescript-estree" "3.9.1"
13471336
eslint-visitor-keys "^1.1.0"
13481337

1349-
"@typescript-eslint/[email protected]":
1350-
version "3.9.0"
1351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.0.tgz#be9d0aa451e1bf3ce99f2e6920659e5b2e6bfe18"
1352-
integrity sha512-rb6LDr+dk9RVVXO/NJE8dT1pGlso3voNdEIN8ugm4CWM5w5GimbThCMiMl4da1t5u3YwPWEwOnKAULCZgBtBHg==
1353-
13541338
"@typescript-eslint/[email protected]":
13551339
version "3.9.1"
13561340
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
13571341
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
13581342

1359-
"@typescript-eslint/[email protected]":
1360-
version "3.9.0"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.0.tgz#c6abbb50fa0d715cab46fef67ca6378bf2eaca13"
1362-
integrity sha512-N+158NKgN4rOmWVfvKOMoMFV5n8XxAliaKkArm/sOypzQ0bUL8MSnOEBW3VFIeffb/K5ce/cAV0yYhR7U4ALAA==
1363-
dependencies:
1364-
"@typescript-eslint/types" "3.9.0"
1365-
"@typescript-eslint/visitor-keys" "3.9.0"
1366-
debug "^4.1.1"
1367-
glob "^7.1.6"
1368-
is-glob "^4.0.1"
1369-
lodash "^4.17.15"
1370-
semver "^7.3.2"
1371-
tsutils "^3.17.1"
1372-
13731343
"@typescript-eslint/[email protected]":
13741344
version "3.9.1"
13751345
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.1.tgz#fd81cada74bc8a7f3a2345b00897acb087935779"
@@ -1384,13 +1354,6 @@
13841354
semver "^7.3.2"
13851355
tsutils "^3.17.1"
13861356

1387-
"@typescript-eslint/[email protected]":
1388-
version "3.9.0"
1389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.0.tgz#44de8e1b1df67adaf3b94d6b60b80f8faebc8dd3"
1390-
integrity sha512-O1qeoGqDbu0EZUC/MZ6F1WHTIzcBVhGqDj3LhTnj65WUA548RXVxUHbYhAW9bZWfb2rnX9QsbbP5nmeJ5Z4+ng==
1391-
dependencies:
1392-
eslint-visitor-keys "^1.1.0"
1393-
13941357
"@typescript-eslint/[email protected]":
13951358
version "3.9.1"
13961359
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"

0 commit comments

Comments
 (0)