From 1ada604d2ce48c9c968291d6accdf415944e0b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 17:17:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 673f7dc3..18f29e54 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "test": "test" }, "dependencies": { - "express": "^4.17.1", + "express": "^4.19.2", "express-http-to-https": "^1.1.4", "express-static-gzip": "^1.1.3", "gzipper": "^2.10.4"