Bump worker-plugin from 5.0.0 to 5.0.1

Bumps [worker-plugin](https://github.com/GoogleChromeLabs/worker-plugin) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/GoogleChromeLabs/worker-plugin/releases)
- [Commits](https://github.com/GoogleChromeLabs/worker-plugin/compare/5.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: worker-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-11 12:18:32 +00:00 committed by GitHub
parent 8e74c636a1
commit bb53d3b11c
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

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

View file

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