Skip to content

Commit 682c1a9

Browse files
authored
Merge pull request #15 from Leko/dependabot/npm_and_yarn/typescript-eslint/parser-4.14.1
Bump @typescript-eslint/parser from 4.14.0 to 4.14.1
2 parents 335e39a + d944bc0 commit 682c1a9

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/download": "^6.2.4",
3232
"@types/node": "14.14.22",
3333
"@typescript-eslint/eslint-plugin": "4.14.1",
34-
"@typescript-eslint/parser": "4.14.0",
34+
"@typescript-eslint/parser": "4.14.1",
3535
"eslint": "7.18.0",
3636
"eslint-config-prettier": "7.2.0",
3737
"prettier": "2.2.1",

yarn.lock

Lines changed: 8 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -304,23 +304,15 @@
304304
eslint-scope "^5.0.0"
305305
eslint-utils "^2.0.0"
306306

307-
"@typescript-eslint/[email protected]":
308-
version "4.14.0"
309-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.0.tgz#62d4cd2079d5c06683e9bfb200c758f292c4dee7"
310-
integrity sha512-sUDeuCjBU+ZF3Lzw0hphTyScmDDJ5QVkyE21pRoBo8iDl7WBtVFS+WDN3blY1CH3SBt7EmYCw6wfmJjF0l/uYg==
311-
dependencies:
312-
"@typescript-eslint/scope-manager" "4.14.0"
313-
"@typescript-eslint/types" "4.14.0"
314-
"@typescript-eslint/typescript-estree" "4.14.0"
315-
debug "^4.1.1"
316-
317-
"@typescript-eslint/[email protected]":
318-
version "4.14.0"
319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz#55a4743095d684e1f7b7180c4bac2a0a3727f517"
320-
integrity sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q==
307+
"@typescript-eslint/[email protected]":
308+
version "4.14.1"
309+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.1.tgz#3bd6c24710cd557d8446625284bcc9c6d52817c6"
310+
integrity sha512-mL3+gU18g9JPsHZuKMZ8Z0Ss9YP1S5xYZ7n68Z98GnPq02pYNQuRXL85b9GYhl6jpdvUc45Km7hAl71vybjUmw==
321311
dependencies:
322-
"@typescript-eslint/types" "4.14.0"
323-
"@typescript-eslint/visitor-keys" "4.14.0"
312+
"@typescript-eslint/scope-manager" "4.14.1"
313+
"@typescript-eslint/types" "4.14.1"
314+
"@typescript-eslint/typescript-estree" "4.14.1"
315+
debug "^4.1.1"
324316

325317
"@typescript-eslint/[email protected]":
326318
version "4.14.1"
@@ -330,30 +322,11 @@
330322
"@typescript-eslint/types" "4.14.1"
331323
"@typescript-eslint/visitor-keys" "4.14.1"
332324

333-
"@typescript-eslint/[email protected]":
334-
version "4.14.0"
335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
336-
integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
337-
338325
"@typescript-eslint/[email protected]":
339326
version "4.14.1"
340327
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.1.tgz#b3d2eb91dafd0fd8b3fce7c61512ac66bd0364aa"
341328
integrity sha512-SkhzHdI/AllAgQSxXM89XwS1Tkic7csPdndUuTKabEwRcEfR8uQ/iPA3Dgio1rqsV3jtqZhY0QQni8rLswJM2w==
342329

343-
"@typescript-eslint/[email protected]":
344-
version "4.14.0"
345-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
346-
integrity sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==
347-
dependencies:
348-
"@typescript-eslint/types" "4.14.0"
349-
"@typescript-eslint/visitor-keys" "4.14.0"
350-
debug "^4.1.1"
351-
globby "^11.0.1"
352-
is-glob "^4.0.1"
353-
lodash "^4.17.15"
354-
semver "^7.3.2"
355-
tsutils "^3.17.1"
356-
357330
"@typescript-eslint/[email protected]":
358331
version "4.14.1"
359332
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.1.tgz#20d3b8c8e3cdc8f764bdd5e5b0606dd83da6075b"
@@ -368,14 +341,6 @@
368341
semver "^7.3.2"
369342
tsutils "^3.17.1"
370343

371-
"@typescript-eslint/[email protected]":
372-
version "4.14.0"
373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"
374-
integrity sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
375-
dependencies:
376-
"@typescript-eslint/types" "4.14.0"
377-
eslint-visitor-keys "^2.0.0"
378-
379344
"@typescript-eslint/[email protected]":
380345
version "4.14.1"
381346
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.1.tgz#e93c2ff27f47ee477a929b970ca89d60a117da91"

0 commit comments

Comments
 (0)