From 3bf43920709c94ba4b3d083db8a3a7aa2b4906ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2024 23:48:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b04bbd4..5f09f7c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "body-parser": "^1.20.0", "cors": "^2.8.5", "dotenv": "^16.0.1", - "express": "^4.18.1", + "express": "^4.21.1", "express-basic-auth": "^1.2.1", "http-errors": "^2.0.0", "moq.ts": "^9.0.2",