From 001addae8c21e9ceea153bcd78808bce65670fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:41:23 +0000 Subject: [PATCH] Bump uuid from 11.1.0 to 13.0.0 in /frontend Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 13.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 10 ++++++---- frontend/sync-client/package.json | 2 +- frontend/test-client/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 180a76cd..26127701 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -4277,14 +4277,16 @@ "license": "MIT" }, "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": [ "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/vault-link-obsidian-plugin": { @@ -4653,7 +4655,7 @@ "minimatch": "^10.0.1", "p-queue": "^8.1.0", "reconcile-text": "^0.5.0", - "uuid": "^11.1.0" + "uuid": "^13.0.0" }, "devDependencies": { "@types/node": "^24.8.1", @@ -4699,7 +4701,7 @@ "tslib": "2.8.1", "tsx": "^4.20.5", "typescript": "5.8.3", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "webpack": "^5.99.9", "webpack-cli": "^6.0.1" } diff --git a/frontend/sync-client/package.json b/frontend/sync-client/package.json index ca2735a2..6aa803cf 100644 --- a/frontend/sync-client/package.json +++ b/frontend/sync-client/package.json @@ -17,7 +17,7 @@ "minimatch": "^10.0.1", "p-queue": "^8.1.0", "reconcile-text": "^0.5.0", - "uuid": "^11.1.0" + "uuid": "^13.0.0" }, "devDependencies": { "@types/node": "^24.8.1", diff --git a/frontend/test-client/package.json b/frontend/test-client/package.json index aa6aba25..90ff83d0 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -17,7 +17,7 @@ "tslib": "2.8.1", "tsx": "^4.20.5", "typescript": "5.8.3", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "webpack": "^5.99.9", "webpack-cli": "^6.0.1" } -- 2.47.2