Skip to content

Commit 0895ca2

Browse files
renovate-botsteabert
authored andcommitted
chore(deps): update typescript-eslint monorepo to v4
1 parent 14dfe86 commit 0895ca2

File tree

2 files changed

+140
-46
lines changed

2 files changed

+140
-46
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@types/jest": "26.0.13",
5454
"@types/node": "13.13.16",
5555
"@types/ws": "7.2.6",
56-
"@typescript-eslint/eslint-plugin": "3.10.1",
57-
"@typescript-eslint/parser": "3.10.1",
56+
"@typescript-eslint/eslint-plugin": "4.0.1",
57+
"@typescript-eslint/parser": "4.0.1",
5858
"babel-loader": "8.1.0",
5959
"concurrently": "5.3.0",
6060
"conventional-changelog-cli": "2.1.0",

yarn.lock

+138-44
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,27 @@
11761176
"@types/yargs" "^15.0.0"
11771177
chalk "^4.0.0"
11781178

1179+
"@nodelib/[email protected]":
1180+
version "2.1.3"
1181+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
1182+
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
1183+
dependencies:
1184+
"@nodelib/fs.stat" "2.0.3"
1185+
run-parallel "^1.1.9"
1186+
1187+
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
1188+
version "2.0.3"
1189+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
1190+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
1191+
1192+
"@nodelib/fs.walk@^1.2.3":
1193+
version "1.2.4"
1194+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
1195+
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
1196+
dependencies:
1197+
"@nodelib/fs.scandir" "2.1.3"
1198+
fastq "^1.6.0"
1199+
11791200
"@samverschueren/stream-to-observable@^0.3.0":
11801201
version "0.3.0"
11811202
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -1240,11 +1261,6 @@
12401261
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd"
12411262
integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==
12421263

1243-
"@types/eslint-visitor-keys@^1.0.0":
1244-
version "1.0.0"
1245-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1246-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1247-
12481264
"@types/graceful-fs@^4.1.2":
12491265
version "4.1.3"
12501266
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f"
@@ -1356,65 +1372,75 @@
13561372
dependencies:
13571373
"@types/yargs-parser" "*"
13581374

1359-
"@typescript-eslint/eslint-plugin@3.10.1":
1360-
version "3.10.1"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1362-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
1375+
"@typescript-eslint/eslint-plugin@4.0.1":
1376+
version "4.0.1"
1377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.1.tgz#88bde9239e29d688315718552cf80a3490491017"
1378+
integrity sha512-pQZtXupCn11O4AwpYVUX4PDFfmIJl90ZgrEBg0CEcqlwvPiG0uY81fimr1oMFblZnpKAq6prrT9a59pj1x58rw==
13631379
dependencies:
1364-
"@typescript-eslint/experimental-utils" "3.10.1"
1380+
"@typescript-eslint/experimental-utils" "4.0.1"
1381+
"@typescript-eslint/scope-manager" "4.0.1"
13651382
debug "^4.1.1"
13661383
functional-red-black-tree "^1.0.1"
13671384
regexpp "^3.0.0"
13681385
semver "^7.3.2"
13691386
tsutils "^3.17.1"
13701387

1371-
"@typescript-eslint/experimental-utils@3.10.1":
1372-
version "3.10.1"
1373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
1374-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
1388+
"@typescript-eslint/experimental-utils@4.0.1":
1389+
version "4.0.1"
1390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.1.tgz#7d9a3ab6821ad5274dad2186c1aa0d93afd696eb"
1391+
integrity sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw==
13751392
dependencies:
13761393
"@types/json-schema" "^7.0.3"
1377-
"@typescript-eslint/types" "3.10.1"
1378-
"@typescript-eslint/typescript-estree" "3.10.1"
1394+
"@typescript-eslint/scope-manager" "4.0.1"
1395+
"@typescript-eslint/types" "4.0.1"
1396+
"@typescript-eslint/typescript-estree" "4.0.1"
13791397
eslint-scope "^5.0.0"
13801398
eslint-utils "^2.0.0"
13811399

