From b4ff4cbf25e88e4047a8609e7475682369fababa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 11:02:30 +0000 Subject: [PATCH] Bump uuid from 11.1.0 to 13.0.0 in /frontend (#143) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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" }