diff options
author | dependabot[bot] | 2021-10-04 21:09:09 +0000 |
---|---|---|
committer | vitalyster | 2021-10-05 00:18:12 +0300 |
commit | 269ad99415ad7b3f495489aa338ee17e775c62fe (patch) | |
tree | 86ce76c932cb56bf45f16b637a24136c86f36b47 /package-lock.json | |
parent | cb6ba3b860e0eea9a847a398eb86b82b23363203 (diff) |
Bump concurrently from 6.2.2 to 6.3.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.2.2...v6.3.0)
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 0f806af2..ec2a8852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2301,9 +2301,9 @@ "dev": true }, "concurrently": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.2.tgz", - "integrity": "sha512-7a45BjVakAl3pprLOeqaOoZfIWZRmdC68NkjyzPbKu0/pE6CRmqS3l8RG7Q2cX9LnRHkB0oPM6af8PS7NEQvYQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.3.0.tgz", + "integrity": "sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==", "dev": true, "requires": { "chalk": "^4.1.0", |