From 4a06dab7ac9ef15a0be1b01c89dd93b4dd1502f3 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" Date: Thu, 15 Feb 2024 19:00:50 +0000 Subject: [PATCH] fix(deps): update dependency vite-plugin-pwa to v0.18.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28cbf801..fd4f4150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "unplugin-icons": "0.18.2", "unplugin-vue-components": "0.26.0", "vite": "5.0.11", - "vite-plugin-pwa": "0.17.4", + "vite-plugin-pwa": "0.18.2", "vite-plugin-vuetify": "2.0.1", "vue": "3.4.14", "vue-router": "4.2.5", @@ -6467,9 +6467,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz", - "integrity": "sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.18.2.tgz", + "integrity": "sha512-LVFHHLcRLkP7y5xwAqMmtWQhSw34V2+vk59c18fumejiQPUBar+Au1AnOcVr96hlEWLHXI6BM31QOHq+Rey4EA==", "dependencies": { "debug": "^4.3.4", "fast-glob": "^3.3.2", diff --git a/package.json b/package.json index 5638502c..0cca4ad2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "unplugin-icons": "0.18.2", "unplugin-vue-components": "0.26.0", "vite": "5.0.11", - "vite-plugin-pwa": "0.17.4", + "vite-plugin-pwa": "0.18.2", "vite-plugin-vuetify": "2.0.1", "vue": "3.4.14", "vue-router": "4.2.5",