From 7859f60f1ef2d1be7df20240ba42f50c36817a33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 17:48:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a3f06b..b2cc448 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "morgan": "1.9.0", "passport": "0.4.0", "passport-local": "1.0.0", - "request": "2.85.0", + "request": "2.88.2", "spdy": "3.4.7", "web-push": "3.3.0", "nodemailer": "^4.6.7",