From bc7c0b745c9f98941ff4280843fdda248c008d4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Apr 2020 01:10:09 +0100 Subject: [PATCH] fix: upgrade es3ify from 0.1.4 to 0.2.2 Snyk has created this PR to upgrade es3ify from 0.1.4 to 0.2.2. See this package in NPM: https://www.npmjs.com/package/es3ify See this project in Snyk: https://app.snyk.io/org/ukmadlz/project/e7d24dae-0ab3-4d4e-96b7-afcd621f1714?utm_source=github&utm_medium=upgrade-pr --- public/components/pouchdb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/pouchdb/package.json b/public/components/pouchdb/package.json index 9ef5265..f43645c 100644 --- a/public/components/pouchdb/package.json +++ b/public/components/pouchdb/package.json @@ -19,7 +19,7 @@ "argsarray": "0.0.1", "debug": "^2.1.2", "double-ended-queue": "^2.0.0-0", - "es3ify": "^0.1.3", + "es3ify": "^0.2.2", "inherits": "~2.0.1", "level-js": "^2.2.2", "level-sublevel": "^6.5.0",