Skip to content

Commit 6a8d5bd

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump concurrently from 6.0.0 to 6.2.0
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](kimmobrunfeldt/concurrently@v6.0.0...v6.2.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2faded commit 6a8d5bd

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@typescript-eslint/parser": "^4.22.0",
6060
"arrify": "^2.0.1",
6161
"commitizen": "^4.2.3",
62-
"concurrently": "^6.0.0",
62+
"concurrently": "^6.2.0",
6363
"cosmiconfig": "^7.0.0",
6464
"cross-env": "^7.0.3",
6565
"cross-spawn": "^7.0.1",

yarn.lock

+7-14
Original file line numberDiff line numberDiff line change
@@ -2896,14 +2896,14 @@ [email protected]:
28962896
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
28972897
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
28982898

2899-
concurrently@^6.0.0:
2900-
version "6.0.0"
2901-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.0.tgz#c1a876dd99390979c71f8c6fe6796882f3a13199"
2902-
integrity sha512-Ik9Igqnef2ONLjN2o/OVx1Ow5tymVvvEwQeYCQdD/oV+CN9oWhxLk7ibcBdOtv0UzBqHCEKRwbKceYoTK8t3fQ==
2899+
concurrently@^6.2.0:
2900+
version "6.2.0"
2901+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.0.tgz#587e2cb8afca7234172d8ea55176088632c4c56d"
2902+
integrity sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==
29032903
dependencies:
29042904
chalk "^4.1.0"
29052905
date-fns "^2.16.1"
2906-
lodash "^4.17.20"
2906+
lodash "^4.17.21"
29072907
read-pkg "^5.2.0"
29082908
rxjs "^6.6.3"
29092909
spawn-command "^0.0.2-1"
@@ -5547,7 +5547,7 @@ jest-snapshot@^26.6.2:
55475547
pretty-format "^26.6.2"
55485548
semver "^7.3.2"
55495549

5550-
jest-util@^26.1.0, jest-util@^26.3.0, jest-util@^26.6.2:
5550+
jest-util@^26.1.0, jest-util@^26.6.2:
55515551
version "26.6.2"
55525552
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
55535553
integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
@@ -7446,14 +7446,7 @@ rx-lite@^3.1.2:
74467446
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102"
74477447
integrity sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=
74487448

7449-
rxjs@^6.4.0, rxjs@^6.6.3:
7450-
version "6.6.3"
7451-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
7452-
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
7453-
dependencies:
7454-
tslib "^1.9.0"
7455-
7456-
rxjs@^6.6.7:
7449+
rxjs@^6.4.0, rxjs@^6.6.3, rxjs@^6.6.7:
74577450
version "6.6.7"
74587451
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
74597452
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==

0 commit comments

Comments
 (0)