Bump uuid from 11.1.0 to 14.0.0 (#445)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-23 06:37:40 -07:00
committed by GitHub
parent 6b56ec569f
commit 980f26f2f0
3 changed files with 12 additions and 8 deletions
+10 -6
View File
@@ -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": {
+1 -1
View File
@@ -9,6 +9,6 @@
"dev": "yaakcli dev"
},
"dependencies": {
"uuid": "^11.1.0"
"uuid": "^14.0.0"
}
}
+1 -1
View File
@@ -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"