⬆️ upgrade uuid from 9.0.1 -> 11.1.0 (#5048)

This commit is contained in:
Matt Fiddaman
2025-06-07 01:02:35 -04:00
committed by GitHub
parent b22d712b4f
commit 9f1a8f6d5c
8 changed files with 27 additions and 29 deletions

View File

@@ -27,10 +27,9 @@
"better-sqlite3": "^11.10.0",
"compare-versions": "^6.1.1",
"node-fetch": "^3.3.2",
"uuid": "^9.0.1"
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"tsc-alias": "^1.8.16",
"typescript": "^5.8.3",
"vitest": "^3.1.3"