Merge pull request #245 from actions/dependabot/npm_and_yarn/concurrently-7.5.0

build(deps-dev): bump concurrently from 7.4.0 to 7.5.0
This commit is contained in:
Matthew Costabile
2022-10-24 09:40:44 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"@types/node": "~16.11.68",
"@typescript-eslint/parser": "^5.40.1",
"@vercel/ncc": "^0.34.0",
"concurrently": "^7.4.0",
"concurrently": "^7.5.0",
"eslint": "^8.25.0",
"eslint-plugin-github": "^4.4.0",
"eslint-plugin-jest": "^27.1.3",
@@ -2356,9 +2356,9 @@
"dev": true
},
"node_modules/concurrently": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz",
"integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==",
"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==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@@ -8643,9 +8643,9 @@
"dev": true
},
"concurrently": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz",
"integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==",
"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==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@@ -17,7 +17,7 @@
"@types/node": "~16.11.68",
"@typescript-eslint/parser": "^5.40.1",
"@vercel/ncc": "^0.34.0",
"concurrently": "^7.4.0",
"concurrently": "^7.5.0",
"eslint": "^8.25.0",
"eslint-plugin-github": "^4.4.0",
"eslint-plugin-jest": "^27.1.3",