From 9a56ca41842e6188f78a05064bd941a1af7bb262 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 May 2025 14:42:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03589ff5..310c97b9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@sendgrid/mail": "^7.4.6", "axios": "^0.23.0", - "bcrypt": "^5.0.1", + "bcrypt": "^6.0.0", "body-parser": "^1.19.0", "compression": "^1.7.4", "cookie-session": "^1.4.0",