From 3fecbfe813e621ab5b956895638eac529ed7bd15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 21:02:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - 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 7b60adc..2c2a1e8 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.20.0", "fontfaceobserver": "^2.0.13", "isomorphic-unfetch": "^2.0.0", "object-assign": "^4.1.1",