From da18e51b282849a845664e56608b15e67a073b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:12:25 +0000 Subject: [PATCH] Bump concurrently from 9.1.1 to 9.1.2 in /ui 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index aacabdff..2685003b 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16,7 +16,7 @@ "@patternfly/react-styles": "^6.1.0", "@patternfly/react-table": "^6.1.0", "async": "^3.2.6", - "concurrently": "^9.1.1", + "concurrently": "^9.1.2", "jssha": "^3.3.1", "minimist": "^1.2.8", "node-forge": "^1.3.1", @@ -4714,9 +4714,9 @@ "dev": true }, "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==", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", @@ -18924,9 +18924,9 @@ "dev": true }, "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==", "requires": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/ui/package.json b/ui/package.json index b85bc1fd..f79d0379 100644 --- a/ui/package.json +++ b/ui/package.json @@ -77,7 +77,7 @@ "@patternfly/react-styles": "^6.1.0", "@patternfly/react-table": "^6.1.0", "async": "^3.2.6", - "concurrently": "^9.1.1", + "concurrently": "^9.1.2", "jssha": "^3.3.1", "minimist": "^1.2.8", "node-forge": "^1.3.1",