From 1adc238a2164931b4aef2758c225a8384bbe999a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 19:41:26 +0000 Subject: [PATCH] build(deps): bump concurrently from 6.3.0 to 7.1.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.3.0 to 7.1.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.3.0...v7.1.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- extension/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extension/package.json b/extension/package.json index 597e3ca..e74d2ae 100644 --- a/extension/package.json +++ b/extension/package.json @@ -36,7 +36,7 @@ "@types/yup": "^0.29.13", "bignumber.js": "^9.0.1", "buffer": "^6.0.3", - "concurrently": "^6.2.2", + "concurrently": "^7.1.0", "copy-webpack-plugin": "^5.1.2", "fetch": "^1.1.0", "file-loader": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 9b87039..8df68db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3529,10 +3529,10 @@ concat-stream@^1.5.0, concat-stream@^1.6.0: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@^6.2.2: - version "6.3.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.3.0.tgz#63128cb4a6ed54d3c0ed8528728590a5fe54582a" - integrity sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw== +concurrently@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.1.0.tgz#477b49b8cfc630bb491f9b02e9ed7fb7bff02942" + integrity sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw== dependencies: chalk "^4.1.0" date-fns "^2.16.1"