From 888d04ee3b8b2ae8fbed72de800cafc28d406c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 17:59:01 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 6.1.0 to 6.2.0 (#1961) Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.1.0...v6.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb75ef3070..51d6a2d848 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8720,9 +8720,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 4f07c76072..48220434e4 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "auto-changelog": "^2.3.0", "axios-mock-adapter": "^1.19.0", "babel-loader": "^8.2.2", - "concurrently": "^6.1.0", + "concurrently": "^6.2.0", "copy-webpack-plugin": "^6.0.2", "core-js": "^3.12.1", "coveralls": "^3.1.0",