Bump concurrently from 8.0.1 to 8.1.0 in /src-ui

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-01 22:13:11 +00:00 committed by GitHub
parent 6aff4c986c
commit d475344b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"concurrently": "^8.0.1",
"concurrently": "^8.1.0",
"eslint": "^8.39.0",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.5.0",
@ -6803,9 +6803,9 @@
"dev": true
},
"node_modules/concurrently": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.0.1.tgz",
"integrity": "sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.1.0.tgz",
"integrity": "sha512-0AB6eOAtaW/r/kX2lCdolaWtT191ICeuJjEJvI9hT3zbPFuZ/iZaJwMRKwbuwADome7OKxk73L7od+fsveZ7tA==",
"dev": true,
"dependencies": {
"chalk": "^4.1.2",

View File

@ -50,7 +50,7 @@
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"concurrently": "^8.0.1",
"concurrently": "^8.1.0",
"eslint": "^8.39.0",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.5.0",