1382-
"@typescript-eslint/parser@3.10.1":
1383-
version "3.10.1"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
1385-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
1400+
"@typescript-eslint/parser@4.0.1":
1401+
version "4.0.1"
1402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.0.1.tgz#73772080db7a7a4534a35d719e006f503e664dc3"
1403+
integrity sha512-1+qLmXHNAWSQ7RB6fdSQszAiA7JTwzakj5cNYjBTUmpH2cqilxMZEIV+DRKjVZs8NzP3ALmKexB0w/ExjcK9Iw==
13861404
dependencies:
1387-
"@types/eslint-visitor-keys" "^1.0.0"
1388-
"@typescript-eslint/experimental-utils" "3.10.1"
1389-
"@typescript-eslint/types" "3.10.1"
1390-
"@typescript-eslint/typescript-estree" "3.10.1"
1391-
eslint-visitor-keys "^1.1.0"
1405+
"@typescript-eslint/scope-manager" "4.0.1"
1406+
"@typescript-eslint/types" "4.0.1"
1407+
"@typescript-eslint/typescript-estree" "4.0.1"
1408+
debug "^4.1.1"
1409+
1410+
"@typescript-eslint/[email protected]":
1411+
version "4.0.1"
1412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.1.tgz#24d93c3000bdfcc5a157dc4d32b742405a8631b5"
1413+
integrity sha512-u3YEXVJ8jsj7QCJk3om0Y457fy2euEOkkzxIB/LKU3MdyI+FJ2gI0M4aKEaXzwCSfNDiZ13a3lDo5DVozc+XLQ==
1414+
dependencies:
1415+
"@typescript-eslint/types" "4.0.1"
1416+
"@typescript-eslint/visitor-keys" "4.0.1"
13921417

1393-
"@typescript-eslint/types@3.10.1":
1394-
version "3.10.1"
1395-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
1396-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
1418+
"@typescript-eslint/types@4.0.1":
1419+
version "4.0.1"
1420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2"
1421+
integrity sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg==
13971422

1398-
"@typescript-eslint/typescript-estree@3.10.1":
1399-
version "3.10.1"
1400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
1401-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
1423+
"@typescript-eslint/typescript-estree@4.0.1":
1424+
version "4.0.1"
1425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.1.tgz#29a43c7060641ec51c902d9f50ac7c5866ec479f"
1426+
integrity sha512-zGzleORFXrRWRJAMLTB2iJD1IZbCPkg4hsI8mGdpYlKaqzvKYSEWVAYh14eauaR+qIoZVWrXgYSXqLtTlxotiw==
14021427
dependencies:
1403-
"@typescript-eslint/types" "3.10.1"
1404-
"@typescript-eslint/visitor-keys" "3.10.1"
1428+
"@typescript-eslint/types" "4.0.1"
1429+
"@typescript-eslint/visitor-keys" "4.0.1"
14051430
debug "^4.1.1"
1406-
glob "^7.1.6"
1431+
globby "^11.0.1"
14071432
is-glob "^4.0.1"
14081433
lodash "^4.17.15"
14091434
semver "^7.3.2"
14101435
tsutils "^3.17.1"
14111436

1412-
"@typescript-eslint/visitor-keys@3.10.1":
1413-
version "3.10.1"
1414-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
1415-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
1437+
"@typescript-eslint/visitor-keys@4.0.1":
1438+
version "4.0.1"
1439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.1.tgz#d4e8de62775f2a6db71c7e8539633680039fdd6c"
1440+
integrity sha512-yBSqd6FjnTzbg5RUy9J+9kJEyQjTI34JdGMJz+9ttlJzLCnGkBikxw+N5n2VDcc3CesbIEJ0MnZc5uRYnrEnCw==
14161441
dependencies:
1417-
eslint-visitor-keys "^1.1.0"
1442+
"@typescript-eslint/types" "4.0.1"
1443+
eslint-visitor-keys "^2.0.0"
14181444

14191445
"@webassemblyjs/[email protected]":
14201446
version "1.9.0"
@@ -1781,6 +1807,11 @@ array-includes@^3.1.1:
17811807
es-abstract "^1.17.0"
17821808
is-string "^1.0.5"
17831809

1810+
array-union@^2.1.0:
1811+
version "2.1.0"
1812+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1813+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1814+
17841815
array-unique@^0.3.2:
17851816
version "0.3.2"
17861817
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -3139,6 +3170,13 @@ diffie-hellman@^5.0.0:
31393170
miller-rabin "^4.0.0"
31403171
randombytes "^2.0.0"
31413172

