From 6a6c0c3489d07cdf721b9cca3a8184f0d5b2c858 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 10:50:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b60adc..87f40b2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "compression": "^1.7.1", "dotenv": "^4.0.0", "es6-promise": "^4.1.1", - "express": "^4.16.2", + "express": "^4.21.0", "fontfaceobserver": "^2.0.13", "isomorphic-unfetch": "^2.0.0", "object-assign": "^4.1.1",