Skip to content

Commit a6624ba

Browse files
authored
Merge pull request #24 from Leko/dependabot/npm_and_yarn/typescript-eslint/parser-4.15.0
Bump @typescript-eslint/parser from 4.14.2 to 4.15.0
2 parents 9d7e413 + da40f80 commit a6624ba

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.25",
3333
"@typescript-eslint/eslint-plugin": "4.15.0",
34-
"@typescript-eslint/parser": "4.14.2",
34+
"@typescript-eslint/parser": "4.15.0",
3535
"eslint": "7.19.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.2"
309-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.2.tgz#31e216e4baab678a56e539f9db9862e2542c98d0"
310-
integrity sha512-ipqSP6EuUsMu3E10EZIApOJgWSpcNXeKZaFeNKQyzqxnQl8eQCbV+TSNsl+s2GViX2d18m1rq3CWgnpOxDPgHg==
311-
dependencies:
312-
"@typescript-eslint/scope-manager" "4.14.2"
313-
"@typescript-eslint/types" "4.14.2"
314-
"@typescript-eslint/typescript-estree" "4.14.2"
315-
debug "^4.1.1"
316-
317-
"@typescript-eslint/[email protected]":
318-
version "4.14.2"
319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.2.tgz#64cbc9ca64b60069aae0c060b2bf81163243b266"
320-
integrity sha512-cuV9wMrzKm6yIuV48aTPfIeqErt5xceTheAgk70N1V4/2Ecj+fhl34iro/vIssJlb7XtzcaD07hWk7Jk0nKghg==
307+
"@typescript-eslint/[email protected]":
308+
version "4.15.0"
309+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.0.tgz#8df94365b4b7161f9e8514fe28aef19954810b6b"
310+
integrity sha512-L6Dtbq8Bc7g2aZwnIBETpmUa9XDKCMzKVwAArnGp5Mn7PRNFjf3mUzq8UeBjL3K8t311hvevnyqXAMSmxO8Gpg==
321311
dependencies:
322-
"@typescript-eslint/types" "4.14.2"
323-
"@typescript-eslint/visitor-keys" "4.14.2"
312+
"@typescript-eslint/scope-manager" "4.15.0"
313+
"@typescript-eslint/types" "4.15.0"
314+
"@typescript-eslint/typescript-estree" "4.15.0"
315+
debug "^4.1.1"
324316

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

333-
"@typescript-eslint/[email protected]":
334-
version "4.14.2"
335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
336-
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
337-
338325
"@typescript-eslint/[email protected]":
339326
version "4.15.0"
340327
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
341328
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
342329

343-
"@typescript-eslint/[email protected]":
344-
version "4.14.2"
345-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz#9c5ebd8cae4d7b014f890acd81e8e17f309c9df9"
346-
integrity sha512-ESiFl8afXxt1dNj8ENEZT12p+jl9PqRur+Y19m0Z/SPikGL6rqq4e7Me60SU9a2M28uz48/8yct97VQYaGl0Vg==
347-
dependencies:
348-
"@typescript-eslint/types" "4.14.2"
349-
"@typescript-eslint/visitor-keys" "4.14.2"
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.15.0"
359332
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz#402c86a7d2111c1f7a2513022f22a38a395b7f93"
@@ -367,14 +340,6 @@
367340
semver "^7.3.2"
368341
tsutils "^3.17.1"
369342

370-
"@typescript-eslint/[email protected]":
371-
version "4.14.2"
372-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz#997cbe2cb0690e1f384a833f64794e98727c70c6"
373-
integrity sha512-KBB+xLBxnBdTENs/rUgeUKO0UkPBRs2vD09oMRRIkj5BEN8PX1ToXV532desXfpQnZsYTyLLviS7JrPhdL154w==
374-
dependencies:
375-
"@typescript-eslint/types" "4.14.2"
376-
eslint-visitor-keys "^2.0.0"
377-
378343
"@typescript-eslint/[email protected]":
379344
version "4.15.0"
380345
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz#2a07768df30c8a5673f1bce406338a07fdec38ca"

0 commit comments

Comments
 (0)