diff --git a/package-lock.json b/package-lock.json index 4edf5e5b..2ed37032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16828,18 +16828,20 @@ "name": "@yaak/template-function-uuid", "version": "0.1.0", "dependencies": { - "uuid": "^11.1.0" + "uuid": "^14.0.0" } }, "plugins/template-function-uuid/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" } }, "plugins/template-function-xml": { @@ -16919,7 +16921,7 @@ "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.1", "slugify": "^1.6.6", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "vkbeautify": "^0.99.3", "whatwg-mimetype": "^4.0.0", "yaml": "^2.6.1" @@ -17011,14 +17013,16 @@ } }, "src-web/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" } }, "src-web/node_modules/vite-plugin-static-copy": { diff --git a/plugins/template-function-uuid/package.json b/plugins/template-function-uuid/package.json index 203f556f..ebeafb2f 100644 --- a/plugins/template-function-uuid/package.json +++ b/plugins/template-function-uuid/package.json @@ -9,6 +9,6 @@ "dev": "yaakcli dev" }, "dependencies": { - "uuid": "^11.1.0" + "uuid": "^14.0.0" } } diff --git a/src-web/package.json b/src-web/package.json index 8196d340..56de7a67 100644 --- a/src-web/package.json +++ b/src-web/package.json @@ -70,7 +70,7 @@ "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.1", "slugify": "^1.6.6", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "vkbeautify": "^0.99.3", "whatwg-mimetype": "^4.0.0", "yaml": "^2.6.1"