From bb53d3b11c89cf0267aa8c2d484e38f2371c2905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 12:18:32 +0000 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4e0bb6fe0..86244a17ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15019,9 +15019,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" diff --git a/package.json b/package.json index f5a3f78e2c..6b430369a8 100644 --- a/package.json +++ b/package.json @@ -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",