Skip to content

Commit b32f492

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent 32581ab commit b32f492

2 files changed

Lines changed: 177 additions & 23 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"devDependencies": {
4545
"@types/jest": "24.9.1",
4646
"@types/node": "13.9.4",
47-
"@typescript-eslint/eslint-plugin": "2.25.0",
48-
"@typescript-eslint/parser": "2.25.0",
47+
"@typescript-eslint/eslint-plugin": "4.14.1",
48+
"@typescript-eslint/parser": "4.14.1",
4949
"devmoji": "2.1.7",
5050
"eslint": "6.8.0",
5151
"eslint-config-prettier": "6.10.1",

yarn.lock

Lines changed: 175 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,27 @@
399399
"@types/yargs" "^15.0.0"
400400
chalk "^3.0.0"
401401

402+
"@nodelib/[email protected]":
403+
version "2.1.4"
404+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69"
405+
integrity sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==
406+
dependencies:
407+
"@nodelib/fs.stat" "2.0.4"
408+
run-parallel "^1.1.9"
409+
410+
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
411+
version "2.0.4"
412+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz#a3f2dd61bab43b8db8fa108a121cfffe4c676655"
413+
integrity sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==
414+
415+
"@nodelib/fs.walk@^1.2.3":
416+
version "1.2.6"
417+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz#cce9396b30aa5afe9e3756608f5831adcb53d063"
418+
integrity sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==
419+
dependencies:
420+
"@nodelib/fs.scandir" "2.1.4"
421+
fastq "^1.6.0"
422+
402423
"@sinonjs/commons@^1.7.0":
403424
version "1.7.1"
404425
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.1.tgz#da5fd19a5f71177a53778073978873964f49acf1"
@@ -444,11 +465,6 @@
444465
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
445466
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
446467

447-
"@types/eslint-visitor-keys@^1.0.0":
448-
version "1.0.0"
449-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
450-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
451-
452468
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
453469
version "2.0.1"
454470
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -520,17 +536,33 @@
520536
dependencies:
521537
"@types/yargs-parser" "*"
522538

523-
"@typescript-eslint/eslint-plugin@2.25.0":
524-
version "2.25.0"
525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz#0b60917332f20dcff54d0eb9be2a9e9f4c9fbd02"
526-
integrity sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==
539+
"@typescript-eslint/eslint-plugin@4.14.1":
540+
version "4.14.1"
541+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.1.tgz#22dd301ce228aaab3416b14ead10b1db3e7d3180"
542+
integrity sha512-5JriGbYhtqMS1kRcZTQxndz1lKMwwEXKbwZbkUZNnp6MJX0+OVXnG0kOlBZP4LUAxEyzu3cs+EXd/97MJXsGfw==
527543
dependencies:
528-
"@typescript-eslint/experimental-utils" "2.25.0"
544+
"@typescript-eslint/experimental-utils" "4.14.1"
545+
"@typescript-eslint/scope-manager" "4.14.1"
546+
debug "^4.1.1"
529547
functional-red-black-tree "^1.0.1"
548+
lodash "^4.17.15"
530549
regexpp "^3.0.0"
550+
semver "^7.3.2"
531551
tsutils "^3.17.1"
532552

533-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
553+
"@typescript-eslint/[email protected]":
554+
version "4.14.1"
555+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.1.tgz#a5c945cb24dabb96747180e1cfc8487f8066f471"
556+
integrity sha512-2CuHWOJwvpw0LofbyG5gvYjEyoJeSvVH2PnfUQSn0KQr4v8Dql2pr43ohmx4fdPQ/eVoTSFjTi/bsGEXl/zUUQ==
557+
dependencies:
558+
"@types/json-schema" "^7.0.3"
559+
"@typescript-eslint/scope-manager" "4.14.1"
560+
"@typescript-eslint/types" "4.14.1"
561+
"@typescript-eslint/typescript-estree" "4.14.1"
562+
eslint-scope "^5.0.0"
563+
eslint-utils "^2.0.0"
564+
565+
"@typescript-eslint/experimental-utils@^2.5.0":
534566
version "2.25.0"
535567
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.25.0.tgz#13691c4fe368bd377b1e5b1e4ad660b220bf7714"
536568
integrity sha512-0IZ4ZR5QkFYbaJk+8eJ2kYeA+1tzOE1sBjbwwtSV85oNWYUBep+EyhlZ7DLUCyhMUGuJpcCCFL0fDtYAP1zMZw==
@@ -540,15 +572,28 @@
540572
eslint-scope "^5.0.0"
541573
eslint-utils "^2.0.0"
542574

543-
"@typescript-eslint/parser@2.25.0":
544-
version "2.25.0"
545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
546-
integrity sha512-mccBLaBSpNVgp191CP5W+8U1crTyXsRziWliCqzj02kpxdjKMvFHGJbK33NroquH3zB/gZ8H511HEsJBa2fNEg==
575+
"@typescript-eslint/parser@4.14.1":
576+
version "4.14.1"
577+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.1.tgz#3bd6c24710cd557d8446625284bcc9c6d52817c6"
578+
integrity sha512-mL3+gU18g9JPsHZuKMZ8Z0Ss9YP1S5xYZ7n68Z98GnPq02pYNQuRXL85b9GYhl6jpdvUc45Km7hAl71vybjUmw==
547579
dependencies:
548-
"@types/eslint-visitor-keys" "^1.0.0"
549-
"@typescript-eslint/experimental-utils" "2.25.0"
550-
"@typescript-eslint/typescript-estree" "2.25.0"
551-
eslint-visitor-keys "^1.1.0"
580+
"@typescript-eslint/scope-manager" "4.14.1"
581+
"@typescript-eslint/types" "4.14.1"
582+
"@typescript-eslint/typescript-estree" "4.14.1"
583+
debug "^4.1.1"
584+
585+
"@typescript-eslint/[email protected]":
586+
version "4.14.1"
587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.1.tgz#8444534254c6f370e9aa974f035ced7fe713ce02"
588+
integrity sha512-F4bjJcSqXqHnC9JGUlnqSa3fC2YH5zTtmACS1Hk+WX/nFB0guuynVK5ev35D4XZbdKjulXBAQMyRr216kmxghw==
589+
dependencies:
590+
"@typescript-eslint/types" "4.14.1"
591+
"@typescript-eslint/visitor-keys" "4.14.1"
592+
593+
"@typescript-eslint/[email protected]":
594+
version "4.14.1"
595+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.1.tgz#b3d2eb91dafd0fd8b3fce7c61512ac66bd0364aa"
596+
integrity sha512-SkhzHdI/AllAgQSxXM89XwS1Tkic7csPdndUuTKabEwRcEfR8uQ/iPA3Dgio1rqsV3jtqZhY0QQni8rLswJM2w==
552597

553598
"@typescript-eslint/[email protected]":
554599
version "2.25.0"
@@ -563,6 +608,28 @@
563608
semver "^6.3.0"
564609
tsutils "^3.17.1"
565610

611+
"@typescript-eslint/[email protected]":
612+
version "4.14.1"
613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.1.tgz#20d3b8c8e3cdc8f764bdd5e5b0606dd83da6075b"
614+
integrity sha512-M8+7MbzKC1PvJIA8kR2sSBnex8bsR5auatLCnVlNTJczmJgqRn8M+sAlQfkEq7M4IY3WmaNJ+LJjPVRrREVSHQ==
615+
dependencies:
616+
"@typescript-eslint/types" "4.14.1"
617+
"@typescript-eslint/visitor-keys" "4.14.1"
618+
debug "^4.1.1"
619+
globby "^11.0.1"
620+
is-glob "^4.0.1"
621+
lodash "^4.17.15"
622+
semver "^7.3.2"
623+
tsutils "^3.17.1"
624+
625+
"@typescript-eslint/[email protected]":
626+
version "4.14.1"
627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.1.tgz#e93c2ff27f47ee477a929b970ca89d60a117da91"
628+
integrity sha512-TAblbDXOI7bd0C/9PE1G+AFo7R5uc+ty1ArDoxmrC1ah61Hn6shURKy7gLdRb1qKJmjHkqu5Oq+e4Kt0jwf1IA==
629+
dependencies:
630+
"@typescript-eslint/types" "4.14.1"
631+
eslint-visitor-keys "^2.0.0"
632+
566633
abab@^2.0.0:
567634
version "2.0.3"
568635
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"
@@ -695,6 +762,11 @@ array-includes@^3.0.3:
695762
es-abstract "^1.17.0"
696763
is-string "^1.0.5"
697764

765+
array-union@^2.1.0:
766+
version "2.1.0"
767+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
768+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
769+
698770
array-unique@^0.3.2:
699771
version "0.3.2"
700772
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -1226,6 +1298,13 @@ diff@^4.0.1:
12261298
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
12271299
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
12281300

1301+
dir-glob@^3.0.1:
1302+
version "3.0.1"
1303+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1304+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1305+
dependencies:
1306+
path-type "^4.0.0"
1307+
12291308
12301309
version "1.5.0"
12311310
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
@@ -1469,6 +1548,11 @@ eslint-visitor-keys@^1.1.0:
14691548
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
14701549
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
14711550

1551+
eslint-visitor-keys@^2.0.0:
1552+
version "2.0.0"
1553+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
1554+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
1555+
14721556
14731557
version "6.8.0"
14741558
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -1682,6 +1766,18 @@ fast-diff@^1.1.2:
16821766
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
16831767
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
16841768

1769+
fast-glob@^3.1.1:
1770+
version "3.2.5"
1771+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
1772+
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
1773+
dependencies:
1774+
"@nodelib/fs.stat" "^2.0.2"
1775+
"@nodelib/fs.walk" "^1.2.3"
1776+
glob-parent "^5.1.0"
1777+
merge2 "^1.3.0"
1778+
micromatch "^4.0.2"
1779+
picomatch "^2.2.1"
1780+
16851781
[email protected], fast-json-stable-stringify@^2.0.0:
16861782
version "2.1.0"
16871783
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1692,6 +1788,13 @@ fast-levenshtein@~2.0.6:
16921788
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
16931789
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
16941790

1791+
fastq@^1.6.0:
1792+
version "1.10.1"
1793+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.10.1.tgz#8b8f2ac8bf3632d67afcd65dac248d5fdc45385e"
1794+
integrity sha512-AWuv6Ery3pM+dY7LYS8YIaCiQvUaos9OB1RyNgaOWnaX+Tik7Onvcsf8x8c+YtDeT0maYLniBip2hox5KtEXXA==
1795+
dependencies:
1796+
reusify "^1.0.4"
1797+
16951798
fb-watchman@^2.0.0:
16961799
version "2.0.1"
16971800
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
@@ -1853,7 +1956,7 @@ getpass@^0.1.1:
18531956
dependencies:
18541957
assert-plus "^1.0.0"
18551958

1856-
glob-parent@^5.0.0:
1959+
glob-parent@^5.0.0, glob-parent@^5.1.0:
18571960
version "5.1.1"
18581961
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
18591962
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -1884,6 +1987,18 @@ globals@^12.1.0:
18841987
dependencies:
18851988
type-fest "^0.8.1"
18861989

1990+
globby@^11.0.1:
1991+
version "11.0.2"
1992+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
1993+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
1994+
dependencies:
1995+
array-union "^2.1.0"
1996+
dir-glob "^3.0.1"
1997+
fast-glob "^3.1.1"
1998+
ignore "^5.1.4"
1999+
merge2 "^1.3.0"
2000+
slash "^3.0.0"
2001+
18872002
graceful-fs@^4.1.2, graceful-fs@^4.2.3:
18882003
version "4.2.3"
18892004
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
@@ -2024,6 +2139,11 @@ ignore@^5.1.1:
20242139
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
20252140
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
20262141

2142+
ignore@^5.1.4:
2143+
version "5.1.8"
2144+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
2145+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
2146+
20272147
import-fresh@^3.0.0, import-fresh@^3.1.0:
20282148
version "3.2.1"
20292149
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -2927,6 +3047,13 @@ lolex@^5.0.0:
29273047
dependencies:
29283048
"@sinonjs/commons" "^1.7.0"
29293049

3050+
lru-cache@^6.0.0:
3051+
version "6.0.0"
3052+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3053+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3054+
dependencies:
3055+
yallist "^4.0.0"
3056+
29303057
make-dir@^3.0.0:
29313058
version "3.0.2"
29323059
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.0.2.tgz#04a1acbf22221e1d6ef43559f43e05a90dbb4392"
@@ -2963,6 +3090,11 @@ merge-stream@^2.0.0:
29633090
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
29643091
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
29653092

3093+
merge2@^1.3.0:
3094+
version "1.4.1"
3095+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
3096+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
3097+
29663098
micromatch@^3.1.4:
29673099
version "3.1.10"
29683100
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -3379,7 +3511,7 @@ performance-now@^2.1.0:
33793511
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
33803512
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
33813513

3382-
picomatch@^2.0.4, picomatch@^2.0.5:
3514+
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
33833515
version "2.2.2"
33843516
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
33853517
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -3695,6 +3827,11 @@ ret@~0.1.10:
36953827
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
36963828
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
36973829

3830+
reusify@^1.0.4:
3831+
version "1.0.4"
3832+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
3833+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
3834+
36983835
36993836
version "2.6.3"
37003837
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -3721,6 +3858,11 @@ run-async@^2.4.0:
37213858
dependencies:
37223859
is-promise "^2.1.0"
37233860

3861+
run-parallel@^1.1.9:
3862+
version "1.1.10"
3863+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.10.tgz#60a51b2ae836636c81377df16cb107351bcd13ef"
3864+
integrity sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==
3865+
37243866
rxjs@^6.5.3:
37253867
version "6.5.4"
37263868
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
@@ -3804,6 +3946,13 @@ semver@^7.1.1:
38043946
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
38053947
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
38063948

3949+
semver@^7.3.2:
3950+
version "7.3.4"
3951+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
3952+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
3953+
dependencies:
3954+
lru-cache "^6.0.0"
3955+
38073956
set-blocking@^2.0.0:
38083957
version "2.0.0"
38093958
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -4540,6 +4689,11 @@ y18n@^4.0.0:
45404689
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
45414690
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
45424691

4692+
yallist@^4.0.0:
4693+
version "4.0.0"
4694+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
4695+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
4696+
45434697
yaml@^1.7.2:
45444698
version "1.8.3"
45454699
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a"

0 commit comments

Comments
 (0)