From 7deb66a491e4342bc6dc9b3aeda6dd99fb7a7786 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Sep 2024 09:06:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd8b52e..c97ff2e 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "react": "15.0.1", "redux": "3.5.2", "react-dom": "15.0.1", - "express": "4.15.3" + "express": "4.21.0" } }