Bump concurrently from 6.3.0 to 6.4.0 (#4050)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-15 19:45:45 +05:30 committed by GitHub
parent da0664782e
commit b958556f67
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

@ -80,7 +80,7 @@
"browser-sync": "^2.27.7",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.2",
"concurrently": "^6.3.0",
"concurrently": "^6.4.0",
"eslint": "^8.2.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-compat": "^3.13.0",
@ -4078,9 +4078,9 @@
}
},
"node_modules/concurrently": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.3.0.tgz",
"integrity": "sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.4.0.tgz",
"integrity": "sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@ -18428,9 +18428,9 @@
}
},
"concurrently": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.3.0.tgz",
"integrity": "sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.4.0.tgz",
"integrity": "sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View file

@ -134,7 +134,7 @@
"browser-sync": "^2.27.7",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.2",
"concurrently": "^6.3.0",
"concurrently": "^6.4.0",
"eslint": "^8.2.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-compat": "^3.13.0",