Skip to content

Commit e2f2236

Browse files
committed
chore!: update @typescript-eslint/* deps to v4.x
See breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0
1 parent f0cbdf7 commit e2f2236

File tree

2 files changed

+147
-48
lines changed

2 files changed

+147
-48
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"homepage": "https://github.com/vuejs/eslint-config-typescript#readme",
3030
"devDependencies": {
31-
"@typescript-eslint/eslint-plugin": "^3.10.1",
32-
"@typescript-eslint/parser": "^3.10.1",
31+
"@typescript-eslint/eslint-plugin": "^4.4.0",
32+
"@typescript-eslint/parser": "^4.4.0",
3333
"eslint": "^6.6.0",
3434
"eslint-plugin-vue": "^6.0.1",
3535
"execa": "^3.3.0",
@@ -39,8 +39,8 @@
3939
"vue-property-decorator": "^8.3.0"
4040
},
4141
"peerDependencies": {
42-
"@typescript-eslint/eslint-plugin": "^3.10.1",
43-
"@typescript-eslint/parser": "^3.10.1",
42+
"@typescript-eslint/eslint-plugin": "^4.4.0",
43+
"@typescript-eslint/parser": "^4.4.0",
4444
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0",
4545
"eslint-plugin-vue": "^5.2.3 || ^6.0.0 || ^7.0.0"
4646
},

yarn.lock

+143-44
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,27 @@
458458
"@types/yargs" "^15.0.0"
459459
chalk "^4.0.0"
460460

461+
"@nodelib/[email protected]":
462+
version "2.1.3"
463+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
464+
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
465+
dependencies:
466+
"@nodelib/fs.stat" "2.0.3"
467+
run-parallel "^1.1.9"
468+
469+
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
470+
version "2.0.3"
471+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
472+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
473+
474+
"@nodelib/fs.walk@^1.2.3":
475+
version "1.2.4"
476+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
477+
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
478+
dependencies:
479+
"@nodelib/fs.scandir" "2.1.3"
480+
fastq "^1.6.0"
481+
461482
"@sinonjs/commons@^1.7.0":
462483
version "1.8.1"
463484
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
@@ -510,11 +531,6 @@
510531
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
511532
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
512533

513-
"@types/eslint-visitor-keys@^1.0.0":
514-
version "1.0.0"
515-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
516-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
517-
518534
"@types/graceful-fs@^4.1.2":
519535
version "4.1.3"
520536
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f"
@@ -578,65 +594,75 @@
578594
dependencies:
579595
"@types/yargs-parser" "*"
580596

581-
"@typescript-eslint/eslint-plugin@^3.10.1":
582-
version "3.10.1"
583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
584-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
597+
"@typescript-eslint/eslint-plugin@^4.4.0":
598+
version "4.4.0"
599+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz#0321684dd2b902c89128405cf0385e9fe8561934"
600+
integrity sha512-RVt5wU9H/2H+N/ZrCasTXdGbUTkbf7Hfi9eLiA8vPQkzUJ/bLDCC3CsoZioPrNcnoyN8r0gT153dC++A4hKBQQ==
585601
dependencies:
586-
"@typescript-eslint/experimental-utils" "3.10.1"
602+
"@typescript-eslint/experimental-utils" "4.4.0"
603+
"@typescript-eslint/scope-manager" "4.4.0"
587604
debug "^4.1.1"
588605
functional-red-black-tree "^1.0.1"
589606
regexpp "^3.0.0"
590607
semver "^7.3.2"
591608
tsutils "^3.17.1"
592609

593-
"@typescript-eslint/experimental-utils@3.10.1":
594-
version "3.10.1"
595-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
596-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
610+
"@typescript-eslint/experimental-utils@4.4.0":
611+
version "4.4.0"
612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.0.tgz#62a05d3f543b8fc5dec4982830618ea4d030e1a9"
613+
integrity sha512-01+OtK/oWeSJTjQcyzDztfLF1YjvKpLFo+JZmurK/qjSRcyObpIecJ4rckDoRCSh5Etw+jKfdSzVEHevh9gJ1w==
597614
dependencies:
598615
"@types/json-schema" "^7.0.3"
599-
"@typescript-eslint/types" "3.10.1"
600-
"@typescript-eslint/typescript-estree" "3.10.1"
616+
"@typescript-eslint/scope-manager" "4.4.0"
617+
"@typescript-eslint/types" "4.4.0"
618+
"@typescript-eslint/typescript-estree" "4.4.0"
601619
eslint-scope "^5.0.0"
602620
eslint-utils "^2.0.0"
603621

604-
"@typescript-eslint/parser@^3.10.1":
605-
version "3.10.1"
606-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
607-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
622+
"@typescript-eslint/parser@^4.4.0":
623+
version "4.4.0"
624+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
625+
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
608626
dependencies:
609-
"@types/eslint-visitor-keys" "^1.0.0"
610-
"@typescript-eslint/experimental-utils" "3.10.1"
611-
"@typescript-eslint/types" "3.10.1"
612-
"@typescript-eslint/typescript-estree" "3.10.1"
613-
eslint-visitor-keys "^1.1.0"
627+
"@typescript-eslint/scope-manager" "4.4.0"
628+
"@typescript-eslint/types" "4.4.0"
629+
"@typescript-eslint/typescript-estree" "4.4.0"
630+
debug "^4.1.1"
631+
632+
"@typescript-eslint/[email protected]":
633+
version "4.4.0"
634+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
635+
integrity sha512-r2FIeeU1lmW4K3CxgOAt8djI5c6Q/5ULAgdVo9AF3hPMpu0B14WznBAtxrmB/qFVbVIB6fSx2a+EVXuhSVMEyA==
636+
dependencies:
637+
"@typescript-eslint/types" "4.4.0"
638+
"@typescript-eslint/visitor-keys" "4.4.0"
614639

615-
"@typescript-eslint/types@3.10.1":
616-
version "3.10.1"
617-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
618-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
640+
"@typescript-eslint/types@4.4.0":
641+
version "4.4.0"
642+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
643+
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
619644

620-
"@typescript-eslint/typescript-estree@3.10.1":
621-
version "3.10.1"
622-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
623-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
645+
"@typescript-eslint/typescript-estree@4.4.0":
646+
version "4.4.0"
647+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
648+
integrity sha512-Fh85feshKXwki4nZ1uhCJHmqKJqCMba+8ZicQIhNi5d5jSQFteWiGeF96DTjO8br7fn+prTP+t3Cz/a/3yOKqw==
624649
dependencies:
625-
"@typescript-eslint/types" "3.10.1"
626-
"@typescript-eslint/visitor-keys" "3.10.1"
650+
"@typescript-eslint/types" "4.4.0"
651+
"@typescript-eslint/visitor-keys" "4.4.0"
627652
debug "^4.1.1"
628-
glob "^7.1.6"
653+
globby "^11.0.1"
629654
is-glob "^4.0.1"
630655
lodash "^4.17.15"
631656
semver "^7.3.2"
632657
tsutils "^3.17.1"
633658

634-
"@typescript-eslint/visitor-keys@3.10.1":
635-
version "3.10.1"
636-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
637-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
659+
"@typescript-eslint/visitor-keys@4.4.0":
660+
version "4.4.0"
661+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"
662+
integrity sha512-oBWeroUZCVsHLiWRdcTXJB7s1nB3taFY8WGvS23tiAlT6jXVvsdAV4rs581bgdEjOhn43q6ro7NkOiLKu6kFqA==
638663
dependencies:
639-
eslint-visitor-keys "^1.1.0"
664+
"@typescript-eslint/types" "4.4.0"
665+
eslint-visitor-keys "^2.0.0"
640666

641667
abab@^2.0.3:
642668
version "2.0.4"
@@ -746,6 +772,11 @@ arr-union@^3.1.0:
746772
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
747773
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
748774

775+
array-union@^2.1.0:
776+
version "2.1.0"
777+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
778+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
779+
749780
array-unique@^0.3.2:
750781
version "0.3.2"
751782
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -1236,6 +1267,13 @@ diff-sequences@^26.3.0:
12361267
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.3.0.tgz#62a59b1b29ab7fd27cef2a33ae52abe73042d0a2"
12371268
integrity sha512-5j5vdRcw3CNctePNYN0Wy2e/JbWT6cAYnXv5OuqPhDpyCGc0uLu2TK0zOCJWNB9kOIfYMSpIulRaDgIi4HJ6Ig==
12381269

1270+
dir-glob@^3.0.1:
1271+
version "3.0.1"
1272+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1273+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1274+
dependencies:
1275+
path-type "^4.0.0"
1276+
12391277
doctrine@^3.0.0:
12401278
version "3.0.0"
12411279
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
@@ -1345,6 +1383,11 @@ eslint-visitor-keys@^1.1.0:
13451383
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
13461384
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
13471385

1386+
eslint-visitor-keys@^2.0.0:
1387+
version "2.0.0"
1388+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
1389+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
1390+
13481391
eslint@^6.6.0:
13491392
version "6.8.0"
13501393
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -1568,6 +1611,18 @@ fast-deep-equal@^3.1.1:
15681611
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
15691612
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
15701613

1614+
fast-glob@^3.1.1:
1615+
version "3.2.4"
1616+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
1617+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
1618+
dependencies:
1619+
"@nodelib/fs.stat" "^2.0.2"
1620+
"@nodelib/fs.walk" "^1.2.3"
1621+
glob-parent "^5.1.0"
1622+
merge2 "^1.3.0"
1623+
micromatch "^4.0.2"
1624+
picomatch "^2.2.1"
1625+
15711626
fast-json-stable-stringify@^2.0.0:
15721627
version "2.1.0"
15731628
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1578,6 +1633,13 @@ fast-levenshtein@~2.0.6:
15781633
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
15791634
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
15801635

1636+
fastq@^1.6.0:
1637+
version "1.8.0"
1638+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481"
1639+
integrity sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==
1640+
dependencies:
1641+
reusify "^1.0.4"
1642+
15811643
fb-watchman@^2.0.0:
15821644
version "2.0.1"
15831645
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
@@ -1720,14 +1782,14 @@ getpass@^0.1.1:
17201782
dependencies:
17211783
assert-plus "^1.0.0"
17221784

1723-
glob-parent@^5.0.0:
1785+
glob-parent@^5.0.0, glob-parent@^5.1.0:
17241786
version "5.1.1"
17251787
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
17261788
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
17271789
dependencies:
17281790
is-glob "^4.0.1"
17291791

1730-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
1792+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
17311793
version "7.1.6"
17321794
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
17331795
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -1751,6 +1813,18 @@ globals@^12.1.0:
17511813
dependencies:
17521814
type-fest "^0.8.1"
17531815

1816+
globby@^11.0.1:
1817+
version "11.0.1"
1818+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
1819+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
1820+
dependencies:
1821+
array-union "^2.1.0"
1822+
dir-glob "^3.0.1"
1823+
fast-glob "^3.1.1"
1824+
ignore "^5.1.4"
1825+
merge2 "^1.3.0"
1826+
slash "^3.0.0"
1827+
17541828
graceful-fs@^4.2.4:
17551829
version "4.2.4"
17561830
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -1858,6 +1932,11 @@ ignore@^4.0.6:
18581932
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
18591933
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
18601934

1935+
ignore@^5.1.4:
1936+
version "5.1.8"
1937+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
1938+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
1939+
18611940
import-fresh@^3.0.0:
18621941
version "3.2.1"
18631942
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -2704,6 +2783,11 @@ merge-stream@^2.0.0:
27042783
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
27052784
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
27062785

2786+
merge2@^1.3.0:
2787+
version "1.4.1"
2788+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
2789+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
2790+
27072791
micromatch@^3.1.4:
27082792
version "3.1.10"
27092793
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -3025,12 +3109,17 @@ path-parse@^1.0.6:
30253109
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
30263110
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
30273111

3112+
path-type@^4.0.0:
3113+
version "4.0.0"
3114+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
3115+
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
3116+
30283117
performance-now@^2.1.0:
30293118
version "2.1.0"
30303119
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
30313120
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
30323121

3033-
picomatch@^2.0.4, picomatch@^2.0.5:
3122+
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
30343123
version "2.2.2"
30353124
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
30363125
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -3256,6 +3345,11 @@ ret@~0.1.10:
32563345
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
32573346
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
32583347

3348+
reusify@^1.0.4:
3349+
version "1.0.4"
3350+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
3351+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
3352+
32593353
32603354
version "2.6.3"
32613355
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -3280,6 +3374,11 @@ run-async@^2.4.0:
32803374
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
32813375
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
32823376

3377+
run-parallel@^1.1.9:
3378+
version "1.1.9"
3379+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
3380+
integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
3381+
32833382
rxjs@^6.6.0:
32843383
version "6.6.2"
32853384
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2"

0 commit comments

Comments
 (0)