From 98c1eb892ed5a5c3daada758a7d02a6123e39954 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Apr 2022 16:05:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a3be224..5b2d3b9 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "socket.io": "1.7.4", "deasync": "*", "data.io": "*", - "tingodb": "0.3.5", - "pouchdb": "3.1.0", + "tingodb": "0.4.0", + "pouchdb": "4.0.2", "swagger-tools": "*", "body-parser": "*", "chai": "*", @@ -46,7 +46,7 @@ "mathjs": "*", "microtime": "^2.1.2", "mocha": "*", - "mosca": "1.1.0", + "mosca": "2.5.1", "mqtt": "^1.14.1", "multer": "0.1.6", "node-uuid": "*",