Skip to content

Commit a35429d

Browse files
Merge pull request ferdikoomen#350 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.0.0
2 parents 3f25e86 + b359349 commit a35429d

File tree

2 files changed

+150
-8
lines changed

2 files changed

+150
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/mkdirp": "1.0.1",
7777
"@types/node": "14.6.2",
7878
"@types/rimraf": "3.0.0",
79-
"@typescript-eslint/eslint-plugin": "3.10.1",
79+
"@typescript-eslint/eslint-plugin": "4.0.0",
8080
"@typescript-eslint/parser": "3.10.1",
8181
"codecov": "3.7.2",
8282
"eslint": "7.7.0",

yarn.lock

Lines changed: 149 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,27 @@
10761076
"@types/yargs" "^15.0.0"
10771077
chalk "^4.0.0"
10781078

1079+
"@nodelib/[email protected]":
1080+
version "2.1.3"
1081+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
1082+
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
1083+
dependencies:
1084+
"@nodelib/fs.stat" "2.0.3"
1085+
run-parallel "^1.1.9"
1086+
1087+
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
1088+
version "2.0.3"
1089+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
1090+
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
1091+
1092+
"@nodelib/fs.walk@^1.2.3":
1093+
version "1.2.4"
1094+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
1095+
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
1096+
dependencies:
1097+
"@nodelib/fs.scandir" "2.1.3"
1098+
fastq "^1.6.0"
1099+
10791100
10801101
version "15.0.0"
10811102
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-15.0.0.tgz#690d15a9d54ba829db93555bff9b98ff34e08574"
@@ -1301,12 +1322,13 @@
13011322
dependencies:
13021323
"@types/yargs-parser" "*"
13031324

1304-
"@typescript-eslint/eslint-plugin@3.10.1":
1305-
version "3.10.1"
1306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1307-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
1325+
"@typescript-eslint/eslint-plugin@4.0.0":
1326+
version "4.0.0"
1327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.0.tgz#99349a501447fed91de18346705c0c65cf603bee"
1328+
integrity sha512-5e6q1TR7gS2P+8W2xndCu7gBh3BzmYEo70OyIdsmCmknHha/yNbz2vdevl+tP1uoaMOcrzg4gyrAijuV3DDBHA==
13081329
dependencies:
1309-
"@typescript-eslint/experimental-utils" "3.10.1"
1330+
"@typescript-eslint/experimental-utils" "4.0.0"
1331+
"@typescript-eslint/scope-manager" "4.0.0"
13101332
debug "^4.1.1"
13111333
functional-red-black-tree "^1.0.1"
13121334
regexpp "^3.0.0"
@@ -1324,6 +1346,18 @@
13241346
eslint-scope "^5.0.0"
13251347
eslint-utils "^2.0.0"
13261348

1349+
"@typescript-eslint/[email protected]":
1350+
version "4.0.0"
1351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.0.tgz#fbec21a3b5ab59127edb6ce2e139ed378cc50eb5"
1352+
integrity sha512-hbX6zR+a/vcpFVNJYN/Nbd7gmaMosDTxHEKcvmhWeWcq/0UDifrqmCfkkodbAKL46Fn4ekSBMTyq2zlNDzcQxw==
1353+
dependencies:
1354+
"@types/json-schema" "^7.0.3"
1355+
"@typescript-eslint/scope-manager" "4.0.0"
1356+
"@typescript-eslint/types" "4.0.0"
1357+
"@typescript-eslint/typescript-estree" "4.0.0"
1358+
eslint-scope "^5.0.0"
1359+
eslint-utils "^2.0.0"
1360+
13271361
"@typescript-eslint/[email protected]":
13281362
version "3.10.1"
13291363
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
@@ -1335,11 +1369,24 @@
13351369
"@typescript-eslint/typescript-estree" "3.10.1"
13361370
eslint-visitor-keys "^1.1.0"
13371371

