chore(deps): update dependency webpack-manifest-plugin to v5 (#218)

This commit is contained in:
renovate[bot] 2022-03-08 22:26:40 +01:00 committed by GitHub
parent 0e9b9978c8
commit f96373dcfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -35,7 +35,7 @@
"svgtofont": "3.17.4",
"webpack": "5.70.0",
"webpack-cli": "4.9.2",
"webpack-manifest-plugin": "4.1.1",
"webpack-manifest-plugin": "5.0.0",
"webpack-remove-empty-scripts": "0.7.3"
},
"engines": {
@ -11625,9 +11625,9 @@
}
},
"node_modules/webpack-manifest-plugin": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
"integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-5.0.0.tgz",
"integrity": "sha512-8RQfMAdc5Uw3QbCQ/CBV/AXqOR8mt03B6GJmRbhWopE8GzRfEpn+k0ZuWywxW+5QZsffhmFDY1J6ohqJo+eMuw==",
"dev": true,
"dependencies": {
"tapable": "^2.0.0",
@ -11637,7 +11637,7 @@
"node": ">=12.22.0"
},
"peerDependencies": {
"webpack": "^4.44.2 || ^5.47.0"
"webpack": "^5.47.0"
}
},
"node_modules/webpack-manifest-plugin/node_modules/source-map": {
@ -21175,9 +21175,9 @@
}
},
"webpack-manifest-plugin": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
"integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-5.0.0.tgz",
"integrity": "sha512-8RQfMAdc5Uw3QbCQ/CBV/AXqOR8mt03B6GJmRbhWopE8GzRfEpn+k0ZuWywxW+5QZsffhmFDY1J6ohqJo+eMuw==",
"dev": true,
"requires": {
"tapable": "^2.0.0",

View File

@ -56,7 +56,7 @@
"svgtofont": "3.17.4",
"webpack": "5.70.0",
"webpack-cli": "4.9.2",
"webpack-manifest-plugin": "4.1.1",
"webpack-manifest-plugin": "5.0.0",
"webpack-remove-empty-scripts": "0.7.3"
},
"overrides": {