Bump webpack-manifest-plugin from 2.1.1 to 2.1.2

Bumps [webpack-manifest-plugin](https://github.com/danethurber/webpack-manifest-plugin) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/danethurber/webpack-manifest-plugin/releases)
- [Commits](https://github.com/danethurber/webpack-manifest-plugin/compare/v2.1.1...v2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-25 23:16:30 +00:00
parent 512ef925c9
commit e7fd144525
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14095,9 +14095,9 @@
}
},
"webpack-manifest-plugin": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.1.1.tgz",
"integrity": "sha512-2zqJ6mvc3yoiqfDjghAIpljhLSDh/G7vqGrzYcYqqRCd/ZZZCAuc/YPE5xG0LGpLgDJRhUNV1H+znyyhIxahzA==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.1.2.tgz",
"integrity": "sha512-XWjPY0NXXJ1tGQZgtOMZtEsm8mST23nvO7q5e5H26NH4pv7wfYbHaX9Uwogve+IF6Ilv4j1e3hPr9N3JGZdilA==",
"dev": true,
"requires": {
"fs-extra": "^7.0.0",

View File

@ -83,7 +83,7 @@
"unfetch": "^3.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-manifest-plugin": "^2.1.1"
"webpack-manifest-plugin": "^2.1.2"
},
"engines": {
"node": ">= 8"