From 1b24f3468cb892e953362b0efebbbf088b8214be Mon Sep 17 00:00:00 2001 From: Mathis Wiehl Date: Fri, 27 Apr 2018 20:21:22 +0200 Subject: [PATCH] chore: upgrade vm-browserify to 1.0.1 vm-browserify up until 1.0.1 dependy upon unlicensed code. [0][1] This means node-libs-browser does too. This resolves the issue by upgrading it. All changes in between where non-breaking. [2] [0] https://github.com/browserify/browserify/issues/1828 [1] https://github.com/component/indexof/issues/6 [2] https://github.com/browserify/vm-browserify/releases --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc44ecf..064d403 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tty-browserify": "0.0.0", "url": "^0.11.0", "util": "^0.10.3", - "vm-browserify": "0.0.4" + "vm-browserify": "1.0.1" }, "homepage": "http://github.com/webpack/node-libs-browser", "main": "index.js",