From 8b9886ab9b6299368cabf20f172c2a6e84c0c0c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 08:04:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 673f7dc3..53137aee 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "test": "test" }, "dependencies": { - "express": "^4.17.1", + "express": "^4.17.3", "express-http-to-https": "^1.1.4", "express-static-gzip": "^1.1.3", "gzipper": "^2.10.4"