From 7af40ffbbe2399721a0b481ae46fd8cc8b1c52dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 7 Mar 2019 19:40:09 +0900 Subject: [PATCH] Update webpack-cli requirement from 3.2.1 to 3.2.3 (#4422) Updates the requirements on [webpack-cli](https://github.com/webpack/webpack-cli) to permit the latest version. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v.3.2.1...V.3.2.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 315646e95..7e2f85c98 100644 --- a/package.json +++ b/package.json @@ -249,7 +249,7 @@ "web-push": "3.3.3", "webfinger.js": "2.7.0", "webpack": "4.28.4", - "webpack-cli": "3.2.1", + "webpack-cli": "3.2.3", "websocket": "1.0.28", "ws": "6.1.4", "xev": "2.0.1"