1372+
"@typescript-eslint/[email protected]":
1373+
version "4.0.0"
1374+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.0.tgz#8c9e3b3b8cdf5a1fbe671d9fad73ff67bc027ea8"
1375+
integrity sha512-9gcWUPoWo7gk/+ZQPg7L1ySRmR5HLIy3Vu6/LfhQbuzIkGm6v2CGIjpVRISoDLFRovNRDImd4aP/sa8O4yIEBg==
1376+
dependencies:
1377+
"@typescript-eslint/types" "4.0.0"
1378+
"@typescript-eslint/visitor-keys" "4.0.0"
1379+
13381380
"@typescript-eslint/[email protected]":
13391381
version "3.10.1"
13401382
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
13411383
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
13421384

1385+
"@typescript-eslint/[email protected]":
1386+
version "4.0.0"
1387+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.0.tgz#ec1f9fc06b8558a1d5afa6e337182d08beece7f5"
1388+
integrity sha512-bK+c2VLzznX2fUWLK6pFDv3cXGTp7nHIuBMq1B9klA+QCsqLHOOqe5TQReAQDl7DN2RfH+neweo0oC5hYlG7Rg==
1389+
13431390
"@typescript-eslint/[email protected]":
13441391
version "3.10.1"
13451392
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
@@ -1354,13 +1401,35 @@
13541401
semver "^7.3.2"
13551402
tsutils "^3.17.1"
13561403

1404+
"@typescript-eslint/[email protected]":
1405+
version "4.0.0"
1406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.0.tgz#2244c63de2f2190bc5718eb0fb3fd2c437d42097"
1407+
integrity sha512-ewFMPi2pMLDNIXGMPdf8r7El2oPSZw9PEYB0j+WcpKd7AX2ARmajGa7RUHTukllWX2bj4vWX6JLE1Oih2BMokA==
1408+
dependencies:
1409+
"@typescript-eslint/types" "4.0.0"
1410+
"@typescript-eslint/visitor-keys" "4.0.0"
1411+
debug "^4.1.1"
1412+
globby "^11.0.1"
1413+
is-glob "^4.0.1"
1414+
lodash "^4.17.15"
1415+
semver "^7.3.2"
1416+
tsutils "^3.17.1"
1417+
13571418
"@typescript-eslint/[email protected]":
13581419
version "3.10.1"
13591420
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
13601421
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
13611422
dependencies:
13621423
eslint-visitor-keys "^1.1.0"
13631424

1425+
"@typescript-eslint/[email protected]":
1426+
version "4.0.0"
1427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.0.tgz#e2bbb69d98076d6a3f06abcb2048225a74362c33"
1428+
integrity sha512-sTouJbv6rjVJeTE4lpSBVYXq/u5K3gbB6LKt7ccFEZPTZB/VeQ0ssUz9q5Hx++sCqBbdF8PzrrgvEnicXAR6NQ==
1429+
dependencies:
1430+
"@typescript-eslint/types" "4.0.0"
1431+
eslint-visitor-keys "^2.0.0"
1432+
13641433
abab@^2.0.3:
13651434
version "2.0.4"
13661435
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"
@@ -1491,6 +1560,11 @@ arr-union@^3.1.0:
14911560
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
14921561
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
14931562

1563+
array-union@^2.1.0:
1564+
version "2.1.0"
1565+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1566+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1567+
14941568
array-unique@^0.3.2:
14951569
version "0.3.2"
14961570
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -2045,6 +2119,13 @@ diff-sequences@^26.3.0:
20452119
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.3.0.tgz#62a59b1b29ab7fd27cef2a33ae52abe73042d0a2"
20462120
integrity sha512-5j5vdRcw3CNctePNYN0Wy2e/JbWT6cAYnXv5OuqPhDpyCGc0uLu2TK0zOCJWNB9kOIfYMSpIulRaDgIi4HJ6Ig==
20472121

2122+
dir-glob@^3.0.1:
2123+
version "3.0.1"
2124+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
2125+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
2126+
dependencies:
2127+
path-type "^4.0.0"
2128+
20482129
doctrine@^3.0.0:
20492130
version "3.0.0"
20502131
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
@@ -2174,6 +2255,11 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
21742255
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
21752256
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
21762257

