From b76caac68fb2d24fff6c115a5452fcb4a76c4a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 20 Apr 2018 05:25:09 +0000 Subject: [PATCH] Bump webpack-manifest-plugin from 1.3.2 to 2.0.1 Bumps [webpack-manifest-plugin](https://github.com/danethurber/webpack-manifest-plugin) from 1.3.2 to 2.0.1. - [Release notes](https://github.com/danethurber/webpack-manifest-plugin/releases) - [Commits](https://github.com/danethurber/webpack-manifest-plugin/compare/v1.3.2...v2.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5678671..6ba9c9b 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "webpack": "^3.10.0", "webpack-dashboard": "^1.0.0-5", "webpack-dev-server": "^2.11.0", - "webpack-manifest-plugin": "^1.3.2", + "webpack-manifest-plugin": "^2.0.1", "whatwg-fetch": "^2.0.3" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 19744c3..2add8d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8675,6 +8675,10 @@ tapable@^0.2.7: version "0.2.8" resolved "http://registry.npm.taobao.org/tapable/download/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22" +tapable@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2" + tar-pack@^3.4.0: version "3.4.1" resolved "http://registry.npm.taobao.org/tar-pack/download/tar-pack-3.4.1.tgz#e1dbc03a9b9d3ba07e896ad027317eb679a10a1f" @@ -9214,12 +9218,13 @@ webpack-dev-server@^2.11.0: webpack-dev-middleware "1.12.2" yargs "6.6.0" -webpack-manifest-plugin@^1.3.2: - version "1.3.2" - resolved "http://registry.npm.taobao.org/webpack-manifest-plugin/download/webpack-manifest-plugin-1.3.2.tgz#5ea8ee5756359ddc1d98814324fe43496349a7d4" +webpack-manifest-plugin@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.1.tgz#9ef26040eb2980bfcdd74a3ef88b6562c559469f" dependencies: fs-extra "^0.30.0" lodash ">=3.5 <5" + tapable "^1.0.0" webpack-sources@^1.0.1: version "1.0.2"