diff --git a/package-lock.json b/package-lock.json index 42ccd6b52..bc9f97fe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "browser-sync": "^2.27.9", "bundlewatch": "^0.3.3", "clean-css-cli": "^5.6.0", - "concurrently": "^7.0.0", + "concurrently": "^7.1.0", "eslint": "^8.14.0", "eslint-config-xo": "^0.40.0", "eslint-plugin-compat": "^4.0.2", @@ -4202,9 +4202,9 @@ } }, "node_modules/concurrently": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.0.0.tgz", - "integrity": "sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.1.0.tgz", + "integrity": "sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -18273,9 +18273,9 @@ } }, "concurrently": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.0.0.tgz", - "integrity": "sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.1.0.tgz", + "integrity": "sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 3931c6d72..4a215da76 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "browser-sync": "^2.27.9", "bundlewatch": "^0.3.3", "clean-css-cli": "^5.6.0", - "concurrently": "^7.0.0", + "concurrently": "^7.1.0", "eslint": "^8.14.0", "eslint-config-xo": "^0.40.0", "eslint-plugin-compat": "^4.0.2",