diff --git a/node/vote-app/package-lock.json b/node/vote-app/package-lock.json index 3ffa38b3..c69b9960 100644 --- a/node/vote-app/package-lock.json +++ b/node/vote-app/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "express": "^4.19.2", - "uuid": "^10.0.0" + "uuid": "^14.0.0" } }, "node_modules/accepts": { @@ -687,15 +687,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/vary": { diff --git a/node/vote-app/package.json b/node/vote-app/package.json index f0fe91fd..12ab0ef4 100644 --- a/node/vote-app/package.json +++ b/node/vote-app/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "express": "^4.19.2", - "uuid": "^10.0.0" + "uuid": "^14.0.0" }, "license": "Apache-2.0" }