diff options
author | 2021-03-11 07:48:47 +0000 | |
---|---|---|
committer | 2021-03-11 07:48:47 +0000 | |
commit | fd981bd30ca91c7236b0c7e325709e131e1f74ce (patch) | |
tree | be300a629bf1e8f4cc947ed4412efb07da5c4223 | |
parent | Merge pull request #184 from python-discord/dependabot/npm_and_yarn/types/nod... (diff) |
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] <[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 d819b72..8a0dc66 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "universal-cookie": "4.0.4", "webpack": "5.24.3", "webpack-cli": "4.5.0", - "webpack-manifest-plugin": "3.0.0", + "webpack-manifest-plugin": "3.1.0", "workbox-webpack-plugin": "6.1.1" }, "scripts": { @@ -8999,10 +8999,10 @@ webpack-log@^2.0.0: ansi-colors "^3.0.0" uuid "^3.3.2" - 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== + 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" |