chore(deps-dev): bump concurrently from 8.0.1 to 8.1.0 (#5154)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5186/head
dependabot[bot] 2023-06-09 20:15:21 +05:30 committed by REJack
parent c6338ce916
commit 5c15bdd12b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -18,7 +18,7 @@
"bootstrap": "^5.3.0",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.2",
"concurrently": "^8.0.1",
"concurrently": "^8.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint-config-xo": "^0.43.1",
@ -3260,9 +3260,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",
@ -13561,9 +13561,9 @@
"dev": true
},
"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,
"requires": {
"chalk": "^4.1.2",

View File

@ -66,7 +66,7 @@
"bootstrap": "^5.3.0",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.2",
"concurrently": "^8.0.1",
"concurrently": "^8.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint-config-xo": "^0.43.1",