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:
commit
6bc0c15dad
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue