From a32b6a9c64dea7a29b3def04c10d480fbee28d24 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 2 Aug 2019 06:18:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca8624df6..5c85bb9a7 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "folderify": "^0.7.0", "form-data": "^0.2.0", "har-validator-fsless": "1.6.6", - "postman-collection": "3.0.8" + "postman-collection": "3.5.1" } }