From 00e84c9e67151f5b0305fe6dc2259996e2df8c34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 06:15:13 +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 f4ea3e5..203e99d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "app-root-path": "2.1.0", "classnames": "2.2.6", "cors": "2.8.5", - "express": "4.16.4", + "express": "4.21.1", "graphql": "14.1.1", "graphql-tag": "2.9.2", "helmet": "3.15.0",