chore(deps-dev): bump concurrently from 7.1.0 to 7.2.2 (#4550)

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

---
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/4543/head
dependabot[bot] 2 years ago committed by GitHub
parent 328781a1f8
commit d3d75f0344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

84
package-lock.json generated

@ -79,7 +79,7 @@
"browser-sync": "^2.27.10", "browser-sync": "^2.27.10",
"bundlewatch": "^0.3.3", "bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.0", "clean-css-cli": "^5.6.0",
"concurrently": "^7.1.0", "concurrently": "^7.2.2",
"eslint": "^8.18.0", "eslint": "^8.18.0",
"eslint-config-xo": "^0.41.0", "eslint-config-xo": "^0.41.0",
"eslint-plugin-compat": "^4.0.2", "eslint-plugin-compat": "^4.0.2",
@ -4153,19 +4153,20 @@
} }
}, },
"node_modules/concurrently": { "node_modules/concurrently": {
"version": "7.1.0", "version": "7.2.2",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.1.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.2.tgz",
"integrity": "sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==", "integrity": "sha512-DcQkI0ruil5BA/g7Xy3EWySGrFJovF5RYAYxwGvv9Jf9q9B1v3jPFP2tl6axExNf1qgF30kjoNYrangZ0ey4Aw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"date-fns": "^2.16.1", "date-fns": "^2.16.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"rxjs": "^6.6.3", "rxjs": "^7.0.0",
"shell-quote": "^1.7.3",
"spawn-command": "^0.0.2-1", "spawn-command": "^0.0.2-1",
"supports-color": "^8.1.0", "supports-color": "^8.1.0",
"tree-kill": "^1.2.2", "tree-kill": "^1.2.2",
"yargs": "^16.2.0" "yargs": "^17.3.1"
}, },
"bin": { "bin": {
"concurrently": "dist/bin/concurrently.js" "concurrently": "dist/bin/concurrently.js"
@ -4239,15 +4240,12 @@
} }
}, },
"node_modules/concurrently/node_modules/rxjs": { "node_modules/concurrently/node_modules/rxjs": {
"version": "6.6.7", "version": "7.5.5",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz",
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"tslib": "^1.9.0" "tslib": "^2.1.0"
},
"engines": {
"npm": ">=2.0.0"
} }
}, },
"node_modules/concurrently/node_modules/supports-color": { "node_modules/concurrently/node_modules/supports-color": {
@ -4265,23 +4263,11 @@
"url": "https://github.com/chalk/supports-color?sponsor=1" "url": "https://github.com/chalk/supports-color?sponsor=1"
} }
}, },
"node_modules/concurrently/node_modules/yargs": { "node_modules/concurrently/node_modules/tslib": {
"version": "16.2.0", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
"dev": true, "dev": true
"dependencies": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.0",
"y18n": "^5.0.5",
"yargs-parser": "^20.2.2"
},
"engines": {
"node": ">=10"
}
}, },
"node_modules/configstore": { "node_modules/configstore": {
"version": "5.0.1", "version": "5.0.1",
@ -17253,19 +17239,20 @@
} }
}, },
"concurrently": { "concurrently": {
"version": "7.1.0", "version": "7.2.2",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.1.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.2.tgz",
"integrity": "sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==", "integrity": "sha512-DcQkI0ruil5BA/g7Xy3EWySGrFJovF5RYAYxwGvv9Jf9q9B1v3jPFP2tl6axExNf1qgF30kjoNYrangZ0ey4Aw==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"date-fns": "^2.16.1", "date-fns": "^2.16.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"rxjs": "^6.6.3", "rxjs": "^7.0.0",
"shell-quote": "^1.7.3",
"spawn-command": "^0.0.2-1", "spawn-command": "^0.0.2-1",
"supports-color": "^8.1.0", "supports-color": "^8.1.0",
"tree-kill": "^1.2.2", "tree-kill": "^1.2.2",
"yargs": "^16.2.0" "yargs": "^17.3.1"
}, },
"dependencies": { "dependencies": {
"ansi-styles": { "ansi-styles": {
@ -17314,12 +17301,12 @@
"dev": true "dev": true
}, },
"rxjs": { "rxjs": {
"version": "6.6.7", "version": "7.5.5",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz",
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==",
"dev": true, "dev": true,
"requires": { "requires": {
"tslib": "^1.9.0" "tslib": "^2.1.0"
} }
}, },
"supports-color": { "supports-color": {
@ -17331,20 +17318,11 @@
"has-flag": "^4.0.0" "has-flag": "^4.0.0"
} }
}, },
"yargs": { "tslib": {
"version": "16.2.0", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
"dev": true, "dev": true
"requires": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.0",
"y18n": "^5.0.5",
"yargs-parser": "^20.2.2"
}
} }
} }
}, },

@ -133,7 +133,7 @@
"browser-sync": "^2.27.10", "browser-sync": "^2.27.10",
"bundlewatch": "^0.3.3", "bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.0", "clean-css-cli": "^5.6.0",
"concurrently": "^7.1.0", "concurrently": "^7.2.2",
"eslint": "^8.18.0", "eslint": "^8.18.0",
"eslint-config-xo": "^0.41.0", "eslint-config-xo": "^0.41.0",
"eslint-plugin-compat": "^4.0.2", "eslint-plugin-compat": "^4.0.2",

Loading…
Cancel
Save