From 1135075513a299c28759cc1c923c76f8b062aef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harri=20H=C3=A4likk=C3=A4?= Date: Wed, 13 Dec 2017 11:46:37 +0200 Subject: [PATCH] Update glob-promise to latest 3.3.0 (#3447) v3.2.0 pulls in 20+ MB worth of devDeps of which some are deprecated, and these are shown as warnings to the users of Next.js. Dropping these devDeps is the only change between 3.2.0 and 3.3.0 (see https://github.com/ahmadnassri/glob-promise/releases) Related glob-promise issue: - https://github.com/ahmadnassri/glob-promise/pull/52 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 666d61f6..1418906a 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "fresh": "0.5.2", "friendly-errors-webpack-plugin": "1.6.1", "glob": "7.1.2", - "glob-promise": "3.2.0", + "glob-promise": "3.3.0", "hoist-non-react-statics": "2.3.1", "htmlescape": "1.1.1", "http-status": "1.0.1",