From 7c47697ced43fb7b38e8778f31eb4a3140f0b792 Mon Sep 17 00:00:00 2001
From: snyk-bot
Date: Wed, 21 Feb 2018 00:32:52 +0000
Subject: [PATCH] fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:lodash:20180130
Latest report for nodeos/nogit:
https://snyk.io/test/github/nodeos/nogit
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index f5fc886..987dcc3 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"js-git"
],
"dependencies": {
- "archiver": "^0.14.4",
+ "archiver": "^1.0.0",
"commander": "https://github.com/whyleee/commander.js/tarball/master",
"del": "^1.2.1",
"global-tunnel": "https://github.com/whyleee/global-tunnel/tarball/master",