From c60dec4e50c6f9647cbf8e072b7595589db2ac42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Dec 2022 08:32:16 +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 9e603476..a53a513c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/winston-syslog": "^2.0.4", "arg": "^5.0.0", "axios": "^0.21.3", - "express": "^4.17.1", + "express": "^4.17.3", "form-data": "^4.0.0", "hexy": "^0.3.1", "ipaddr.js": "^2.0.1",