summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2018-11-20 01:26:10 +0100
committerSheogorath2018-11-21 01:33:34 +0100
commitcee2aa92f9244d1dcfc65c5553f5d7f0bbfb3871 (patch)
tree0167ac2cfefaafc530ccc04857f58125ccc283e4 /package.json
parent234171e117842a69aed1a79c55307c2f6dd2043d (diff)
Switch scrypt library to a successor
Since our previous scrypt library is unmaintained since 3 years, it's time to look for an alternative. A refactoring towards another password algorithm was worked on and this is probably still the way to go. But for now the successor of our previous library should already be enough. https://www.npmjs.com/package/scrypt (old library) https://github.com/ml1nk/node-scrypt (new library) Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9779108f..2edd1af5 100644
--- a/package.json
+++ b/package.json
@@ -111,7 +111,7 @@
"readline-sync": "^1.4.7",
"request": "^2.88.0",
"reveal.js": "~3.7.0",
- "scrypt": "^6.0.3",
+ "@mlink/scrypt": "^6.1.2",
"select2": "^3.5.2-browserify",
"sequelize": "^3.28.0",
"sequelize-cli": "^2.5.1",