From 624277ee329a93a906f9abafe4ebc37e56c9e1d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:10:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dae11b..b3cabb0 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "fs": "0.0.2", "jsondiffpatch": "^0.2.4", "loglevel": "^1.2.0", - "pouchdb": "^6.0.5", + "pouchdb": "^7.1.0", "socket.io-client": "^1.3.5", "superagent": "^2.2.0" },