Merge pull request #2716 from jellyfin/dependabot/npm_and_yarn/worker-plugin-5.0.1

Bump worker-plugin from 5.0.0 to 5.0.1
This commit is contained in:
Bill Thornton 2021-06-11 09:17:19 -04:00 committed by GitHub
commit e208e22130
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

@ -15024,9 +15024,9 @@
}
},
"worker-plugin": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-5.0.0.tgz",
"integrity": "sha512-AXMUstURCxDD6yGam2r4E34aJg6kW85IiaeX72hi+I1cxyaMUtrvVY6sbfpGKAj5e7f68Acl62BjQF5aOOx2IQ==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-5.0.1.tgz",
"integrity": "sha512-Pn7+19jIiANcGuTSGdy+vrzyF+SGH03A5wV8iu4jRTMAOfAC9bNeiHo4+l5tPS7F0uvICMBv+h8UCvL7lunxcA==",
"dev": true,
"requires": {
"loader-utils": "^1.1.0"

View file

@ -48,7 +48,7 @@
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^6.1.5",
"worker-plugin": "^5.0.0"
"worker-plugin": "^5.0.1"
},
"dependencies": {
"@fontsource/noto-sans": "^4.4.5",