diff --git a/package-lock.json b/package-lock.json index 42f0e378..543b3897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "vite": "~5.0.2", "vite-plugin-generate-file": "~0.1.1", "vite-plugin-html-config": "~1.0.11", - "vite-plugin-pwa": "~0.17.0", + "vite-plugin-pwa": "~0.17.2", "vite-plugin-remove-console": "~2.1.1", "workbox-cacheable-response": "~7.0.0", "workbox-expiration": "~7.0.0", @@ -6718,9 +6718,10 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.17.0", + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz", + "integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^4.3.4", "fast-glob": "^3.3.2", diff --git a/package.json b/package.json index a090fe30..793c4f92 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "vite": "~5.0.2", "vite-plugin-generate-file": "~0.1.1", "vite-plugin-html-config": "~1.0.11", - "vite-plugin-pwa": "~0.17.0", + "vite-plugin-pwa": "~0.17.2", "vite-plugin-remove-console": "~2.1.1", "workbox-cacheable-response": "~7.0.0", "workbox-expiration": "~7.0.0",