From 9aafb153e08b112759c51d69215aba909bf75fc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 05:36:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a3be224..02c1463 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "assert": "*", "bluebird": "*", "optimist": "*", - "express": "~4.0.0", + "express": "~4.22.0", "express-session": "*", "express-http-proxy": "*", "passport": ">= 0.0.0", @@ -27,7 +27,7 @@ "deasync": "*", "data.io": "*", "tingodb": "0.3.5", - "pouchdb": "3.1.0", + "pouchdb": "6.3.0", "swagger-tools": "*", "body-parser": "*", "chai": "*", @@ -48,7 +48,7 @@ "mocha": "*", "mosca": "1.1.0", "mqtt": "^1.14.1", - "multer": "0.1.6", + "multer": "2.0.0", "node-uuid": "*", "numeric": "*", "plotly": "0.2.13",