From b21ed55ea02506a15df3518a672797d22d849982 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 10:23:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e603476..05aa81e6 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.20.0", "form-data": "^4.0.0", "hexy": "^0.3.1", "ipaddr.js": "^2.0.1",