From e5b77b6a9505a3e58e38c12e378a9cd478240bff Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 13:30:39 +0000 Subject: [PATCH 1/2] chore(package): update webpack to version 4.41.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9046e4e..2398b33 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "html-webpack-plugin": "^3.1.0", "husky": "^3.0.0", "style-loader": "^0.23.0", - "webpack": "^4.39.1", + "webpack": "^4.41.2", "webpack-cli": "^3.3.6", "webpack-dev-server": "^3.7.2", "webpack-shell-plugin": "^0.5.0" From 66c91cf8ab8da03733ffd10631981065f6263f6c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 13:30:46 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2ce6f2d..c442a4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6859,10 +6859,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.39.1: - version "4.39.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.39.1.tgz#60ed9fb2b72cd60f26ea526c404d2a4cc97a1bd8" - integrity sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ== +webpack@^4.41.2: + version "4.41.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.2.tgz#c34ec76daa3a8468c9b61a50336d8e3303dce74e" + integrity sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"