chore: update @types/bcryptjs

This commit is contained in:
Huskydog9988
2025-04-10 19:50:37 -04:00
parent ca03be7f43
commit 04c56fd985
2 changed files with 8 additions and 6 deletions

View File

@@ -46,7 +46,7 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/bcryptjs": "^2.4.6",
"@types/bcryptjs": "^3.0.0",
"@types/luxon": "^3.6.2",
"@types/node": "^22.13.16",
"@types/turndown": "^5.0.5",

View File

@@ -1605,10 +1605,12 @@
dependencies:
tslib "^2.4.0"
"@types/bcryptjs@^2.4.6":
version "2.4.6"
resolved "https://registry.yarnpkg.com/@types/bcryptjs/-/bcryptjs-2.4.6.tgz#2b92e3c2121c66eba3901e64faf8bb922ec291fa"
integrity sha512-9xlo6R2qDs5uixm0bcIqCeMCE6HiQsIyel9KQySStiyqNl2tnj2mP3DX1Nf56MD6KMenNNlBBsy3LJ7gUEQPXQ==
"@types/bcryptjs@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/bcryptjs/-/bcryptjs-3.0.0.tgz#d7be11653aa82cf17ffee4f3925f1f80cfc1add2"
integrity sha512-WRZOuCuaz8UcZZE4R5HXTco2goQSI2XxjGY3hbM/xDvwmqFWd4ivooImsMx65OKM6CtNKbnZ5YL+YwAwK7c1dg==
dependencies:
bcryptjs "*"
"@types/debug@^4.0.0":
version "4.1.12"
@@ -2121,7 +2123,7 @@ basic-auth@^2.0.1:
dependencies:
safe-buffer "5.1.2"
bcryptjs@^3.0.2:
bcryptjs@*, bcryptjs@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-3.0.2.tgz#caadcca1afefe372ed6e20f86db8e8546361c1ca"
integrity sha512-k38b3XOZKv60C4E2hVsXTolJWfkGRMbILBIe2IBITXciy5bOsTKot5kDrf3ZfufQtQOUN5mXceUEpU1rTl9Uog==