From 246125691a07786a0fffdeb3d4d393c423e5bced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 22:15:39 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.14.5 to 0.14.6 in /frontend Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.14.5 to 0.14.6. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.14.5...v0.14.6) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index e5b16d4..37d87e8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.9.0", "vite": "^4.2.1", "vite-plugin-html": "^3.2.0", - "vite-plugin-pwa": "^0.14.5", + "vite-plugin-pwa": "^0.14.6", "vite-plugin-vue2": "^2.0.3", "vue-template-compiler": "^2.7.14" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 2f0f389..1f4adef 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3503,10 +3503,10 @@ vite-plugin-html@^3.2.0: node-html-parser "^5.3.3" pathe "^0.2.0" -vite-plugin-pwa@^0.14.5: - version "0.14.5" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.5.tgz#86fb1233b31dc4e30d5f040391fc4a57977f2c86" - integrity sha512-LH3VCtoWx0scfim8Ph+daVl45uVRyWzXn3C3GUq92uWUui1p8eh+DjTQ23Pvb7SJ0SJtxZ99LCpOLCkFkaxokg== +vite-plugin-pwa@^0.14.6: + version "0.14.6" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.6.tgz#71d77a9e39a3b3ccc265aa5e4d920d1fdd661461" + integrity sha512-3mqbkjvSF89pCSZyXAbv6AO4gYKYZel0rcpBgWOWqEupoBOZF9oHDdgHc+FgjmvQXxuU2k9aEFOfRCMGorV+4Q== dependencies: "@rollup/plugin-replace" "^5.0.1" debug "^4.3.4"