From 7e897ec0823fdb334f01428019da87397525749c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 19:09:10 +0000 Subject: [PATCH] Bump webpack from 4.41.4 to 4.42.0 Bumps [webpack](https://github.com/webpack/webpack) from 4.41.4 to 4.42.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.4...v4.42.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f126bcf..f24810d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "redux": "^4.0.1", "redux-thunk": "^2.2.0", "superagent": "^5.1.3", - "webpack": "^4.41.4", + "webpack": "^4.42.0", "webpack-cli": "^3.3.10" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index bd0eab5..dbc2db7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6202,10 +6202,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.41.4: - version "4.41.4" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.4.tgz#4bec4125224bdf50efa8be6226c19047599cd034" - integrity sha512-Lc+2uB6NjpCWsHI3trkoISOI64h9QYIXenbEWj3bn3oyjfB1lEBXjWAfAyY2sM0rZn41oD5V91OLwKRwS6Wp8Q== +webpack@^4.42.0: + version "4.42.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.0.tgz#b901635dd6179391d90740a63c93f76f39883eb8" + integrity sha512-EzJRHvwQyBiYrYqhyjW9AqM90dE4+s1/XtCfn7uWg6cS72zH+2VPFAlsnW0+W0cDi0XRjNKUMoJtpSi50+Ph6w== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"