diff --git a/package-lock.json b/package-lock.json index 19292e3..56aabb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9104,7 +9104,6 @@ "version": "8.5.14", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", - "dev": true, "funding": [ { "type": "opencollective", @@ -10740,16 +10739,16 @@ "license": "(WTFPL OR MIT)" }, "node_modules/uuid": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", - "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "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/valibot": { diff --git a/package.json b/package.json index 2c467b0..db9242e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "overrides": { "postcss": "$postcss", - "uuid": "11.1.1", + "uuid": "14.0.0", "nodemailer": "8.0.7", "lodash": "4.18.1", "file-type": "22.0.0",