From 33ef3a70a8a2a55bdefb70ed66da85001f1327b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Dec 2022 16:44:44 +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 b16119fc..98cf34f1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "cassandra-driver": "~3.5.0", "dav-js": "github:DAVFoundation/dav-js", - "express": "~4.16.4", + "express": "~4.17.3", "kafka-node": "~2.6.1", "rxjs": "~5.5.12" },