Skip to content

Commit

Permalink
chore(deps): update dependency concurrently to v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 2eaa84f commit 01059e3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "16.11.26",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"concurrently": "7.1.0",
"concurrently": "7.5.0",
"conventional-changelog": "3.1.25",
"conventional-changelog-cli": "2.2.2",
"eslint": "8.12.0",
Expand Down
51 changes: 38 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ __metadata:
"@types/node": 16.11.26
"@typescript-eslint/eslint-plugin": 5.18.0
"@typescript-eslint/parser": 5.18.0
concurrently: 7.1.0
concurrently: 7.5.0
conventional-changelog: 3.1.25
conventional-changelog-cli: 2.2.2
eslint: 8.12.0
Expand Down Expand Up @@ -8177,21 +8177,23 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:7.1.0":
version: 7.1.0
resolution: "concurrently@npm:7.1.0"
"concurrently@npm:7.5.0":
version: 7.5.0
resolution: "concurrently@npm:7.5.0"
dependencies:
chalk: ^4.1.0
date-fns: ^2.16.1
date-fns: ^2.29.1
lodash: ^4.17.21
rxjs: ^6.6.3
rxjs: ^7.0.0
shell-quote: ^1.7.3
spawn-command: ^0.0.2-1
supports-color: ^8.1.0
tree-kill: ^1.2.2
yargs: ^16.2.0
yargs: ^17.3.1
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 723996afc73af7ea914a03726c75b63be6ce83f0825b0bc54de0568ba89490e217ca88523f251fe1e5c30ee2780572dce830b530ef35e435e64c1f94cfd4e4af
checksum: 7886e1c8559d2699ae1b62be8aca5d56c226966e252a2b9dd6077b3c1fd5397e98ef537c040fffa1de50418bd2616746eb9dd589a31ffb9056d4758b850a865b
languageName: node
linkType: hard

Expand Down Expand Up @@ -8869,10 +8871,10 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^2.16.1":
version: 2.19.0
resolution: "date-fns@npm:2.19.0"
checksum: c8b727aa10941d76977c48c72bda3b33adeb6a89d67763c95689ef7c18729a564a6e01e87fd5f65ba44b6866e8282d636d5e8bc598f099b925597bb109a0880c
"date-fns@npm:^2.29.1":
version: 2.29.3
resolution: "date-fns@npm:2.29.3"
checksum: e01cf5b62af04e05dfff921bb9c9933310ed0e1ae9a81eb8653452e64dc841acf7f6e01e1a5ae5644d0337e9a7f936175fd2cb6819dc122fdd9c5e86c56be484
languageName: node
linkType: hard

Expand Down Expand Up @@ -19084,7 +19086,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^6.3.3, rxjs@npm:^6.4.0, rxjs@npm:^6.6.2, rxjs@npm:^6.6.3":
"rxjs@npm:^6.3.3, rxjs@npm:^6.4.0, rxjs@npm:^6.6.2":
version: 6.6.7
resolution: "rxjs@npm:6.6.7"
dependencies:
Expand All @@ -19093,6 +19095,15 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.0.0":
version: 7.5.7
resolution: "rxjs@npm:7.5.7"
dependencies:
tslib: ^2.1.0
checksum: edabcdb73b0f7e0f5f6e05c2077aff8c52222ac939069729704357d6406438acca831c24210db320aba269e86dbe1a400f3769c89101791885121a342fb15d9c
languageName: node
linkType: hard

"safe-buffer@npm:5.1.2, safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1":
version: 5.1.2
resolution: "safe-buffer@npm:5.1.2"
Expand Down Expand Up @@ -19506,6 +19517,13 @@ __metadata:
languageName: node
linkType: hard

"shell-quote@npm:^1.7.3":
version: 1.7.4
resolution: "shell-quote@npm:1.7.4"
checksum: 2874ea9c1a7c3ebfc9ec5734a897e16533d0d06f2e4cddc22ba3d1cab5cdc07d0f825364c1b1e39abe61236f44d8e60e933c7ad7349ce44de4f5dddc7b4354e9
languageName: node
linkType: hard

"shelljs@npm:^0.8.3":
version: 0.8.5
resolution: "shelljs@npm:0.8.5"
Expand Down Expand Up @@ -21057,6 +21075,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.1.0":
version: 2.4.1
resolution: "tslib@npm:2.4.1"
checksum: 19480d6e0313292bd6505d4efe096a6b31c70e21cf08b5febf4da62e95c265c8f571f7b36fcc3d1a17e068032f59c269fab3459d6cd3ed6949eafecf64315fca
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down

0 comments on commit 01059e3

Please sign in to comment.