diff --git a/package-lock.json b/package-lock.json index a03eadad..945c8d53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "terser": "^5.16.1", "vite": "^4.5.0", "vite-plugin-compression": "^0.5.1", - "vite-plugin-pwa": "^0.16.5", + "vite-plugin-pwa": "^0.16.6", "workbox-window": "^7.0.0" } }, @@ -6030,9 +6030,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.16.5", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.5.tgz", - "integrity": "sha512-Ahol4dwhMP2UHPQXkllSlXbihOaDFnvBIDPmAxoSZ1EObBUJGP4CMRyCyAVkIHjd6/H+//vH0DM2ON+XxHr81g==", + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.6.tgz", + "integrity": "sha512-bQPDOWvhPMwydMoWqohXvIzvrq4X8iuCF+q95qEiaM4yC0ybViGKWMnWcpWp0vcnoLk7QvxHDlK65KUZvqB3Sg==", "dev": true, "dependencies": { "debug": "^4.3.4", @@ -6048,7 +6048,7 @@ "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "vite": "^3.1.0 || ^4.0.0", + "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0", "workbox-build": "^7.0.0", "workbox-window": "^7.0.0" } diff --git a/package.json b/package.json index fe5aec5d..bf18f2ab 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "terser": "^5.16.1", "vite": "^4.5.0", "vite-plugin-compression": "^0.5.1", - "vite-plugin-pwa": "^0.16.5", + "vite-plugin-pwa": "^0.16.6", "workbox-window": "^7.0.0" }, "dependencies": {