Merge pull request #467 from hodgef/dependabot/npm_and_yarn/html-webpack-plugin-4.0.0

This commit is contained in:
dependabot-preview[bot] 2020-03-23 12:49:34 +00:00 committed by GitHub
commit 322d40c60c
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

@ -13854,9 +13854,9 @@
} }
}, },
"html-webpack-plugin": { "html-webpack-plugin": {
"version": "4.0.0-beta.14", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.14.tgz", "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0.tgz",
"integrity": "sha512-gdThA8oCH7PbHMbezNW5LD+hjxXTzwhfi4XFDKKo5Gs0BR1IhVChEZN1ub4YEKQBmOYasdnCGGPEOFggdm9hNA==", "integrity": "sha512-CcSN3T6gpugW5fpktj/pp1jjst6d4+d+jIU9zrkMblprVfF8JF5Z+kuSiizss/ZHQW/QCnFRxvoBu9V8z2P6BQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"html-minifier-terser": "^5.0.1", "html-minifier-terser": "^5.0.1",

View File

@ -68,7 +68,7 @@
"eslint-plugin-react-hooks": "^2.5.1", "eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "6.0.0", "file-loader": "6.0.0",
"fs-extra": "9.0.0", "fs-extra": "9.0.0",
"html-webpack-plugin": "4.0.0-beta.14", "html-webpack-plugin": "4.0.0",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",
"is-wsl": "^2.1.0", "is-wsl": "^2.1.0",
"jest": "25.1.0", "jest": "25.1.0",