diff --git a/frontend-web/webclient/package-lock.json b/frontend-web/webclient/package-lock.json index 3a050a74e8..877125357b 100644 --- a/frontend-web/webclient/package-lock.json +++ b/frontend-web/webclient/package-lock.json @@ -8177,14 +8177,16 @@ } }, "node_modules/uuid": { - "version": "11.1.0", + "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/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vite": {