From 1c46f4f5fe4023bebc63cc89516c612ff5beeb34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 9 Apr 2018 05:37:22 +0000 Subject: [PATCH] Bump webpack-manifest-plugin from 1.3.2 to 2.0.0 Bumps [webpack-manifest-plugin](https://github.com/danethurber/webpack-manifest-plugin) from 1.3.2 to 2.0.0. - [Release notes](https://github.com/danethurber/webpack-manifest-plugin/releases) - [Commits](https://github.com/danethurber/webpack-manifest-plugin/compare/v1.3.2...v2.0.0) 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..258dc4d 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.0", "whatwg-fetch": "^2.0.3" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 19744c3..c20d567 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.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.0.tgz#691a0209e12083c375f6f22732ebc0e660437529" dependencies: fs-extra "^0.30.0" lodash ">=3.5 <5" + tapable "^1.0.0" webpack-sources@^1.0.1: version "1.0.2"