From be2445845007c6705eb52dde9ad634751e6bce1f Mon Sep 17 00:00:00 2001 From: altair823 Date: Sat, 25 Apr 2026 17:33:32 +0900 Subject: [PATCH] chore(deps): bump uuid to ^14.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v4/v7 imports stay API-compatible — typecheck and unit suite (52/52) both pass against the new resolution. The caret range deviates from the slice's strict-pin invariant (spec §7.1); revisit if reproducible builds become an issue. Co-Authored-By: Claude Opus 4.7 (1M context) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca4cf15..c8f9f6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "electron-log": "5.2.0", "react": "19.2.5", "react-dom": "19.2.5", - "uuid": "11.0.3", + "uuid": "^14.0.0", "zod": "4.3.6", "zustand": "5.0.12" }, @@ -3321,16 +3321,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "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" } }, "node_modules/vite": { diff --git a/package.json b/package.json index 977ce65..3375d61 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "electron-log": "5.2.0", "react": "19.2.5", "react-dom": "19.2.5", - "uuid": "11.0.3", + "uuid": "^14.0.0", "zod": "4.3.6", "zustand": "5.0.12" },