From 2191f6f0889d9931dfdcf06a0bfb72b533200a21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2020 07:32:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65c44b6..9ec39c7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "browserify": "^11.0.1", + "browserify": "^15.0.0", "flux": "^2.1.1", "keymirror": "^0.1.1", "lodash": "^3.10.1",