Skip to content

Commit 13029ef

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency concurrently to v7.2.2
1 parent 3b8b8dc commit 13029ef

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@typescript-eslint/parser": "5.28.0",
5151
"all-contributors-cli": "6.20.0",
5252
"axios": "0.27.2",
53-
"concurrently": "7.2.1",
53+
"concurrently": "7.2.2",
5454
"conventional-changelog-conventionalcommits": "5.0.0",
5555
"eslint": "8.17.0",
5656
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,15 +2111,15 @@ [email protected]:
21112111
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
21122112
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
21132113

2114-
2115-
version "7.2.1"
2116-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.2.1.tgz#88b144060443403060aad46f837dd17451f7e55e"
2117-
integrity sha512-7cab/QyqipqghrVr9qZmoWbidu0nHsmxrpNqQ7r/67vfl1DWJElexehQnTH1p+87tDkihaAjM79xTZyBQh7HLw==
2114+
2115+
version "7.2.2"
2116+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.2.2.tgz#4ad4a4dfd3945f668d727379de2a29502e6a531c"
2117+
integrity sha512-DcQkI0ruil5BA/g7Xy3EWySGrFJovF5RYAYxwGvv9Jf9q9B1v3jPFP2tl6axExNf1qgF30kjoNYrangZ0ey4Aw==
21182118
dependencies:
21192119
chalk "^4.1.0"
21202120
date-fns "^2.16.1"
21212121
lodash "^4.17.21"
2122-
rxjs "^6.6.3"
2122+
rxjs "^7.0.0"
21232123
shell-quote "^1.7.3"
21242124
spawn-command "^0.0.2-1"
21252125
supports-color "^8.1.0"
@@ -4465,13 +4465,20 @@ run-parallel@^1.1.9:
44654465
dependencies:
44664466
queue-microtask "^1.2.2"
44674467

4468-
rxjs@^6.6.0, rxjs@^6.6.3:
4468+
rxjs@^6.6.0:
44694469
version "6.6.7"
44704470
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
44714471
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
44724472
dependencies:
44734473
tslib "^1.9.0"
44744474

4475+
rxjs@^7.0.0:
4476+
version "7.5.5"
4477+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f"
4478+
integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==
4479+
dependencies:
4480+
tslib "^2.1.0"
4481+
44754482
rxjs@^7.2.0, rxjs@~7.5.1:
44764483
version "7.5.2"
44774484
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.2.tgz#11e4a3a1dfad85dbf7fb6e33cbba17668497490b"

0 commit comments

Comments
 (0)