From c2d34b43fc0e3b952ad6d524b526ec22d86c6fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:41:49 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.1.0 to 9.1.1 (#989) 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 177acca..07c7c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@tailwindcss/typography": "0.5.15", "@vitejs/plugin-react-swc": "3.7.2", "autoprefixer": "10.4.20", - "concurrently": "9.1.0", + "concurrently": "9.1.1", "cssnano": "7.0.6", "cz-git": "1.11.0", "dotenv": "16.4.7", @@ -5006,11 +5006,10 @@ } }, "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, - "license": "MIT", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 58ec1cb..e4f5a80 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@tailwindcss/typography": "0.5.15", "@vitejs/plugin-react-swc": "3.7.2", "autoprefixer": "10.4.20", - "concurrently": "9.1.0", + "concurrently": "9.1.1", "cssnano": "7.0.6", "cz-git": "1.11.0", "dotenv": "16.4.7",