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",