From 445f479352460a430fd5ee1c2ef53a9a33b940d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jul 2020 03:12:10 +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 b83869c..5e04f61 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "bcrypt": "^1.0.2", + "bcrypt": "^5.0.0", "good": "^7.1.0", "good-console": "^6.4.0", "good-squeeze": "^5.0.1",