From e6c075c375b470c7d0881f68d02bab78b26efedb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jul 2020 04:14:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BCRYPT-572911 - https://snyk.io/vuln/SNYK-JS-BCRYPT-575033 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b39924..7f54648 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Ashish Kumar", "license": "ISC", "dependencies": { - "bcrypt": "^4.0.1", + "bcrypt": "^5.0.0", "body-parser": "^1.19.0", "compression": "^1.7.4", "cookie-parser": "^1.4.5",