Skip to content

Commit

Permalink
remove bcrypt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Oct 12, 2023
1 parent 360385f commit 3d1c4fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/hashing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"@phc/format": "~1.0.0",
"@supercharge/contracts": "^3.20.2",
"@supercharge/manager": "^3.20.2",
"@supercharge/support": "^3.20.2",
"@types/bcrypt": "^5.0.0",
"bcrypt": "~5.1.1"
"@supercharge/support": "^3.20.2"
},
"devDependencies": {
"@supercharge/application": "^3.20.2",
Expand All @@ -33,6 +31,7 @@
"keywords": [
"hashing",
"bcrypt",
"scrypt",
"supercharge",
"superchargejs",
"nodejs"
Expand Down

0 comments on commit 3d1c4fd

Please sign in to comment.