diff --git a/website/package.json b/website/package.json index e61ae08bd45d..cba2d5c77032 100644 --- a/website/package.json +++ b/website/package.json @@ -17,7 +17,7 @@ "@babel/preset-react": "7.13.13", "@sandhose/prettier-animated-logo": "1.0.3", "babel-loader": "8.2.2", - "concurrently": "6.0.2", + "concurrently": "6.1.0", "docusaurus": "1.14.7", "js-yaml": "4.1.0", "webpack": "5.36.2", diff --git a/website/yarn.lock b/website/yarn.lock index 614c12189cec..b99d42d702bd 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2139,10 +2139,10 @@ concat-with-sourcemaps@*: dependencies: source-map "^0.6.1" -concurrently@6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.2.tgz#4ecdfc78a72a6f626a3a5d3c2a7a81962f3663e3" - integrity sha512-u+1Q0dJG5BidgUTpz9CU16yoHTt/oApFDQ3mbvHwSDgMjU7aGqy0q8ZQyaZyaNxdwRKTD872Ux3Twc6//sWA+Q== +concurrently@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.1.0.tgz#00d22525d3fcdce7f34cc7f3c9753f90a57d6208" + integrity sha512-jy+xj49pvqeKjc2TAVXRIhrgPG51eBKDZti0kZ41kaWk9iLbyWBjH6KMFpW7peOLkEymD+ZM83Lx6UEy3N/M9g== dependencies: chalk "^4.1.0" date-fns "^2.16.1"