From c20db13bc838222a17241ad16f156592638148bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 15:21:02 +0000 Subject: [PATCH] Bump webpack from 4.39.0 to 4.39.1 Bumps [webpack](https://github.com/webpack/webpack) from 4.39.0 to 4.39.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.0...v4.39.1) 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 6dcf6b1bb..2bc767d6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13662,9 +13662,9 @@ } }, "webpack": { - "version": "4.39.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.0.tgz", - "integrity": "sha512-nrxFNSEKm4T1C/EsgOgN50skt//Pl4X7kgJC1MrlE47M292LSCVmMOC47iTGL0CGxbdwhKGgeThrJcw0bstEfA==", + "version": "4.39.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.1.tgz", + "integrity": "sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ==", "dev": true, "requires": { "@webassemblyjs/ast": "1.8.5", diff --git a/package.json b/package.json index d3436ddc6..ec4afa7cf 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "stylelint-scss": "^3.9.2", "uglifyjs-3-webpack-plugin": "^1.2.4", "unfetch": "^3.0.0", - "webpack": "^4.39.0", + "webpack": "^4.39.1", "webpack-cli": "^3.3.6", "webpack-manifest-plugin": "^2.0.4" },