From 305d06765b3e191690e7f2f28ae123940d4cbf93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Oct 2017 08:06:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bl:20160119 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:pouchdb:20160830 - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:tunnel-agent:20170305 - https://snyk.io/vuln/npm:qs:20140806 - https://snyk.io/vuln/npm:hawk:20160119 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:request:20160119 - https://snyk.io/vuln/npm:semver:20150403 - https://snyk.io/vuln/npm:tough-cookie:20160722 - https://snyk.io/vuln/npm:tough-cookie:20170905 - https://snyk.io/vuln/npm:qs:20140806-1 Latest report for mattonfoot/belt: https://snyk.io/test/github/mattonfoot/belt --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e23ec51..229c28a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "fast-json-patch": "^0.5.2", "json-patch": "^0.5.0", "jsonpatch": "^1.0.1", - "pouchdb": "~3.0.6", + "pouchdb": "~6.3.0", "rsvp": "~3.0.17", "uuid": "~2.0.1" },