From d44b0b66cc9aeaeb9d334fbb20aa4a91fe576bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:26:49 +0000 Subject: [PATCH] build(deps-dev): bump vite-plugin-pwa from 0.16.5 to 0.16.6 Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.16.5 to 0.16.6. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.16.5...v0.16.6) --- 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 ac0b9ab..20de1fb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "typescript": "^5.2.2", "vite": "^4.4.11", "vite-plugin-pages": "^0.31.0", - "vite-plugin-pwa": "^0.16.5", + "vite-plugin-pwa": "^0.16.6", "vue-tsc": "^1.8.19" } } diff --git a/yarn.lock b/yarn.lock index 0b75df4..e14e4a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3460,10 +3460,10 @@ vite-plugin-pages@^0.31.0: picocolors "^1.0.0" yaml "^2.3.1" -vite-plugin-pwa@^0.16.5: - version "0.16.5" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.16.5.tgz#863ae3ffe0a7b1183da94e4b5cf6966878c30308" - integrity sha512-Ahol4dwhMP2UHPQXkllSlXbihOaDFnvBIDPmAxoSZ1EObBUJGP4CMRyCyAVkIHjd6/H+//vH0DM2ON+XxHr81g== +vite-plugin-pwa@^0.16.6: + version "0.16.6" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.16.6.tgz#71c56d36a8214cdd1539baf907a50ace7bee63d9" + integrity sha512-bQPDOWvhPMwydMoWqohXvIzvrq4X8iuCF+q95qEiaM4yC0ybViGKWMnWcpWp0vcnoLk7QvxHDlK65KUZvqB3Sg== dependencies: debug "^4.3.4" fast-glob "^3.3.1"