0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency concurrently to v7.6.0

This commit is contained in:
renovate[bot] 2022-11-21 02:09:23 +00:00 committed by Daniel Lockyer
parent 0b386952fb
commit 4443f505fe
2 changed files with 5 additions and 5 deletions

View file

@ -114,7 +114,7 @@
"*.js": "eslint"
},
"devDependencies": {
"concurrently": "7.5.0",
"concurrently": "7.6.0",
"eslint-plugin-ghost": "2.16.0",
"husky": "8.0.2",
"lint-staged": "13.0.3",

View file

@ -9457,10 +9457,10 @@ concat-stream@^1.5.0, concat-stream@^1.5.2:
readable-stream "^2.2.2"
typedarray "^0.0.6"
concurrently@7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.5.0.tgz#4dd432d4634a8251f27ab000c4974e78e3906bd3"
integrity sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==
concurrently@7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.6.0.tgz#531a6f5f30cf616f355a4afb8f8fcb2bba65a49a"
integrity sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==
dependencies:
chalk "^4.1.0"
date-fns "^2.29.1"