Skip to content

Commit 9ca8f58

Browse files
fix(deps): update typescript-eslint monorepo to v4.14.1 (#275)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2880355 commit 9ca8f58

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "4.14.0",
8-
"@typescript-eslint/parser": "4.14.0",
7+
"@typescript-eslint/eslint-plugin": "4.14.1",
8+
"@typescript-eslint/parser": "4.14.1",
99
"babel-eslint": "10.1.0",
1010
"eslint": "7.18.0",
1111
"eslint-config-airbnb": "18.2.1",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -349,75 +349,75 @@
349349
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
350350
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
351351

352-
"@typescript-eslint/[email protected].0":
353-
version "4.14.0"
354-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.0.tgz#92db8e7c357ed7d69632d6843ca70b71be3a721d"
355-
integrity sha512-IJ5e2W7uFNfg4qh9eHkHRUCbgZ8VKtGwD07kannJvM5t/GU8P8+24NX8gi3Hf5jST5oWPY8kyV1s/WtfiZ4+Ww==
352+
"@typescript-eslint/[email protected].1":
353+
version "4.14.1"
354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.1.tgz#22dd301ce228aaab3416b14ead10b1db3e7d3180"
355+
integrity sha512-5JriGbYhtqMS1kRcZTQxndz1lKMwwEXKbwZbkUZNnp6MJX0+OVXnG0kOlBZP4LUAxEyzu3cs+EXd/97MJXsGfw==
356356
dependencies:
357-
"@typescript-eslint/experimental-utils" "4.14.0"
358-
"@typescript-eslint/scope-manager" "4.14.0"
357+
"@typescript-eslint/experimental-utils" "4.14.1"
358+
"@typescript-eslint/scope-manager" "4.14.1"
359359
debug "^4.1.1"
360360
functional-red-black-tree "^1.0.1"
361361
lodash "^4.17.15"
362362
regexpp "^3.0.0"
363363
semver "^7.3.2"
364364
tsutils "^3.17.1"
365365

366-
"@typescript-eslint/[email protected].0":
367-
version "4.14.0"
368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.0.tgz#5aa7b006736634f588a69ee343ca959cd09988df"
369-
integrity sha512-6i6eAoiPlXMKRbXzvoQD5Yn9L7k9ezzGRvzC/x1V3650rUk3c3AOjQyGYyF9BDxQQDK2ElmKOZRD0CbtdkMzQQ==
366+
"@typescript-eslint/[email protected].1":
367+
version "4.14.1"
368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.1.tgz#a5c945cb24dabb96747180e1cfc8487f8066f471"
369+
integrity sha512-2CuHWOJwvpw0LofbyG5gvYjEyoJeSvVH2PnfUQSn0KQr4v8Dql2pr43ohmx4fdPQ/eVoTSFjTi/bsGEXl/zUUQ==
370370
dependencies:
371371
"@types/json-schema" "^7.0.3"
372-
"@typescript-eslint/scope-manager" "4.14.0"
373-
"@typescript-eslint/types" "4.14.0"
374-
"@typescript-eslint/typescript-estree" "4.14.0"
372+
"@typescript-eslint/scope-manager" "4.14.1"
373+
"@typescript-eslint/types" "4.14.1"
374+
"@typescript-eslint/typescript-estree" "4.14.1"
375375
eslint-scope "^5.0.0"
376376
eslint-utils "^2.0.0"
377377

378-
"@typescript-eslint/[email protected].0":
379-
version "4.14.0"
380-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.0.tgz#62d4cd2079d5c06683e9bfb200c758f292c4dee7"
381-
integrity sha512-sUDeuCjBU+ZF3Lzw0hphTyScmDDJ5QVkyE21pRoBo8iDl7WBtVFS+WDN3blY1CH3SBt7EmYCw6wfmJjF0l/uYg==
378+
"@typescript-eslint/[email protected].1":
379+
version "4.14.1"
380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.1.tgz#3bd6c24710cd557d8446625284bcc9c6d52817c6"
381+
integrity sha512-mL3+gU18g9JPsHZuKMZ8Z0Ss9YP1S5xYZ7n68Z98GnPq02pYNQuRXL85b9GYhl6jpdvUc45Km7hAl71vybjUmw==
382382
dependencies:
383-
"@typescript-eslint/scope-manager" "4.14.0"
384-
"@typescript-eslint/types" "4.14.0"
385-
"@typescript-eslint/typescript-estree" "4.14.0"
383+
"@typescript-eslint/scope-manager" "4.14.1"
384+
"@typescript-eslint/types" "4.14.1"
385+
"@typescript-eslint/typescript-estree" "4.14.1"
386386
debug "^4.1.1"
387387

388-
"@typescript-eslint/[email protected].0":
389-
version "4.14.0"
390-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz#55a4743095d684e1f7b7180c4bac2a0a3727f517"
391-
integrity sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q==
388+
"@typescript-eslint/[email protected].1":
389+
version "4.14.1"
390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.1.tgz#8444534254c6f370e9aa974f035ced7fe713ce02"
391+
integrity sha512-F4bjJcSqXqHnC9JGUlnqSa3fC2YH5zTtmACS1Hk+WX/nFB0guuynVK5ev35D4XZbdKjulXBAQMyRr216kmxghw==
392392
dependencies:
393-
"@typescript-eslint/types" "4.14.0"
394-
"@typescript-eslint/visitor-keys" "4.14.0"
393+
"@typescript-eslint/types" "4.14.1"
394+
"@typescript-eslint/visitor-keys" "4.14.1"
395395

396-
"@typescript-eslint/[email protected].0":
397-
version "4.14.0"
398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
399-
integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
396+
"@typescript-eslint/[email protected].1":
397+
version "4.14.1"
398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.1.tgz#b3d2eb91dafd0fd8b3fce7c61512ac66bd0364aa"
399+
integrity sha512-SkhzHdI/AllAgQSxXM89XwS1Tkic7csPdndUuTKabEwRcEfR8uQ/iPA3Dgio1rqsV3jtqZhY0QQni8rLswJM2w==
400400

401-
"@typescript-eslint/[email protected].0":
402-
version "4.14.0"
403-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
404-
integrity sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==
401+
"@typescript-eslint/[email protected].1":
402+
version "4.14.1"
403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.1.tgz#20d3b8c8e3cdc8f764bdd5e5b0606dd83da6075b"
404+
integrity sha512-M8+7MbzKC1PvJIA8kR2sSBnex8bsR5auatLCnVlNTJczmJgqRn8M+sAlQfkEq7M4IY3WmaNJ+LJjPVRrREVSHQ==
405405
dependencies:
406-
"@typescript-eslint/types" "4.14.0"
407-
"@typescript-eslint/visitor-keys" "4.14.0"
406+
"@typescript-eslint/types" "4.14.1"
407+
"@typescript-eslint/visitor-keys" "4.14.1"
408408
debug "^4.1.1"
409409
globby "^11.0.1"
410410
is-glob "^4.0.1"
411411
lodash "^4.17.15"
412412
semver "^7.3.2"
413413
tsutils "^3.17.1"
414414

415-
"@typescript-eslint/[email protected].0":
416-
version "4.14.0"
417-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"
418-
integrity sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
415+
"@typescript-eslint/[email protected].1":
416+
version "4.14.1"
417+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.1.tgz#e93c2ff27f47ee477a929b970ca89d60a117da91"
418+
integrity sha512-TAblbDXOI7bd0C/9PE1G+AFo7R5uc+ty1ArDoxmrC1ah61Hn6shURKy7gLdRb1qKJmjHkqu5Oq+e4Kt0jwf1IA==
419419
dependencies:
420-
"@typescript-eslint/types" "4.14.0"
420+
"@typescript-eslint/types" "4.14.1"
421421
eslint-visitor-keys "^2.0.0"
422422

423423
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:

0 commit comments

Comments
 (0)