3173+
dir-glob@^3.0.1:
3174+
version "3.0.1"
3175+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
3176+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
3177+
dependencies:
3178+
path-type "^4.0.0"
3179+
31423180
31433181
version "1.5.0"
31443182
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
@@ -3429,6 +3467,11 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
34293467
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
34303468
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
34313469

3470+
eslint-visitor-keys@^2.0.0:
3471+
version "2.0.0"
3472+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
3473+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
3474+
34323475
34333476
version "7.8.1"
34343477
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
@@ -3679,6 +3722,18 @@ fast-deep-equal@^3.1.1:
36793722
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
36803723
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
36813724

3725+
fast-glob@^3.1.1:
3726+
version "3.2.4"
3727+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
3728+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
3729+
dependencies:
3730+
"@nodelib/fs.stat" "^2.0.2"
3731+
"@nodelib/fs.walk" "^1.2.3"
3732+
glob-parent "^5.1.0"
3733+
merge2 "^1.3.0"
3734+
micromatch "^4.0.2"
3735+
picomatch "^2.2.1"
3736+
36823737
[email protected], fast-json-stable-stringify@^2.0.0:
36833738
version "2.1.0"
36843739
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3689,6 +3744,13 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
36893744
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
36903745
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
36913746

3747+
fastq@^1.6.0:
3748+
version "1.8.0"
3749+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481"
3750+
integrity sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==
3751+
dependencies:
3752+
reusify "^1.0.4"
3753+
36923754
fb-watchman@^2.0.0:
36933755
version "2.0.1"
36943756
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
@@ -4021,14 +4083,14 @@ glob-parent@^3.1.0:
40214083
is-glob "^3.1.0"
40224084
path-dirname "^1.0.0"
40234085

4024-
glob-parent@^5.0.0, glob-parent@~5.1.0:
4086+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
40254087
version "5.1.1"
40264088
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
40274089
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
40284090
dependencies:
40294091
is-glob "^4.0.1"
40304092

4031-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4093+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
40324094
version "7.1.6"
40334095
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
40344096
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -4095,6 +4157,18 @@ globals@^12.1.0:
40954157
dependencies:
40964158
type-fest "^0.8.1"
40974159

4160+
globby@^11.0.1:
4161+
version "11.0.1"
4162+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
4163+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
4164+
dependencies:
4165+
array-union "^2.1.0"
4166+
dir-glob "^3.0.1"
4167+
fast-glob "^3.1.1"
4168+
ignore "^5.1.4"
4169+
merge2 "^1.3.0"
4170+
slash "^3.0.0"
4171+
40984172
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
40994173
version "4.2.4"
41004174
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -4316,7 +4390,7 @@ ignore@^4.0.6:
43164390
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
43174391
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
43184392

4319-
ignore@^5.1.1:
4393+
ignore@^5.1.1, ignore@^5.1.4:
43204394
version "5.1.8"
43214395
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
43224396
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -5680,6 +5754,11 @@ merge-stream@^2.0.0:
56805754
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
56815755
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
56825756

5757+
merge2@^1.3.0:
5758+
version "1.4.1"
5759+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
5760+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
5761+
56835762
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
56845763
version "3.1.10"
56855764
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -6336,6 +6415,11 @@ path-type@^3.0.0:
63366415
dependencies:
63376416
pify "^3.0.0"
63386417

6418+
path-type@^4.0.0:
6419+
version "4.0.0"
6420+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
6421+
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
6422+
63396423
pbkdf2@^3.0.3:
63406424
version "3.1.1"
63416425
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94"
@@ -6991,6 +7075,11 @@ ret@~0.1.10:
69917075
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
69927076
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
69937077

7078+
reusify@^1.0.4:
7079+
version "1.0.4"
7080+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
7081+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
7082+
69947083
69957084
version "2.6.3"
69967085
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -7025,6 +7114,11 @@ rsvp@^4.8.4:
70257114
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
70267115
integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
70277116

7117+
run-parallel@^1.1.9:
7118+
version "1.1.9"
7119+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
7120+
integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
7121+
70287122
run-queue@^1.0.0, run-queue@^1.0.3:
70297123
version "1.0.3"
70307124
resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"

0 commit comments

Comments
 (0)