Remove "uuid" dependency (#3811)

## Description:

One dependency less: remove uuid. It is only used to get the three
random digits after "Anon" if no name is present in localStorage.
Crypto.randomUUID also gives us a UUID v4 and can already be used from
Utils > generateCryptoRandomUUID. Not noticable when it comes to speed
either.

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

tryout33
This commit is contained in:
VariableVince
2026-05-02 01:00:45 +02:00
committed by GitHub
parent a93c466334
commit 914c7e750f
3 changed files with 2 additions and 34 deletions
-1
View File
@@ -123,7 +123,6 @@
"seedrandom": "^3.0.5",
"ts-node": "^10.9.2",
"tsx": "^4.17.0",
"uuid": "^14.0.0",
"winston": "^3.17.0",
"ws": "^8.18.0",
"zod": "^4.0.5"