From 95f847f79dea72805ad1c4465bb679fb77f5429e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:10:19 +0000 Subject: [PATCH] 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:production 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 58d3e2b..6e66d29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@web/dev-server": "^0.4.6", "babel-preset-minify": "^0.5.2", "bulma": "^1.0.2", - "concurrently": "^9.1.0", + "concurrently": "^9.1.1", "notiflix": "^3.2.7", "preact": "^10.25.3", "react-helmet-async": "^2.0.5", @@ -1943,9 +1943,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==", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 883b715..0db75e4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@web/dev-server": "^0.4.6", "babel-preset-minify": "^0.5.2", "bulma": "^1.0.2", - "concurrently": "^9.1.0", + "concurrently": "^9.1.1", "notiflix": "^3.2.7", "preact": "^10.25.3", "react-helmet-async": "^2.0.5",