From aa417c6f487668a6089823047e528f70f6d87f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:59:06 +0000 Subject: [PATCH] Bump concurrently from 9.0.1 to 9.1.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66825eef4..f2bf15653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cassproject": "^1.5.66", "check-disk-space": "^3.4.0", "compression": "^1.7.4", - "concurrently": "^9.0.1", + "concurrently": "^9.1.0", "cors": "^2.8.5", "cron": "^3.1.7", "express": "^4.21.1", @@ -3888,9 +3888,9 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "node_modules/concurrently": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.1.tgz", - "integrity": "sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", + "integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 4317ec8eb..3193572b8 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "cassproject": "^1.5.66", "check-disk-space": "^3.4.0", "compression": "^1.7.4", - "concurrently": "^9.0.1", + "concurrently": "^9.1.0", "cors": "^2.8.5", "cron": "^3.1.7", "express": "^4.21.1",