From 7d3b210d8d148c161976a0d44c472a8ad36c5f5b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 09:48:20 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.7 to 3.3.8 in /js Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.8/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.7...v3.3.8) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 6 +++--- js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index cf0a5ed79..f3b0531e6 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -9019,9 +9019,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.8", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.8.tgz", + "integrity": "sha512-RANYSXwikSWINjHMd/mtesblNSpjpDLoYTBtP99n1RhXqVI/wxN40Auqy42I7y4xrbmRBoA5Zy5E0JSBD5XRhw==", "dev": true, "requires": { "chalk": "2.4.2", diff --git a/js/package.json b/js/package.json index e7f65f82f..e139d3ab8 100644 --- a/js/package.json +++ b/js/package.json @@ -41,7 +41,7 @@ "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.10", "webpack": "^4.39.3", - "webpack-cli": "^3.3.7", + "webpack-cli": "^3.3.8", "webpack-merge": "^4.2.2" }, "scripts": {