chore(deps-dev): bump concurrently from 8.2.0 to 8.2.1 (#5306)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.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>
pull/5303/head
dependabot[bot] 2023-08-28 14:41:51 +05:30 committed by GitHub
parent 57a4dfbdde
commit 576b856eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -18,7 +18,7 @@
"bootstrap": "^5.3.1", "bootstrap": "^5.3.1",
"bundlewatch": "^0.3.3", "bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.2", "clean-css-cli": "^5.6.2",
"concurrently": "^8.2.0", "concurrently": "^8.2.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.47.0", "eslint": "^8.47.0",
"eslint-config-xo": "^0.43.1", "eslint-config-xo": "^0.43.1",
@ -3333,9 +3333,9 @@
"dev": true "dev": true
}, },
"node_modules/concurrently": { "node_modules/concurrently": {
"version": "8.2.0", "version": "8.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz",
"integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^4.1.2", "chalk": "^4.1.2",
@ -14119,9 +14119,9 @@
"dev": true "dev": true
}, },
"concurrently": { "concurrently": {
"version": "8.2.0", "version": "8.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz",
"integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.2", "chalk": "^4.1.2",

View File

@ -66,7 +66,7 @@
"bootstrap": "^5.3.1", "bootstrap": "^5.3.1",
"bundlewatch": "^0.3.3", "bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.2", "clean-css-cli": "^5.6.2",
"concurrently": "^8.2.0", "concurrently": "^8.2.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.47.0", "eslint": "^8.47.0",
"eslint-config-xo": "^0.43.1", "eslint-config-xo": "^0.43.1",