From 699c1a042a3634056d3c6bd23b61691de1d99139 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 01:37:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- 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",