From 31d225d4c23a91f9e57d068c4e94ba7389005e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:34:53 +0000 Subject: [PATCH] Bump uuid from 10.0.0 to 14.0.0 in /nifi-frontend/src/main/frontend Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 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/v10.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nifi-frontend/src/main/frontend/package-lock.json | 10 +++++----- nifi-frontend/src/main/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nifi-frontend/src/main/frontend/package-lock.json b/nifi-frontend/src/main/frontend/package-lock.json index 80dba8aa9b3f..3f4370bb12c2 100644 --- a/nifi-frontend/src/main/frontend/package-lock.json +++ b/nifi-frontend/src/main/frontend/package-lock.json @@ -51,7 +51,7 @@ "prismjs": "^1.30.0", "rxjs": "~7.8.1", "tslib": "^2.6.2", - "uuid": "^10.0.0", + "uuid": "^14.0.0", "zone.js": "0.16.1" }, "devDependencies": { @@ -24993,16 +24993,16 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "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/v8-compile-cache-lib": { diff --git a/nifi-frontend/src/main/frontend/package.json b/nifi-frontend/src/main/frontend/package.json index 26dbebbe07b4..70d78de6cd6b 100644 --- a/nifi-frontend/src/main/frontend/package.json +++ b/nifi-frontend/src/main/frontend/package.json @@ -57,7 +57,7 @@ "prismjs": "^1.30.0", "rxjs": "~7.8.1", "tslib": "^2.6.2", - "uuid": "^10.0.0", + "uuid": "^14.0.0", "zone.js": "0.16.1" }, "devDependencies": {