From 2cd34e01b86c8cf8dadcff395cceba12c65c5157 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 May 2018 14:53:25 +0000 Subject: [PATCH] chore(deps): update dependency webpack to v3.12.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e4de449..ed3d05d 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "eslint-plugin-import": "2.9.0", "jest": "21.2.1", "regenerator-runtime": "0.11.1", - "webpack": "3.11.0" + "webpack": "3.12.0" } } diff --git a/yarn.lock b/yarn.lock index 008bc32..15a4418 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4095,9 +4095,9 @@ webpack-sources@^1.0.1: source-list-map "^2.0.0" source-map "~0.5.3" -webpack@3.11.0: - version "3.11.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.11.0.tgz#77da451b1d7b4b117adaf41a1a93b5742f24d894" +webpack@3.12.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.12.0.tgz#3f9e34360370602fcf639e97939db486f4ec0d74" dependencies: acorn "^5.0.0" acorn-dynamic-import "^2.0.0"