aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-23 21:26:36 -0800
committerFuwn <[email protected]>2026-01-23 21:26:36 -0800
commite30cc3795166a372876969fd83b813472043b48b (patch)
treefc672e36c5d64a804963029a9fe8cc413fc4c220 /package.json
parentfix(stores): Use unknown cast for dynamic property access (diff)
downloaddue.moe-e30cc3795166a372876969fd83b813472043b48b.tar.xz
due.moe-e30cc3795166a372876969fd83b813472043b48b.zip
fix: Add null guards and improve error messaging for user lookups
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index b789a2b1..7c996df9 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,6 @@
"@types/fast-levenshtein": "^0.0.4",
"@types/jsdom": "^21.1.6",
"@types/string-similarity": "^4.0.2",
- "@types/uuid": "^11.0.0",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
@@ -62,7 +61,7 @@
"sortablejs": "^1.15.2",
"string-similarity": "^4.0.4",
"svelte-i18n": "^4.0.0",
- "uuid": "^10.0.0",
+ "uuid": "^13.0.0",
"wanakana": "^5.3.1",
"web-push": "^3.6.7"
},