Update dependency html-loader to v3.1.2

This commit is contained in:
renovate[bot] 2022-08-18 06:13:50 +00:00 committed by GitHub
parent 01e4478b6c
commit 10649f238a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -86,7 +86,7 @@
"eslint-plugin-react": "7.29.4", "eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0", "eslint-plugin-react-hooks": "4.3.0",
"expose-loader": "3.1.0", "expose-loader": "3.1.0",
"html-loader": "3.1.0", "html-loader": "3.1.2",
"html-webpack-plugin": "5.5.0", "html-webpack-plugin": "5.5.0",
"postcss": "8.4.12", "postcss": "8.4.12",
"postcss-loader": "6.2.1", "postcss-loader": "6.2.1",
@ -9561,9 +9561,9 @@
"dev": true "dev": true
}, },
"node_modules/html-loader": { "node_modules/html-loader": {
"version": "3.1.0", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/html-loader/-/html-loader-3.1.0.tgz", "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-3.1.2.tgz",
"integrity": "sha512-ycMYFRiCF7YANcLDNP72kh3Po5pTcH+bROzdDwh00iVOAY/BwvpuZ1BKPziQ35Dk9D+UD84VGX1Lu/H4HpO4fw==", "integrity": "sha512-9WQlLiAV5N9fCna4MUmBW/ifaUbuFZ2r7IZmtXzhyfyi4zgPEjXsmsYCKs+yT873MzRj+f1WMjuAiPNA7C6Tcw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"html-minifier-terser": "^6.0.2", "html-minifier-terser": "^6.0.2",
@ -28029,9 +28029,9 @@
"dev": true "dev": true
}, },
"html-loader": { "html-loader": {
"version": "3.1.0", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/html-loader/-/html-loader-3.1.0.tgz", "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-3.1.2.tgz",
"integrity": "sha512-ycMYFRiCF7YANcLDNP72kh3Po5pTcH+bROzdDwh00iVOAY/BwvpuZ1BKPziQ35Dk9D+UD84VGX1Lu/H4HpO4fw==", "integrity": "sha512-9WQlLiAV5N9fCna4MUmBW/ifaUbuFZ2r7IZmtXzhyfyi4zgPEjXsmsYCKs+yT873MzRj+f1WMjuAiPNA7C6Tcw==",
"dev": true, "dev": true,
"requires": { "requires": {
"html-minifier-terser": "^6.0.2", "html-minifier-terser": "^6.0.2",

View file

@ -39,7 +39,7 @@
"eslint-plugin-react": "7.29.4", "eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0", "eslint-plugin-react-hooks": "4.3.0",
"expose-loader": "3.1.0", "expose-loader": "3.1.0",
"html-loader": "3.1.0", "html-loader": "3.1.2",
"html-webpack-plugin": "5.5.0", "html-webpack-plugin": "5.5.0",
"postcss": "8.4.12", "postcss": "8.4.12",
"postcss-loader": "6.2.1", "postcss-loader": "6.2.1",