Skip to content

Commit 11615c0

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump concurrently from 6.2.1 to 6.2.2
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac8c627 commit 11615c0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@typescript-eslint/parser": "^4.31.2",
5555
"arrify": "^2.0.1",
5656
"commitizen": "^4.2.4",
57-
"concurrently": "^6.2.1",
57+
"concurrently": "^6.2.2",
5858
"cosmiconfig": "^7.0.1",
5959
"cross-env": "^7.0.3",
6060
"cross-spawn": "^7.0.1",

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -2537,15 +2537,14 @@ [email protected]:
25372537
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
25382538
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
25392539

2540-
concurrently@^6.2.1:
2541-
version "6.2.1"
2542-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.1.tgz#d880fc1d77559084732fa514092a3d5109a0d5bf"
2543-
integrity sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g==
2540+
concurrently@^6.2.2:
2541+
version "6.2.2"
2542+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.2.tgz#81c11b85d9a7de56ad4388ff6aab4a94ddea51f2"
2543+
integrity sha512-7a45BjVakAl3pprLOeqaOoZfIWZRmdC68NkjyzPbKu0/pE6CRmqS3l8RG7Q2cX9LnRHkB0oPM6af8PS7NEQvYQ==
25442544
dependencies:
25452545
chalk "^4.1.0"
25462546
date-fns "^2.16.1"
25472547
lodash "^4.17.21"
2548-
read-pkg "^5.2.0"
25492548
rxjs "^6.6.3"
25502549
spawn-command "^0.0.2-1"
25512550
supports-color "^8.1.0"

0 commit comments

Comments
 (0)