migrate bcrypt to bcryptjs

This commit is contained in:
DecDuck
2024-11-05 10:56:34 +11:00
parent c3914cc1ed
commit 3a51c9cc9c
3 changed files with 13 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"@nuxt/content": "^2.13.4",
"@prisma/client": "5.20.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"fast-fuzzy": "^1.12.0",
"file-type-mime": "^0.4.3",
"jdenticon": "^3.3.0",
@ -37,6 +38,7 @@
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/markdown-it": "^14.1.2",
"@types/turndown": "^5.0.5",
"@types/uuid": "^10.0.0",