Skip to content

Commit a43f97e

Browse files
Bump concurrently from 7.0.0 to 7.1.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bab7ca4 commit a43f97e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"algoliasearch": "^4.13.0",
7474
"babel-eslint": "^10.1.0",
7575
"babel-jest": "^27.2.2",
76-
"concurrently": "^7.0.0",
76+
"concurrently": "^7.1.0",
7777
"cssnano": "^4.1.10",
7878
"cypress": "^8.6.0",
7979
"eslint": "^7.21.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,10 +2595,10 @@ [email protected]:
25952595
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
25962596
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
25972597

2598-
concurrently@^7.0.0:
2599-
version "7.0.0"
2600-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.0.0.tgz#78d31b441cec338dab03316c221a2f9a67c529b0"
2601-
integrity sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==
2598+
concurrently@^7.1.0:
2599+
version "7.1.0"
2600+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.1.0.tgz#477b49b8cfc630bb491f9b02e9ed7fb7bff02942"
2601+
integrity sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==
26022602
dependencies:
26032603
chalk "^4.1.0"
26042604
date-fns "^2.16.1"

0 commit comments

Comments
 (0)