From 6a67274733fdd0534c9662d140c5219acfda3803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 03:02:57 +0000 Subject: [PATCH] Bump webpack-manifest-plugin from 3.0.0 to 3.1.0 Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases) - [Commits](https://github.com/shellscape/webpack-manifest-plugin/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 16b2b5e1e..a28740f7f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "webpack": "^5.24.4", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", - "webpack-manifest-plugin": "^3.0.0", + "webpack-manifest-plugin": "^3.1.0", "webpack-merge": "^5.7.3" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index a2936a8b3..1d1b83244 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6950,10 +6950,10 @@ webpack-log@^2.0.0: ansi-colors "^3.0.0" uuid "^3.3.2" -webpack-manifest-plugin@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-3.0.0.tgz#426644300e5dc41a75a9c996c4d4f876eb3c2b5b" - integrity sha512-nbORTdky2HxD8XSaaT+zrsHb30AAgyWAWgCLWaAeQO21VGCScGb52ipqlHA/njix1Z8OW8IOlo4+XK0OKr1fkw== +webpack-manifest-plugin@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-3.1.0.tgz#9030b8839bed093d93930a9d1d3a7ab00f7ac4f7" + integrity sha512-7jgB8Kb0MRWXq3YaDfe+0smv5c7MLMfze8YvG6eBEXZmy6fhwMe/eT47A0KEIF30c0DDEYKbbYTXzaMQETaZ0Q== dependencies: tapable "^2.0.0" webpack-sources "^2.2.0"