From beab9afb0ec0f3138d54537cccda4b99fb732d67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Aug 2021 05:31:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 --- 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",