chore(deps): bump uuid to ^14.0.0

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) <noreply@anthropic.com>
This commit is contained in:
altair823
2026-04-25 17:33:32 +09:00
parent 8eeba97a3a
commit be24458450
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -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": {

View File

@@ -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"
},