diff options
author | 2021-05-08 19:17:43 +0000 | |
---|---|---|
committer | 2021-05-08 19:17:43 +0000 | |
commit | e170d6f26bddfd88ea1119749ef2411c87c1c911 (patch) | |
tree | 6a0aeaecf5bbee7e1d4d165d43ea3944347a6f3d | |
parent | Merge pull request #234 from python-discord/dependabot/npm_and_yarn/webpack-5... (diff) |
Bump webpack-manifest-plugin from 3.1.0 to 3.1.1
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases)
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v3.1.0...v3.1.1)
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index a184f53..250f4a2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "universal-cookie": "4.0.4", "webpack": "5.36.2", "webpack-cli": "4.7.0", - "webpack-manifest-plugin": "3.1.0", + "webpack-manifest-plugin": "3.1.1", "workbox-webpack-plugin": "6.1.2" }, "scripts": { @@ -9052,10 +9052,10 @@ webpack-log@^2.0.0: ansi-colors "^3.0.0" uuid "^3.3.2" - 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== + version "3.1.1" + resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-3.1.1.tgz#d4c57ef70e0641f754dd005cb5ba7ca5601ac9d3" + integrity sha512-r3vL8BBNVtyeNbaFwDQoOWqBd0Gp/Tbzo8Q3YGZDV+IG77gsB9VZry5XKKbfFNFHSmwW+f1z4/w2XPt6wBZJYg== dependencies: tapable "^2.0.0" webpack-sources "^2.2.0" |