From 72d829f9843c86cedb9d3c7f9f6fafea615e6f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 01:19:01 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.1 to 3.3.2 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.1 to 3.3.2. - [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/commits) Signed-off-by: dependabot[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 48fb26fc..c1313f75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15844,9 +15844,9 @@ } }, "webpack-cli": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.1.tgz", - "integrity": "sha512-c2inFU7SM0IttEgF7fK6AaUsbBnORRzminvbyRKS+NlbQHVZdCtzKBlavRL5359bFsywXGRAItA5di/IruC8mg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.2.tgz", + "integrity": "sha512-FLkobnaJJ+03j5eplxlI0TUxhGCOdfewspIGuvDVtpOlrAuKMFC57K42Ukxqs1tn8947/PM6tP95gQc0DCzRYA==", "dev": true, "requires": { "chalk": "^2.4.1", diff --git a/package.json b/package.json index 336de34e..6ee49d05 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "vue-loader": "^15.7.0", "vue-template-compiler": "^2.6.10", "webpack": "^4.30.0", - "webpack-cli": "^3.3.1", + "webpack-cli": "^3.3.2", "webpack-merge": "^4.2.1" }, "engines": {