Skip to content

Commit 71c98f4

Browse files
chore(deps): bump concurrently to ^7.0.0 (#790)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c5a87e2 commit 71c98f4

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
@@ -52,7 +52,7 @@
5252
"@types/jest": "^27.0.0",
5353
"@typescript-eslint/eslint-plugin": "^5.0.0",
5454
"@typescript-eslint/parser": "^5.0.0",
55-
"concurrently": "^6.2.0",
55+
"concurrently": "^7.0.0",
5656
"cross-env": "^7.0.3",
5757
"cypress": "^9.0.0",
5858
"eslint": "^7.27.0",

yarn.lock

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

2395-
concurrently@^6.2.0:
2396-
version "6.4.0"
2397-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.4.0.tgz#5387ee86be435a0eb51c292ade8a00acf479f170"
2398-
integrity sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==
2395+
concurrently@^7.0.0:
2396+
version "7.0.0"
2397+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.0.0.tgz#78d31b441cec338dab03316c221a2f9a67c529b0"
2398+
integrity sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==
23992399
dependencies:
24002400
chalk "^4.1.0"
24012401
date-fns "^2.16.1"

0 commit comments

Comments
 (0)