mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-13 11:17:26 +02:00
chore(deps): update dependency concurrently to v9
This commit is contained in:
parent
563352909a
commit
a9c0ba7838
@ -200,7 +200,7 @@
|
|||||||
"@types/supertest": "6.0.2",
|
"@types/supertest": "6.0.2",
|
||||||
"@types/type-is": "1.6.6",
|
"@types/type-is": "1.6.6",
|
||||||
"@types/uuid": "9.0.8",
|
"@types/uuid": "9.0.8",
|
||||||
"concurrently": "^8.0.1",
|
"concurrently": "^9.0.0",
|
||||||
"copyfiles": "2.4.1",
|
"copyfiles": "2.4.1",
|
||||||
"coveralls": "3.1.1",
|
"coveralls": "3.1.1",
|
||||||
"del-cli": "5.1.0",
|
"del-cli": "5.1.0",
|
||||||
|
21
yarn.lock
21
yarn.lock
@ -3150,23 +3150,21 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"concurrently@npm:^8.0.1":
|
"concurrently@npm:^9.0.0":
|
||||||
version: 8.2.2
|
version: 9.1.0
|
||||||
resolution: "concurrently@npm:8.2.2"
|
resolution: "concurrently@npm:9.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk: "npm:^4.1.2"
|
chalk: "npm:^4.1.2"
|
||||||
date-fns: "npm:^2.30.0"
|
|
||||||
lodash: "npm:^4.17.21"
|
lodash: "npm:^4.17.21"
|
||||||
rxjs: "npm:^7.8.1"
|
rxjs: "npm:^7.8.1"
|
||||||
shell-quote: "npm:^1.8.1"
|
shell-quote: "npm:^1.8.1"
|
||||||
spawn-command: "npm:0.0.2"
|
|
||||||
supports-color: "npm:^8.1.1"
|
supports-color: "npm:^8.1.1"
|
||||||
tree-kill: "npm:^1.2.2"
|
tree-kill: "npm:^1.2.2"
|
||||||
yargs: "npm:^17.7.2"
|
yargs: "npm:^17.7.2"
|
||||||
bin:
|
bin:
|
||||||
conc: dist/bin/concurrently.js
|
conc: dist/bin/concurrently.js
|
||||||
concurrently: dist/bin/concurrently.js
|
concurrently: dist/bin/concurrently.js
|
||||||
checksum: 10c0/0e9683196fe9c071d944345d21d8f34aa6c0cc50c0dd897e95619f2f1c9eb4871dca851b2569da17888235b7335b4c821ca19deed35bebcd9a131ee5d247f34c
|
checksum: 10c0/f2f42f94dde508bfbaf47b5ac654db9e8a4bf07d3d7b6267dd058ae6f362eec677ae7c8ede398d081e5fd0d1de5811dc9a53e57d3f1f68e72ac6459db9e0896b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -3398,7 +3396,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"date-fns@npm:^2.25.0, date-fns@npm:^2.30.0":
|
"date-fns@npm:^2.25.0":
|
||||||
version: 2.30.0
|
version: 2.30.0
|
||||||
resolution: "date-fns@npm:2.30.0"
|
resolution: "date-fns@npm:2.30.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -8483,13 +8481,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"spawn-command@npm:0.0.2":
|
|
||||||
version: 0.0.2
|
|
||||||
resolution: "spawn-command@npm:0.0.2"
|
|
||||||
checksum: 10c0/b22f2d71239e6e628a400831861ba747750bbb40c0a53323754cf7b84330b73d81e40ff1f9055e6d1971818679510208a9302e13d9ff3b32feb67e74d7a1b3ef
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"spdx-correct@npm:^3.0.0":
|
"spdx-correct@npm:^3.0.0":
|
||||||
version: 3.1.1
|
version: 3.1.1
|
||||||
resolution: "spdx-correct@npm:3.1.1"
|
resolution: "spdx-correct@npm:3.1.1"
|
||||||
@ -9285,7 +9276,7 @@ __metadata:
|
|||||||
async: "npm:^3.2.4"
|
async: "npm:^3.2.4"
|
||||||
bcryptjs: "npm:^2.4.3"
|
bcryptjs: "npm:^2.4.3"
|
||||||
compression: "npm:^1.7.4"
|
compression: "npm:^1.7.4"
|
||||||
concurrently: "npm:^8.0.1"
|
concurrently: "npm:^9.0.0"
|
||||||
connect-session-knex: "npm:^5.0.0"
|
connect-session-knex: "npm:^5.0.0"
|
||||||
cookie-parser: "npm:^1.4.6"
|
cookie-parser: "npm:^1.4.6"
|
||||||
cookie-session: "npm:^2.0.0-rc.1"
|
cookie-session: "npm:^2.0.0-rc.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user