Merge pull request #136 from gnmyt/dependabot/npm_and_yarn/concurrently-7.6.0

Bump concurrently from 7.5.0 to 7.6.0
This commit is contained in:
Mathias Wagner
2022-11-23 07:27:53 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"tmp": "^0.2.1"
},
"devDependencies": {
"concurrently": "^7.5.0",
"concurrently": "^7.6.0",
"nodemon": "^2.0.20"
}
},
@@ -729,9 +729,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"node_modules/concurrently": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz",
"integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz",
"integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@@ -3742,9 +3742,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"concurrently": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz",
"integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz",
"integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@@ -21,7 +21,7 @@
"sqlite3": "^5.1.2"
},
"devDependencies": {
"concurrently": "^7.5.0",
"concurrently": "^7.6.0",
"nodemon": "^2.0.20"
}
}