From 33e49105b6404e4f9a5f12375f53719b8db9badf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 01:20:13 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.7 to 3.3.11 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.7 to 3.3.11. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.7...v3.3.11) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c569a7..b0a3536 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7484,9 +7484,9 @@ } }, "webpack-cli": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.7.tgz", - "integrity": "sha512-OhTUCttAsr+IZSMVwGROGRHvT+QAs8H6/mHIl4SvhAwYywjiylYjpwybGx7WQ9Hkb45FhjtsymkwiRRbGJ1SZQ==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.11.tgz", + "integrity": "sha512-dXlfuml7xvAFwYUPsrtQAA9e4DOe58gnzSxhgrO/ZM/gyXTBowrsYeubyN4mqGhYdpXMFNyQ6emjJS9M7OBd4g==", "dev": true, "requires": { "chalk": "2.4.2", diff --git a/package.json b/package.json index 32db0cc..db9e414 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "uglify-js": "^3.3.21", "watch": "^1.0.2", "webpack": "^4.39.2", - "webpack-cli": "^3.3.7" + "webpack-cli": "^3.3.11" }, "scripts": { "start": "gulp start",