From 45840190b9be21579a25de97337f312e78c2b48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:05:54 +0000 Subject: [PATCH] Bump uuid from 10.0.0 to 14.0.0 in /karavan-core 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] --- karavan-core/package-lock.json | 10 +++++----- karavan-core/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/karavan-core/package-lock.json b/karavan-core/package-lock.json index 7176237e4ed..41f59a63f07 100644 --- a/karavan-core/package-lock.json +++ b/karavan-core/package-lock.json @@ -12,7 +12,7 @@ "@types/js-yaml": "^4.0.9", "@types/uuid": "^10.0.0", "tsconfig-paths": "^4.2.0", - "uuid": "10.0.0" + "uuid": "14.0.0" }, "devDependencies": { "@types/chai": "^4.3.16", @@ -1466,16 +1466,16 @@ "dev": true }, "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/karavan-core/package.json b/karavan-core/package.json index c1849784a48..0499c6bde35 100644 --- a/karavan-core/package.json +++ b/karavan-core/package.json @@ -39,7 +39,7 @@ "@types/js-yaml": "^4.0.9", "@types/uuid": "^10.0.0", "tsconfig-paths": "^4.2.0", - "uuid": "10.0.0" + "uuid": "14.0.0" }, "devDependencies": { "@types/chai": "^4.3.16",