From aac4d243a7f94833fc8a3e3fd90f66550c5c4286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 13 Jun 2018 15:15:04 +0200 Subject: [PATCH] Update util to v0.11.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc44ecf..fe9e7ca 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "timers-browserify": "^2.0.2", "tty-browserify": "0.0.0", "url": "^0.11.0", - "util": "^0.10.3", + "util": "^0.11.0", "vm-browserify": "0.0.4" }, "homepage": "http://github.com/webpack/node-libs-browser",