diff --git a/package-lock.json b/package-lock.json index 9ab5b9a0..4e7cee28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "typescript": "^5.8.3", "typescript-eslint": "^8.29.0", "vite": "^6.2.5", - "vite-plugin-pwa": "^0.21.2", + "vite-plugin-pwa": "^1.0.0", "vitest": "^3.0.5" } }, @@ -9994,9 +9994,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.21.2.tgz", - "integrity": "sha512-vFhH6Waw8itNu37hWUJxL50q+CBbNcMVzsKaYHQVrfxTt3ihk3PeLO22SbiP1UNWzcEPaTQv+YVxe4G0KOjAkg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.0.tgz", + "integrity": "sha512-X77jo0AOd5OcxmWj3WnVti8n7Kw2tBgV1c8MCXFclrSlDV23ePzv2eTDIALXI2Qo6nJ5pZJeZAuX0AawvRfoeA==", "dev": true, "license": "MIT", "dependencies": { @@ -10013,7 +10013,7 @@ "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "@vite-pwa/assets-generator": "^0.2.6", + "@vite-pwa/assets-generator": "^1.0.0", "vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", "workbox-build": "^7.3.0", "workbox-window": "^7.3.0" @@ -17297,9 +17297,9 @@ } }, "vite-plugin-pwa": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.21.2.tgz", - "integrity": "sha512-vFhH6Waw8itNu37hWUJxL50q+CBbNcMVzsKaYHQVrfxTt3ihk3PeLO22SbiP1UNWzcEPaTQv+YVxe4G0KOjAkg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.0.tgz", + "integrity": "sha512-X77jo0AOd5OcxmWj3WnVti8n7Kw2tBgV1c8MCXFclrSlDV23ePzv2eTDIALXI2Qo6nJ5pZJeZAuX0AawvRfoeA==", "dev": true, "requires": { "debug": "^4.3.6", diff --git a/package.json b/package.json index 89d18cc8..cd904707 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "typescript": "^5.8.3", "typescript-eslint": "^8.29.0", "vite": "^6.2.5", - "vite-plugin-pwa": "^0.21.2", + "vite-plugin-pwa": "^1.0.0", "vitest": "^3.0.5" }, "browserslist": [