From b609028d846c44c74d9b1f2fc75931fe0928bf94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Sep 2018 22:09:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:github-url-to-object:20180226 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2648dfa34..0f30ed084 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ }, "dependencies": { "decompress": "^4.0.0", - "package-stream": "^1.0.2" + "package-stream": "^2.0.0" } }