diff --git a/frontend/package.json b/frontend/package.json index bc3fc6f..216e3c9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.9.0", "vite": "^4.1.4", "vite-plugin-html": "^3.2.0", - "vite-plugin-pwa": "^0.14.4", + "vite-plugin-pwa": "^0.14.5", "vite-plugin-vue2": "^2.0.3", "vue-template-compiler": "^2.7.14" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index d2b26be..2188176 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3496,10 +3496,10 @@ vite-plugin-html@^3.2.0: node-html-parser "^5.3.3" pathe "^0.2.0" -vite-plugin-pwa@^0.14.4: - version "0.14.4" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.4.tgz#d83fae9e85ab4a082e11ab475b3ec124bfe49084" - integrity sha512-M7Ct0so8OlouMkTWgXnl8W1xU95glITSKIe7qswZf1tniAstO2idElGCnsrTJ5NPNSx1XqfTCOUj8j94S6FD7Q== +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== dependencies: "@rollup/plugin-replace" "^5.0.1" debug "^4.3.4"