From 06c2495498bcd8937cac3d0bfbeee4d8ff0f4b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:33:58 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.1.0 to 9.1.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.1.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... 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 66585eb0..5eaa0ad0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@semantic-release/release-notes-generator": "^14.0.2", "@types/prismjs": "^1.26.5", "chokidar-cli": "^3.0.0", - "concurrently": "^9.1.0", + "concurrently": "^9.1.1", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint": "^9.17.0", @@ -4659,9 +4659,9 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", - "integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.1.tgz", + "integrity": "sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 214976a6..522d6086 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@semantic-release/release-notes-generator": "^14.0.2", "@types/prismjs": "^1.26.5", "chokidar-cli": "^3.0.0", - "concurrently": "^9.1.0", + "concurrently": "^9.1.1", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint": "^9.17.0",