Bump uuid from 11.1.0 to 13.0.0 in /frontend #143

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/frontend/uuid-13.0.0 into main 2025-10-26 11:02:30 +00:00
3 changed files with 8 additions and 6 deletions

View file

@ -4277,14 +4277,16 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/uuid": { "node_modules/uuid": {
"version": "11.1.0", "version": "13.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"
], ],
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"uuid": "dist/esm/bin/uuid" "uuid": "dist-node/bin/uuid"
} }
}, },
"node_modules/vault-link-obsidian-plugin": { "node_modules/vault-link-obsidian-plugin": {
@ -4653,7 +4655,7 @@
"minimatch": "^10.0.1", "minimatch": "^10.0.1",
"p-queue": "^8.1.0", "p-queue": "^8.1.0",
"reconcile-text": "^0.5.0", "reconcile-text": "^0.5.0",
"uuid": "^11.1.0" "uuid": "^13.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^24.8.1", "@types/node": "^24.8.1",
@ -4699,7 +4701,7 @@
"tslib": "2.8.1", "tslib": "2.8.1",
"tsx": "^4.20.5", "tsx": "^4.20.5",
"typescript": "5.8.3", "typescript": "5.8.3",
"uuid": "^11.1.0", "uuid": "^13.0.0",
"webpack": "^5.99.9", "webpack": "^5.99.9",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
} }

View file

@ -17,7 +17,7 @@
"minimatch": "^10.0.1", "minimatch": "^10.0.1",
"p-queue": "^8.1.0", "p-queue": "^8.1.0",
"reconcile-text": "^0.5.0", "reconcile-text": "^0.5.0",
"uuid": "^11.1.0" "uuid": "^13.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^24.8.1", "@types/node": "^24.8.1",

View file

@ -17,7 +17,7 @@
"tslib": "2.8.1", "tslib": "2.8.1",
"tsx": "^4.20.5", "tsx": "^4.20.5",
"typescript": "5.8.3", "typescript": "5.8.3",
"uuid": "^11.1.0", "uuid": "^13.0.0",
"webpack": "^5.99.9", "webpack": "^5.99.9",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
} }