diff --git a/website/package.json b/website/package.json index 8dbce4fc..dc2f5e56 100644 --- a/website/package.json +++ b/website/package.json @@ -46,7 +46,7 @@ ] }, "devDependencies": { - "concurrently": "^6.2.0", + "concurrently": "^6.2.1", "cypress": "^7.7.0", "cypress-localstorage-commands": "^1.5.0", "start-server-and-test": "^1.12.5" diff --git a/website/yarn.lock b/website/yarn.lock index af7b333e..cfc2a4c9 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -3208,10 +3208,10 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -concurrently@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.0.tgz#587e2cb8afca7234172d8ea55176088632c4c56d" - integrity sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g== +concurrently@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.1.tgz#d880fc1d77559084732fa514092a3d5109a0d5bf" + integrity sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g== dependencies: chalk "^4.1.0" date-fns "^2.16.1"