Merge pull request #2695 from jellyfin/dependabot/npm_and_yarn/expose-loader-3.0.0

Bump expose-loader from 2.0.0 to 3.0.0
This commit is contained in:
Bill Thornton 2021-06-11 01:30:24 -04:00 committed by GitHub
commit bc10497c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5188,9 +5188,9 @@
}
},
"expose-loader": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-2.0.0.tgz",
"integrity": "sha512-WBpSGlNkn7YwbU2us7O+h0XsoFrB43Y/VCNSpRV4OZFXXKgw8W800BgNxLV0S97N3+KGnFYSCAJi1AV86NO22w==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/expose-loader/-/expose-loader-3.0.0.tgz",
"integrity": "sha512-X7ncrzmiQbJHOyLwuymECHk4NYvoPFwnsINMYFaRrm4fxuxR59hV1v65bho3TpIoWieP8WZmhz6micKny8orWg==",
"dev": true
},
"express": {

View File

@ -28,7 +28,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.2",
"expose-loader": "^2.0.0",
"expose-loader": "^3.0.0",
"file-loader": "^6.2.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^5.3.1",