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

View File

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