Skip to content

Commit 1ee1528

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

File tree

2 files changed

+176
-23
lines changed

2 files changed

+176
-23
lines changed

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.9.1",
48+
"@typescript-eslint/parser": "4.9.1",
4949
"devmoji": "2.1.7",
5050
"eslint": "6.8.0",
5151
"eslint-config-prettier": "6.10.1",

yarn.lock

Lines changed: 174 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.3"
404+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
405+
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
406+
dependencies:
407+
"@nodelib/fs.stat" "2.0.3"
408+
run-parallel "^1.1.9"
409+
410+
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
411+
version "2.0.3"
412+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
413+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
414+
415+
"@nodelib/fs.walk@^1.2.3":
416+
version "1.2.4"
417+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
418+
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
419+
dependencies:
420+
"@nodelib/fs.scandir" "2.1.3"
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,32 @@
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.9.1":
540+
version "4.9.1"
541+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b"
542+
integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ==
527543
dependencies:
528-
"@typescript-eslint/experimental-utils" "2.25.0"
544+
"@typescript-eslint/experimental-utils" "4.9.1"
545+
"@typescript-eslint/scope-manager" "4.9.1"
546+
debug "^4.1.1"
529547
functional-red-black-tree "^1.0.1"
530548
regexpp "^3.0.0"
549+
semver "^7.3.2"
531550
tsutils "^3.17.1"
532551

533-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
552+
"@typescript-eslint/[email protected]":
553+
version "4.9.1"
554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2"
555+
integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg==
556+
dependencies:
557+
"@types/json-schema" "^7.0.3"
558+
"@typescript-eslint/scope-manager" "4.9.1"
559+
"@typescript-eslint/types" "4.9.1"
560+
"@typescript-eslint/typescript-estree" "4.9.1"
561+
eslint-scope "^5.0.0"
562+
eslint-utils "^2.0.0"
563+
564+
"@typescript-eslint/experimental-utils@^2.5.0":
534565
version "2.25.0"
535566
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.25.0.tgz#13691c4fe368bd377b1e5b1e4ad660b220bf7714"
536567
integrity sha512-0IZ4ZR5QkFYbaJk+8eJ2kYeA+1tzOE1sBjbwwtSV85oNWYUBep+EyhlZ7DLUCyhMUGuJpcCCFL0fDtYAP1zMZw==
@@ -540,15 +571,28 @@
540571
eslint-scope "^5.0.0"
541572
eslint-utils "^2.0.0"
542573

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==
574+
"@typescript-eslint/parser@4.9.1":
575+
version "4.9.1"
576+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
577+
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
547578
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"
579+
"@typescript-eslint/scope-manager" "4.9.1"
580+
"@typescript-eslint/types" "4.9.1"
581+
"@typescript-eslint/typescript-estree" "4.9.1"
582+
debug "^4.1.1"
583+
584+
"@typescript-eslint/[email protected]":
585+
version "4.9.1"
586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
587+
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
588+
dependencies:
589+
"@typescript-eslint/types" "4.9.1"
590+
"@typescript-eslint/visitor-keys" "4.9.1"
591+
592+
"@typescript-eslint/[email protected]":
593+
version "4.9.1"
594+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
595+
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
552596

553597
"@typescript-eslint/[email protected]":
554598
version "2.25.0"
@@ -563,6 +607,28 @@
563607
semver "^6.3.0"
564608
tsutils "^3.17.1"
565609

610+
"@typescript-eslint/[email protected]":
611+
version "4.9.1"
612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
613+
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
614+
dependencies:
615+
"@typescript-eslint/types" "4.9.1"
616+
"@typescript-eslint/visitor-keys" "4.9.1"
617+
debug "^4.1.1"
618+
globby "^11.0.1"
619+
is-glob "^4.0.1"
620+
lodash "^4.17.15"
621+
semver "^7.3.2"
622+
tsutils "^3.17.1"
623+
624+
"@typescript-eslint/[email protected]":
625+
version "4.9.1"
626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
627+
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
628+
dependencies:
629+
"@typescript-eslint/types" "4.9.1"
630+
eslint-visitor-keys "^2.0.0"
631+
566632
abab@^2.0.0:
567633
version "2.0.3"
568634
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"
@@ -695,6 +761,11 @@ array-includes@^3.0.3:
695761
es-abstract "^1.17.0"
696762
is-string "^1.0.5"
697763

764+
array-union@^2.1.0:
765+
version "2.1.0"
766+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
767+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
768+
698769
array-unique@^0.3.2:
699770
version "0.3.2"
700771
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -1226,6 +1297,13 @@ diff@^4.0.1:
12261297
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
12271298
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
12281299

1300+
dir-glob@^3.0.1:
1301+
version "3.0.1"
1302+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1303+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1304+
dependencies:
1305+
path-type "^4.0.0"
1306+
12291307
12301308
version "1.5.0"
12311309
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
@@ -1469,6 +1547,11 @@ eslint-visitor-keys@^1.1.0:
14691547
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
14701548
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
14711549

