From 50e089054aab4bf5ee836c6a3a8e38c5eef49ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:19:33 +0000 Subject: [PATCH] Bump uuid Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../frontend/AWS-MQ-showcase/package-lock.json | 16 +++++----------- .../frontend/AWS-MQ-showcase/package.json | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/ibm-messaging-mq-cloud-showcase-app/frontend/AWS-MQ-showcase/package-lock.json b/ibm-messaging-mq-cloud-showcase-app/frontend/AWS-MQ-showcase/package-lock.json index ee74971d..7a03e5ba 100644 --- a/ibm-messaging-mq-cloud-showcase-app/frontend/AWS-MQ-showcase/package-lock.json +++ b/ibm-messaging-mq-cloud-showcase-app/frontend/AWS-MQ-showcase/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^19", "react-router-dom": "^7.18.2", "react-toastify": "^11.1.0", - "uuid": "^9.0.0", + "uuid": "^14.0.0", "zustand": "^5" }, "devDependencies": { @@ -2953,7 +2953,6 @@ "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", "license": "ISC", - "peer": true, "engines": { "node": ">=12" } @@ -6213,7 +6212,6 @@ "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -6223,7 +6221,6 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz", "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==", "license": "MIT", - "peer": true, "dependencies": { "scheduler": "^0.27.0" }, @@ -6620,7 +6617,6 @@ "resolved": "https://registry.npmjs.org/sass/-/sass-1.102.0.tgz", "integrity": "sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==", "license": "MIT", - "peer": true, "dependencies": { "chokidar": "^5.0.0", "immutable": "^5.1.5", @@ -7494,17 +7490,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/validate-npm-package-license": { @@ -7524,7 +7519,6 @@ "integrity": "sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "lightningcss": "^1.33.0", "picomatch": "^4.0.5", diff --git a/ibm-messaging-mq-cloud-showcase-app/frontend/AWS-MQ-showcase/package.json b/ibm-messaging-mq-cloud-showcase-app/frontend/AWS-MQ-showcase/package.json index c140662a..d91f442a 100644 --- a/ibm-messaging-mq-cloud-showcase-app/frontend/AWS-MQ-showcase/package.json +++ b/ibm-messaging-mq-cloud-showcase-app/frontend/AWS-MQ-showcase/package.json @@ -27,7 +27,7 @@ "react-dom": "^19", "react-router-dom": "^7.18.2", "react-toastify": "^11.1.0", - "uuid": "^9.0.0", + "uuid": "^14.0.0", "zustand": "^5" }, "devDependencies": {