From e43ab8ddc93dadad0d26b90c51692993461d4fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 15:20:28 +0000 Subject: [PATCH] Bump webpack from 4.32.0 to 4.32.1 Bumps [webpack](https://github.com/webpack/webpack) from 4.32.0 to 4.32.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.32.0...v4.32.1) 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 6485c2d26..2a4bb516c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13493,9 +13493,9 @@ } }, "webpack": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.0.tgz", - "integrity": "sha512-ofFq9jjAn4HRzlmkcZZrjijbRZcqDw+mM9KrjKd0r6lS0qxyZ7jzICzhphGafXL62dGdjP7TgMK9mZeMLUgZgw==", + "version": "4.32.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.1.tgz", + "integrity": "sha512-R0S2tfWP2tZ8ZC2dwgnUVfa9LPvhGWJXjqfgIQ6jply+9ncBbt8IZ9p83uVeqsZ/s8zKA3XyepciWNHnSxxnHg==", "dev": true, "requires": { "@webassemblyjs/ast": "1.8.5", diff --git a/package.json b/package.json index e3ad8228c..c58fd26c1 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "stylelint-scss": "^3.6.1", "uglifyjs-3-webpack-plugin": "^1.2.4", "unfetch": "^3.0.0", - "webpack": "^4.32.0", + "webpack": "^4.32.1", "webpack-cli": "^3.3.2", "webpack-manifest-plugin": "^2.0.4" },