From 78c7943af411f422b73b6cf1df136228db0f207a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2020 07:36:43 +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 b035794..9f9c542 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "body-parser": "^1.15.2", - "browserify": "^13.1.0", + "browserify": "^15.0.0", "express": "^4.14.0", "json": "^9.0.4", "literalify": "^0.4.0",