1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3819 from jellyfin/renovate/html-loader-3.x

This commit is contained in:
Bill Thornton 2022-08-18 19:16:34 -04:00 committed by GitHub
commit 6bc0c15dad
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.16",
"postcss-loader": "6.2.1",
@ -9066,9 +9066,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",
@ -26511,9 +26511,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.16",
"postcss-loader": "6.2.1",