diff --git a/package-lock.json b/package-lock.json index 91239834..60dfa4a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "vite": "~5.4.2", "vite-plugin-generate-file": "~0.2.0", "vite-plugin-html-config": "~2.0.1", - "vite-plugin-pwa": "~0.20.1", + "vite-plugin-pwa": "~0.20.2", "vite-plugin-remove-console": "~2.2.0", "vite-plugin-run": "~0.5.2", "workbox-cacheable-response": "~7.1.0", @@ -10642,9 +10642,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.20.1", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.1.tgz", - "integrity": "sha512-M6Pk4b18i5ryrhKgiIF8Zud0HGphYiCbEfLsCdlvmwn/CEnS6noVwfIDG/+3V7r6yxpPV/gLiKw+rIlCCiCCoQ==", + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.2.tgz", + "integrity": "sha512-9wLqHt/NjP7YKj6CCEKS5+Fhffo6tHGrAa+wvoqCG59oZkmpX5lBBl38MVjLaO4ELrLqjdtUhILJDwZu+q/hGQ==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 52c96793..62bcbf72 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "vite": "~5.4.2", "vite-plugin-generate-file": "~0.2.0", "vite-plugin-html-config": "~2.0.1", - "vite-plugin-pwa": "~0.20.1", + "vite-plugin-pwa": "~0.20.2", "vite-plugin-remove-console": "~2.2.0", "vite-plugin-run": "~0.5.2", "workbox-cacheable-response": "~7.1.0",