From e61d1de45b46a9ad1c9e6e1a176f1382f73ddebf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Jan 2019 04:11:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:extend:20180424 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28178656d7..8180284107 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "async": "~2.6.1", "buffer-from": "~1.1.0", "csv-stringify": "~1.0.2", - "extend": "~3.0.1", + "extend": "~3.0.2", "file-type": "^7.7.1", "isstream": "~0.1.2", "mime-types": "~2.1.18",