From 68618d77600c95bf99b157773068d0271a774276 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 13:17:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dae11b..ed512e9 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.0.0", "socket.io-client": "^1.3.5", "superagent": "^2.2.0" },