mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 12:20:33 +00:00
chore(deps): update dependency concurrently to v8 (#2414)
This commit is contained in:
parent
6a61bb0a01
commit
c8d50d0635
2 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@
|
|||
"@types/marked": "^5.0.0",
|
||||
"@types/node": "^18.17.1",
|
||||
"axios": "^1.0.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"concurrently": "^8.0.0",
|
||||
"marked": "^9.0.0",
|
||||
"tslib": "^2.6.1",
|
||||
"typescript": "^4.9.5"
|
||||
|
|
|
@ -108,8 +108,8 @@ importers:
|
|||
specifier: ^1.0.0
|
||||
version: 1.5.0
|
||||
concurrently:
|
||||
specifier: ^7.6.0
|
||||
version: 7.6.0
|
||||
specifier: ^8.0.0
|
||||
version: 8.2.1
|
||||
marked:
|
||||
specifier: ^9.0.0
|
||||
version: 9.0.0
|
||||
|
@ -4207,9 +4207,9 @@ packages:
|
|||
/concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
/concurrently@7.6.0:
|
||||
resolution: {integrity: sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==}
|
||||
engines: {node: ^12.20.0 || ^14.13.0 || >=16.0.0}
|
||||
/concurrently@8.2.1:
|
||||
resolution: {integrity: sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==}
|
||||
engines: {node: ^14.13.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chalk: 4.1.2
|
||||
|
@ -4217,7 +4217,7 @@ packages:
|
|||
lodash: 4.17.21
|
||||
rxjs: 7.8.1
|
||||
shell-quote: 1.8.1
|
||||
spawn-command: 0.0.2-1
|
||||
spawn-command: 0.0.2
|
||||
supports-color: 8.1.1
|
||||
tree-kill: 1.2.2
|
||||
yargs: 17.7.2
|
||||
|
@ -8051,8 +8051,8 @@ packages:
|
|||
/space-separated-tokens@1.1.5:
|
||||
resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==}
|
||||
|
||||
/spawn-command@0.0.2-1:
|
||||
resolution: {integrity: sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==}
|
||||
/spawn-command@0.0.2:
|
||||
resolution: {integrity: sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==}
|
||||
dev: true
|
||||
|
||||
/spdy-transport@3.0.0:
|
||||
|
|
Loading…
Reference in a new issue