Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 1b24f34

Browse files
committed
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] browserify/browserify#1828 [1] component/indexof#6 [2] https://github.com/browserify/vm-browserify/releases
1 parent 1b67bde commit 1b24f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tty-browserify": "0.0.0",
3131
"url": "^0.11.0",
3232
"util": "^0.10.3",
33-
"vm-browserify": "0.0.4"
33+
"vm-browserify": "1.0.1"
3434
},
3535
"homepage": "http://github.com/webpack/node-libs-browser",
3636
"main": "index.js",

0 commit comments

Comments
 (0)