Merge pull request #12269 from nestjs/dependabot/npm_and_yarn/concurrently-8.2.1

chore(deps-dev): bump concurrently from 8.2.0 to 8.2.1
This commit is contained in:
Kamil Mysliwiec
2023-08-28 10:25:16 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -72,7 +72,7 @@
"chai-as-promised": "7.1.1",
"clang-format": "1.8.0",
"commitlint-circle": "1.0.0",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"conventional-changelog": "4.0.0",
"core-js": "3.32.1",
"coveralls": "3.1.1",
@@ -7990,9 +7990,9 @@
}
},
"node_modules/concurrently": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz",
"integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==",
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz",
"integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==",
"dev": true,
"dependencies": {
"chalk": "^4.1.2",

View File

@@ -120,7 +120,7 @@
"chai-as-promised": "7.1.1",
"clang-format": "1.8.0",
"commitlint-circle": "1.0.0",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"conventional-changelog": "4.0.0",
"core-js": "3.32.1",
"coveralls": "3.1.1",