From f35c6b25fc062a02470a705901db30863b37c499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:07:19 +0000 Subject: [PATCH] Bump concurrently from 9.1.1 to 9.1.2 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2) --- 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 6ef617a1..1f917f26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@typescript-eslint/parser": "^8.18.2", "babel-loader": "^9.2.1", "bun": "^1.1.42", - "concurrently": "^9.1.1", + "concurrently": "^9.1.2", "core-js-pure": "^3.39.0", "diffable-html": "^5.0.0", "esbuild-plugin-manifest": "^1.0.5", @@ -7367,9 +7367,9 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.1.tgz", - "integrity": "sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz", + "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 6bf7f0a6..57d4eaf0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@typescript-eslint/parser": "^8.18.2", "babel-loader": "^9.2.1", "bun": "^1.1.42", - "concurrently": "^9.1.1", + "concurrently": "^9.1.2", "core-js-pure": "^3.39.0", "diffable-html": "^5.0.0", "esbuild-plugin-manifest": "^1.0.5",