1550+
eslint-visitor-keys@^2.0.0:
1551+
version "2.0.0"
1552+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
1553+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
1554+
14721555
14731556
version "6.8.0"
14741557
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -1682,6 +1765,18 @@ fast-diff@^1.1.2:
16821765
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
16831766
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
16841767

1768+
fast-glob@^3.1.1:
1769+
version "3.2.4"
1770+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
1771+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
1772+
dependencies:
1773+
"@nodelib/fs.stat" "^2.0.2"
1774+
"@nodelib/fs.walk" "^1.2.3"
1775+
glob-parent "^5.1.0"
1776+
merge2 "^1.3.0"
1777+
micromatch "^4.0.2"
1778+
picomatch "^2.2.1"
1779+
16851780
[email protected], fast-json-stable-stringify@^2.0.0:
16861781
version "2.1.0"
16871782
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1692,6 +1787,13 @@ fast-levenshtein@~2.0.6:
16921787
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
16931788
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
16941789

1790+
fastq@^1.6.0:
1791+
version "1.9.0"
1792+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.9.0.tgz#e16a72f338eaca48e91b5c23593bcc2ef66b7947"
1793+
integrity sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w==
1794+
dependencies:
1795+
reusify "^1.0.4"
1796+
16951797
fb-watchman@^2.0.0:
16961798
version "2.0.1"
16971799
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
@@ -1853,7 +1955,7 @@ getpass@^0.1.1:
18531955
dependencies:
18541956
assert-plus "^1.0.0"
18551957

1856-
glob-parent@^5.0.0:
1958+
glob-parent@^5.0.0, glob-parent@^5.1.0:
18571959
version "5.1.1"
18581960
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
18591961
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -1884,6 +1986,18 @@ globals@^12.1.0:
18841986
dependencies:
18851987
type-fest "^0.8.1"
18861988

1989+
globby@^11.0.1:
1990+
version "11.0.1"
1991+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
1992+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
1993+
dependencies:
1994+
array-union "^2.1.0"
1995+
dir-glob "^3.0.1"
1996+
fast-glob "^3.1.1"
1997+
ignore "^5.1.4"
1998+
merge2 "^1.3.0"
1999+
slash "^3.0.0"
2000+
18872001
graceful-fs@^4.1.2, graceful-fs@^4.2.3:
18882002
version "4.2.3"
18892003
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
@@ -2024,6 +2138,11 @@ ignore@^5.1.1:
20242138
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
20252139
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
20262140

2141+
ignore@^5.1.4:
2142+
version "5.1.8"
2143+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
2144+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
2145+
20272146
import-fresh@^3.0.0, import-fresh@^3.1.0:
20282147
version "3.2.1"
20292148
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -2927,6 +3046,13 @@ lolex@^5.0.0:
29273046
dependencies:
29283047
"@sinonjs/commons" "^1.7.0"
29293048

3049+
lru-cache@^6.0.0:
3050+
version "6.0.0"
3051+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3052+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3053+
dependencies:
3054+
yallist "^4.0.0"
3055+
29303056
make-dir@^3.0.0:
29313057
version "3.0.2"
29323058
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.0.2.tgz#04a1acbf22221e1d6ef43559f43e05a90dbb4392"
@@ -2963,6 +3089,11 @@ merge-stream@^2.0.0:
29633089
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
29643090
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
29653091

3092+
merge2@^1.3.0:
3093+
version "1.4.1"
3094+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
3095+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
3096+
29663097
micromatch@^3.1.4:
29673098
version "3.1.10"
29683099
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -3379,7 +3510,7 @@ performance-now@^2.1.0:
33793510
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
33803511
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
33813512

3382-
picomatch@^2.0.4, picomatch@^2.0.5:
3513+
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
33833514
version "2.2.2"
33843515
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
33853516
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -3695,6 +3826,11 @@ ret@~0.1.10:
36953826
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
36963827
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
36973828

3829+
reusify@^1.0.4:
3830+
version "1.0.4"
3831+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
3832+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
3833+
36983834
36993835
version "2.6.3"
37003836
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -3721,6 +3857,11 @@ run-async@^2.4.0:
37213857
dependencies:
37223858
is-promise "^2.1.0"
37233859

3860+
run-parallel@^1.1.9:
3861+
version "1.1.10"
3862+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.10.tgz#60a51b2ae836636c81377df16cb107351bcd13ef"
3863+
integrity sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==
3864+
37243865
rxjs@^6.5.3:
37253866
version "6.5.4"
37263867
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
@@ -3804,6 +3945,13 @@ semver@^7.1.1:
38043945
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
38053946
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
38063947

3948+
semver@^7.3.2:
3949+
version "7.3.4"
3950+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
3951+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
3952+
dependencies:
3953+
lru-cache "^6.0.0"
3954+
38073955
set-blocking@^2.0.0:
38083956
version "2.0.0"
38093957
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -4540,6 +4688,11 @@ y18n@^4.0.0:
45404688
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
45414689
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
45424690

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

0 commit comments

Comments
 (0)