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

Merge pull request #3876 from jellyfin/renovate/expose-loader-4.x

This commit is contained in:
Bill Thornton 2022-09-06 22:43:10 -04:00 committed by GitHub
commit 324a6ea307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -85,7 +85,7 @@
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"expose-loader": "3.1.0",
"expose-loader": "4.0.0",
"html-loader": "3.1.2",
"html-webpack-plugin": "5.5.0",
"postcss": "8.4.16",
@ -7888,12 +7888,12 @@
"dev": true
},
"node_modules/expose-loader": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-3.1.0.tgz",
"integrity": "sha512-2RExSo0yJiqP+xiUue13jQa2IHE8kLDzTI7b6kn+vUlBVvlzNSiLDzo4e5Pp5J039usvTUnxZ8sUOhv0Kg15NA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-4.0.0.tgz",
"integrity": "sha512-kUEvHyf6MPR2ubZCL9aziP9Br5wxMvq1cghTpYhM6MW52NPq+7hXixw2EqQuI1SvGb1fDjc2ehJOg6645wR6ww==",
"dev": true,
"engines": {
"node": ">= 12.13.0"
"node": ">= 14.15.0"
},
"funding": {
"type": "opencollective",
@ -25333,9 +25333,9 @@
}
},
"expose-loader": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-3.1.0.tgz",
"integrity": "sha512-2RExSo0yJiqP+xiUue13jQa2IHE8kLDzTI7b6kn+vUlBVvlzNSiLDzo4e5Pp5J039usvTUnxZ8sUOhv0Kg15NA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-4.0.0.tgz",
"integrity": "sha512-kUEvHyf6MPR2ubZCL9aziP9Br5wxMvq1cghTpYhM6MW52NPq+7hXixw2EqQuI1SvGb1fDjc2ehJOg6645wR6ww==",
"dev": true,
"requires": {}
},

View file

@ -38,7 +38,7 @@
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"expose-loader": "3.1.0",
"expose-loader": "4.0.0",
"html-loader": "3.1.2",
"html-webpack-plugin": "5.5.0",
"postcss": "8.4.16",