From 97a7a03fcbade0f29be4f55da0ad796250be2551 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 09:22:42 +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-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcfc726b..182727a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23312,9 +23312,9 @@ } }, "webpack-manifest-plugin": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-3.0.0.tgz", - "integrity": "sha512-nbORTdky2HxD8XSaaT+zrsHb30AAgyWAWgCLWaAeQO21VGCScGb52ipqlHA/njix1Z8OW8IOlo4+XK0OKr1fkw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-3.1.0.tgz", + "integrity": "sha512-7jgB8Kb0MRWXq3YaDfe+0smv5c7MLMfze8YvG6eBEXZmy6fhwMe/eT47A0KEIF30c0DDEYKbbYTXzaMQETaZ0Q==", "dev": true, "requires": { "tapable": "^2.0.0", @@ -23328,9 +23328,9 @@ "dev": true }, "tapable": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.1.1.tgz", - "integrity": "sha512-Wib1S8m2wdpLbmQz0RBEVosIyvb/ykfKXf3ZIDqvWoMg/zTNm6G/tDSuUM61J1kNCDXWJrLHGSFeMhAG+gAGpQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz", + "integrity": "sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==", "dev": true }, "webpack-sources": { diff --git a/package.json b/package.json index 29e888aa..a9727e2b 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "url-loader": "4.1.1", "webpack": "4.46.0", "webpack-dev-server": "3.11.2", - "webpack-manifest-plugin": "3.0.0", + "webpack-manifest-plugin": "3.1.0", "workbox-webpack-plugin": "6.1.1" }, "eslintConfig": {