build(deps-dev): bump concurrently from 6.5.0 to 6.5.1 in /app (#1638)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.5.0...v6.5.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-01 17:01:38 -08:00
committed by GitHub
parent c00fa1f90a
commit 272018dfd6
2 changed files with 8 additions and 8 deletions

14
app/package-lock.json generated
View File

@@ -20,7 +20,7 @@
},
"devDependencies": {
"asar": "^3.1.0",
"concurrently": "^6.5.0",
"concurrently": "^6.5.1",
"electron": "^16.0.5",
"electron-builder": "^22.14.11",
"electron-notarize": "^1.1.1",
@@ -5931,9 +5931,9 @@
}
},
"node_modules/concurrently": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.5.0.tgz",
"integrity": "sha512-BjC0KYxXtO6EiWa46gfWYzcLULPBCb+5+VZFtzCemR/co0QSHU4mysEvmT6cnedPpQ9dtJzb+2G694o3V7TgLg==",
"version": "6.5.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.5.1.tgz",
"integrity": "sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@@ -24043,9 +24043,9 @@
}
},
"concurrently": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.5.0.tgz",
"integrity": "sha512-BjC0KYxXtO6EiWa46gfWYzcLULPBCb+5+VZFtzCemR/co0QSHU4mysEvmT6cnedPpQ9dtJzb+2G694o3V7TgLg==",
"version": "6.5.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.5.1.tgz",
"integrity": "sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@@ -112,7 +112,7 @@
},
"devDependencies": {
"asar": "^3.1.0",
"concurrently": "^6.5.0",
"concurrently": "^6.5.1",
"electron": "^16.0.5",
"electron-builder": "^22.14.11",
"electron-notarize": "^1.1.1",