From 11bd63f90c14bcfde27bd810d361b2a87e49d5a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 12 Jun 2019 01:22:59 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.3 to 3.3.4 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.3 to 3.3.4. - [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/3.3.3...v3.3.4) 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 0e81f2bf..111c9553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16348,9 +16348,9 @@ } }, "webpack-cli": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.3.tgz", - "integrity": "sha512-/qBxTvsxZ7bIFQtSa08QRY5BZuiJb27cbJM/nzmgXg9NEaudP20D7BruKKIuWfABqWoMEJQcNYYq/OxxSbPHlg==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.4.tgz", + "integrity": "sha512-ubJGQEKMtBSpT+LiL5hXvn2GIOWiRWItR1DGUqJRhwRBeGhpRXjvF5f0erqdRJLErkfqS5/Ldkkedh4AL5Q1ZQ==", "dev": true, "requires": { "chalk": "^2.4.1", diff --git a/package.json b/package.json index fcc68ee8..43177e43 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "vue-loader": "^15.7.0", "vue-template-compiler": "^2.6.10", "webpack": "^4.33.0", - "webpack-cli": "^3.3.3", + "webpack-cli": "^3.3.4", "webpack-merge": "^4.2.1" }, "engines": {