Merge pull request #941 from hodgef/dependabot/npm_and_yarn/html-webpack-plugin-5.3.1

This commit is contained in:
dependabot-preview[bot] 2021-03-22 11:51:39 +00:00 committed by GitHub
commit 713e1755a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6312,9 +6312,9 @@
}
},
"html-webpack-plugin": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz",
"integrity": "sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw==",
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz",
"integrity": "sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ==",
"dev": true,
"requires": {
"@types/html-minifier-terser": "^5.0.0",

View File

@ -56,7 +56,7 @@
"css-loader": "^5.1.3",
"eslint": "^7.21.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",