2258+
eslint-visitor-keys@^2.0.0:
2259+
version "2.0.0"
2260+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
2261+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2262+
21772263
21782264
version "7.7.0"
21792265
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
@@ -2386,6 +2472,18 @@ fast-diff@^1.1.2:
23862472
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
23872473
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
23882474

2475+
fast-glob@^3.1.1:
2476+
version "3.2.4"
2477+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
2478+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
2479+
dependencies:
2480+
"@nodelib/fs.stat" "^2.0.2"
2481+
"@nodelib/fs.walk" "^1.2.3"
2482+
glob-parent "^5.1.0"
2483+
merge2 "^1.3.0"
2484+
micromatch "^4.0.2"
2485+
picomatch "^2.2.1"
2486+
23892487
fast-json-stable-stringify@^2.0.0:
23902488
version "2.1.0"
23912489
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2396,6 +2494,13 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
23962494
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
23972495
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
23982496

2497+
fastq@^1.6.0:
2498+
version "1.8.0"
2499+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481"
2500+
integrity sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==
2501+
dependencies:
2502+
reusify "^1.0.4"
2503+
23992504
fb-watchman@^2.0.0:
24002505
version "2.0.1"
24012506
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
@@ -2559,7 +2664,7 @@ getpass@^0.1.1:
25592664
dependencies:
25602665
assert-plus "^1.0.0"
25612666

2562-
glob-parent@^5.0.0:
2667+
glob-parent@^5.0.0, glob-parent@^5.1.0:
25632668
version "5.1.1"
25642669
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
25652670
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -2590,6 +2695,18 @@ globals@^12.1.0:
25902695
dependencies:
25912696
type-fest "^0.8.1"
25922697

2698+
globby@^11.0.1:
2699+
version "11.0.1"
2700+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
2701+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
2702+
dependencies:
2703+
array-union "^2.1.0"
2704+
dir-glob "^3.0.1"
2705+
fast-glob "^3.1.1"
2706+
ignore "^5.1.4"
2707+
merge2 "^1.3.0"
2708+
slash "^3.0.0"
2709+
25932710
graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
25942711
version "4.2.4"
25952712
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -2738,6 +2855,11 @@ ignore@^4.0.6:
27382855
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
27392856
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
27402857

2858+
ignore@^5.1.4:
2859+
version "5.1.8"
2860+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
2861+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
2862+
27412863
import-fresh@^3.0.0:
27422864
version "3.2.1"
27432865
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -3653,6 +3775,11 @@ merge-stream@^2.0.0:
36533775
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
36543776
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
36553777

3778+
merge2@^1.3.0:
3779+
version "1.4.1"
3780+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
3781+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
3782+
36563783
micromatch@^3.1.4:
36573784
version "3.1.10"
36583785
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -4006,6 +4133,11 @@ path-parse@^1.0.6:
40064133
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
40074134
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
40084135

4136+
path-type@^4.0.0:
4137+
version "4.0.0"
4138+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
4139+
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
4140+
40094141
40104142
version "0.12.7"
40114143
resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
@@ -4019,7 +4151,7 @@ performance-now@^2.1.0:
40194151
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
40204152
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
40214153

4022-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.2:
4154+
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1, picomatch@^2.2.2:
40234155
version "2.2.2"
40244156
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
40254157
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -4319,6 +4451,11 @@ ret@~0.1.10:
43194451
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
43204452
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
43214453

4454+
reusify@^1.0.4:
4455+
version "1.0.4"
4456+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
4457+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
4458+
43224459
43234460
version "2.6.3"
43244461
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -4366,6 +4503,11 @@ rsvp@^4.8.4:
43664503
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
43674504
integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
43684505

4506+
run-parallel@^1.1.9:
4507+
version "1.1.9"
4508+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
4509+
integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
4510+
43694511
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2:
43704512
version "5.2.1"
43714513
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"

0 commit comments

Comments
 (0)