From b8d0e9b4bb77e5661a7c79859eb67b6b5be6b2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 01:16:11 +0000 Subject: [PATCH] Build(deps-dev): Bump concurrently from 6.0.2 to 6.1.0 in /website Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.2...v6.1.0) Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"