build(deps-dev): bump concurrently from 7.2.1 to 7.2.2

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.1...v7.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-15 16:32:06 +00:00
committed by GitHub
parent c4d924563d
commit 9a2b32ee11
2 changed files with 40 additions and 29 deletions

View File

@@ -17,13 +17,13 @@
"@types/node": "~16.11.39",
"@typescript-eslint/parser": "^5.27.1",
"@vercel/ncc": "^0.33.4",
"concurrently": "^7.2.1",
"concurrently": "^7.2.2",
"eslint": "^8.17.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "2.6.2",
"prettier": "2.7.0",
"ts-jest": "^27.1.4",
"typescript": "^4.7.3"
},