From 470913b0fcacb24b5e6d3eab34b811f7c841cd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:07:20 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.12.3 to 0.12.4 Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99742f9b..39db2d51 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "unocss": "^0.45.13", "vite": "^2.9.14", "vite-plugin-eslint": "^1.8.1", - "vite-plugin-pwa": "^0.12.3" + "vite-plugin-pwa": "^0.12.4" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 1fdd0d79..091157ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3831,10 +3831,10 @@ vite-plugin-eslint@^1.8.1: "@types/eslint" "^8.4.5" rollup "^2.77.2" -vite-plugin-pwa@^0.12.3: - version "0.12.3" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.3.tgz#acf2913ae85a4d39c13ae4b948307f3dd5506fa8" - integrity sha512-gmYdIVXpmBuNjzbJFPZFzxWYrX4lHqwMAlOtjmXBbxApiHjx9QPXKQPJjSpeTeosLKvVbNcKSAAhfxMda0QVNQ== +vite-plugin-pwa@^0.12.4: + version "0.12.4" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.4.tgz#9e921518a0a340e4e6ae287a2cf345c4ca56f92d" + integrity sha512-ONHS2OcMMWdOOIPG8JBet2BTssZC1FSjY34f9t5byM3H6RKgu5qbv6p809OlfYkg8bFi58oEhNDxDB5UE4vkfQ== dependencies: debug "^4.3.4" fast-glob "^3.2.11"