diff --git a/package-lock.json b/package-lock.json index 3a23bc2fc44b9..f8634d16284b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "chai-string": "^1.4.0", "child-process-promise": "^2.2.1", "clipboard-copy": "^4.0.1", - "concurrently": "^6.1.0", + "concurrently": "^6.2.0", "cypress": "^7.4.0", "danger": "^10.6.4", "danger-plugin-no-test-shortcuts": "^2.0.0", @@ -7712,9 +7712,9 @@ } }, "node_modules/concurrently": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.1.0.tgz", - "integrity": "sha512-jy+xj49pvqeKjc2TAVXRIhrgPG51eBKDZti0kZ41kaWk9iLbyWBjH6KMFpW7peOLkEymD+ZM83Lx6UEy3N/M9g==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.0.tgz", + "integrity": "sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -39172,9 +39172,9 @@ } }, "concurrently": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.1.0.tgz", - "integrity": "sha512-jy+xj49pvqeKjc2TAVXRIhrgPG51eBKDZti0kZ41kaWk9iLbyWBjH6KMFpW7peOLkEymD+ZM83Lx6UEy3N/M9g==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.0.tgz", + "integrity": "sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index f57ad2080d21f..28dd996ca066e 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "chai-string": "^1.4.0", "child-process-promise": "^2.2.1", "clipboard-copy": "^4.0.1", - "concurrently": "^6.1.0", + "concurrently": "^6.2.0", "cypress": "^7.4.0", "danger": "^10.6.4", "danger-plugin-no-test-shortcuts": "^2.0.0",