From abb736ceee3aad380f3396bdbb71b1d2f482ecff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Sep 2021 03:48:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b83869c..8b1e5bb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "bcrypt": "^1.0.2", + "bcrypt": "^2.0.0", "good": "^7.1.0", "good-console": "^6.4.0", "good-squeeze": "^5.0.1",