fix: don't use npm crypto

This commit is contained in:
Huskydog9988
2025-04-06 14:27:31 -04:00
parent 17d3e0ef54
commit 0b9d0a4ad9
3 changed files with 5 additions and 12 deletions

View File

@ -24,8 +24,7 @@
"arktype": "^2.1.10",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"cookie-es": "^1.2.2",
"crypto": "^1.0.1",
"cookie-es": "^2.0.0",
"fast-fuzzy": "^1.12.0",
"file-type-mime": "^0.4.3",
"jdenticon": "^3.3.0",
@ -53,7 +52,7 @@
"@types/node": "^22.13.16",
"@types/turndown": "^5.0.5",
"autoprefixer": "^10.4.20",
"h3": "^1.13.0",
"h3": "^1.15.1",
"postcss": "^8.4.47",
"sass": "^1.79.4",
"tailwindcss": "^4.0.0",