From 88fbf356f7a7456941468a99bfb0e7f5975d8667 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Mar 2017 13:42:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:concat-stream:20160901 Latest report for nodeos/gitblog: https://snyk.io/test/github/nodeos/gitblog --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d62af71..0a66547 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "async": "^0.9.0", "auth-provider": "^0.6.2", - "browserify": "^8.1.3", + "browserify": "^12.0.0", "ejs": "^2.2.4", "hellojs": "^1.4.3", "highlight.js": "^8.4.0",