Skip to content

Commit b91b059

Browse files
committed
chore(deps-dev): add [email protected]
1 parent 3bb9747 commit b91b059

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"chai": "^4.2.0",
6767
"chai-as-promised": "^7.1.1",
6868
"codecov": "^3.4.0",
69+
"concurrently": "7.0.0",
6970
"cucumber": "^6.0.5",
7071
"downlevel-dts": "0.7.0",
7172
"eslint": "7.32.0",
@@ -140,4 +141,4 @@
140141
],
141142
"**/*.{ts,js,md,json}": "prettier --write"
142143
}
143-
}
144+
}

yarn.lock

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4112,6 +4112,20 @@ concat-stream@^2.0.0:
41124112
readable-stream "^3.0.2"
41134113
typedarray "^0.0.6"
41144114

4115+
4116+
version "7.0.0"
4117+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.0.0.tgz#78d31b441cec338dab03316c221a2f9a67c529b0"
4118+
integrity sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==
4119+
dependencies:
4120+
chalk "^4.1.0"
4121+
date-fns "^2.16.1"
4122+
lodash "^4.17.21"
4123+
rxjs "^6.6.3"
4124+
spawn-command "^0.0.2-1"
4125+
supports-color "^8.1.0"
4126+
tree-kill "^1.2.2"
4127+
yargs "^16.2.0"
4128+
41154129
config-chain@^1.1.11:
41164130
version "1.1.12"
41174131
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa"
@@ -4548,6 +4562,11 @@ data-urls@^2.0.0:
45484562
whatwg-mimetype "^2.3.0"
45494563
whatwg-url "^8.0.0"
45504564

4565+
date-fns@^2.16.1:
4566+
version "2.28.0"
4567+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2"
4568+
integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==
4569+
45514570
date-format@^2.1.0:
45524571
version "2.1.0"
45534572
resolved "https://registry.yarnpkg.com/date-format/-/date-format-2.1.0.tgz#31d5b5ea211cf5fd764cd38baf9d033df7e125cf"
@@ -8713,7 +8732,7 @@ lodash.uniq@^4.5.0:
87138732
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
87148733
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
87158734

8716-
[email protected], lodash@^4, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.2.1, lodash@^4.7.0:
8735+
[email protected], lodash@^4, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.2.1, lodash@^4.7.0:
87178736
version "4.17.21"
87188737
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
87198738
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -11520,6 +11539,11 @@ source-map@^0.7.3:
1152011539
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
1152111540
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
1152211541

11542+
spawn-command@^0.0.2-1:
11543+
version "0.0.2-1"
11544+
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
11545+
integrity sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=
11546+
1152311547
spdx-correct@^3.0.0:
1152411548
version "3.1.1"
1152511549
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
@@ -11936,7 +11960,7 @@ stubs@^3.0.0:
1193611960
resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b"
1193711961
integrity sha1-6NK6H6nJBXAwPAMLaQD31fiavls=
1193811962

11939-
[email protected], supports-color@^8.0.0:
11963+
[email protected], supports-color@^8.0.0, supports-color@^8.1.0:
1194011964
version "8.1.1"
1194111965
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
1194211966
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
@@ -12321,6 +12345,11 @@ tr46@^2.0.2:
1232112345
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
1232212346
integrity sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=
1232312347

12348+
tree-kill@^1.2.2:
12349+
version "1.2.2"
12350+
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
12351+
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
12352+
1232412353
trim-newlines@^1.0.0:
1232512354
version "1.0.0"
1232612355
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"

0 commit comments

Comments
 (0)