From 6003f299798556a15667421aae2fb2cd2629aa39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 23:15:28 +0000 Subject: [PATCH] Update webpack-cli requirement from 3.3.0 to 3.3.7 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/v3.3.7/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v.3.3.0...v3.3.7) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21aea91..eb786df 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "sass-loader": "7.1.0", "style-loader": "0.23.1", "webpack": "4.29.6", - "webpack-cli": "3.3.0", + "webpack-cli": "3.3.7", "webpack-dev-server": "3.2.1", "webpack-merge": "4.2.1" }