From 78f993113a0b1567f4caa7d8278579f173b465b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 09:52:33 +0000 Subject: [PATCH] Bump webpack from 4.41.3 to 4.41.4 in /js Bumps [webpack](https://github.com/webpack/webpack) from 4.41.3 to 4.41.4. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.3...v4.41.4) 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 db2f4ad81..5a1e3e652 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -8069,9 +8069,9 @@ } }, "webpack": { - "version": "4.41.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.41.3.tgz", - "integrity": "sha512-EcNzP9jGoxpQAXq1VOoTet0ik7/VVU1MovIfcUSAjLowc7GhcQku/sOXALvq5nPpSei2HF6VRhibeJSC3i/Law==", + "version": "4.41.4", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.41.4.tgz", + "integrity": "sha512-Lc+2uB6NjpCWsHI3trkoISOI64h9QYIXenbEWj3bn3oyjfB1lEBXjWAfAyY2sM0rZn41oD5V91OLwKRwS6Wp8Q==", "dev": true, "requires": { "@webassemblyjs/ast": "1.8.5", diff --git a/js/package.json b/js/package.json index 25b5e9e44..66e1b9a54 100644 --- a/js/package.json +++ b/js/package.json @@ -39,7 +39,7 @@ "vue-loader": "^15.8.3", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.11", - "webpack": "^4.41.3", + "webpack": "^4.41.4", "webpack-cli": "^3.3.10", "webpack-merge": "^4.2.2" },