aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-07 13:44:38 -0500
committergrant-kun <[email protected]>2022-10-07 13:44:38 -0500
commit8a8992451a36454fd81268651eee0e5e91bd8283 (patch)
tree670f238f16af5c4d5da0fe47c66e9a4aed5c82be /package.json
parent91d052a46a5c27ec65692b8b74fad9d22cc53bb1 (diff)
updated security
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 23375d7..32dba1c 100644
--- a/package.json
+++ b/package.json
@@ -18,11 +18,15 @@
},
"homepage": "https://github.com/squiresgrant/kanna-site#readme",
"dependencies": {
+ "bcrypt": "^5.1.0",
+ "bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"ip": "^1.1.8",
- "node-rsa": "^1.1.1"
+ "md5": "^2.3.0",
+ "node-rsa": "^1.1.1",
+ "openpgp": "^5.5.0"
},
"devDependencies": {
"emailjs-imap-client": "^3.1.0"