From 63162296fb9a8836f66275aeed36f988f76abad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 04:12:39 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.12.7 to 0.12.8 Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.12.7 to 0.12.8. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.12.7...v0.12.8) --- 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 bb588158..49d0ef67 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "unocss": "^0.45.21", "vite": "^2.9.14", "vite-plugin-eslint": "^1.8.1", - "vite-plugin-pwa": "^0.12.7" + "vite-plugin-pwa": "^0.12.8" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 74aeab73..1540e139 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3826,10 +3826,10 @@ vite-plugin-eslint@^1.8.1: "@types/eslint" "^8.4.5" rollup "^2.77.2" -vite-plugin-pwa@^0.12.7: - version "0.12.7" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.7.tgz#ff4de762926809c56aca43aad8b49a4c6727230e" - integrity sha512-salSwS1wWc1niNWfhX2W6gtfXmk+XESMz62w95EHLq6fSM2bDgDm1APmvq1nkDcxH6Onky7HxysCBKMzvOHXYg== +vite-plugin-pwa@^0.12.8: + version "0.12.8" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.8.tgz#9eee41771fd9b84bdd5fb548cf6e19ed09bfc2ae" + integrity sha512-pSiFHmnJGMQJJL8aJzQ8SaraZBSBPMGvGUkCNzheIq9UQCEk/eP3UmANNmS9eupuhIpTK8AdxTOHcaMcAqAbCA== dependencies: debug "^4.3.4" fast-glob "^3.2.11"