From 7542dd1169748638c3e43a76c988289405e86f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Dec 2017 10:26:07 -0500 Subject: [PATCH] chore(dependencies): Bump webpack from 3.8.1 to 3.9.1 (#43) Bumps [webpack](https://github.com/webpack/webpack) from 3.8.1 to 3.9.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v3.8.1...v3.9.1) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4c3e997b..d28cacfc 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "sinon": "^4.1.2", "standard-changelog": "^1.0.5", "standard-version": "^4.2.0", - "webpack": "^3.5.4", + "webpack": "^3.9.1", "webpack-dev-server": "^2.9.5" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 66f55a11..79f2ad79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5501,9 +5501,9 @@ webpack-sources@^1.0.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^3.5.4: - version "3.8.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.8.1.tgz#b16968a81100abe61608b0153c9159ef8bb2bd83" +webpack@^3.9.1: + version "3.9.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.9.1.tgz#9a60aa544ed5d4d454c069e3f521aa007e02643c" dependencies: acorn "^5.0.0" acorn-dynamic-import "^2.0.0"