From 0dfdc53ac6f3f322e426fbdfddb2a1c59e3570ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:18:37 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.1.0 to 9.1.1 (#1412) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3e0c3022a..07baae0ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "atomic-algolia": "^0.3.19" }, "devDependencies": { - "concurrently": "^9.1.0", + "concurrently": "^9.1.1", "tailwindcss": "^3.4.17" } }, @@ -2165,9 +2165,9 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "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 bf55618e9..e02e29e62 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/HEIGE-PCloud/DoIt#readme", "devDependencies": { - "concurrently": "^9.1.0", + "concurrently": "^9.1.1", "tailwindcss": "^3.4.17" }, "dependencies": {