From b5532a08960cbcac71c876fba633ff8d15c30b86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 07:29:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8907636..17497e2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/vijaykrishnavanshi/express-graphql-boilerplate#readme", "dependencies": { "apollo-server-express": "^2.21.0", - "bcrypt": "^5.0.1", + "bcrypt": "^6.0.0", "body-parser": "^1.19.0", "bunyan": "^1.8.15", "chai-http": "^4.3.0",