From a9b91e52a4aebd5023ba0326602134b4072ad285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:14:40 +0000 Subject: [PATCH] build(deps-dev): bump vite-plugin-pwa from 0.21.2 to 1.1.0 in /app Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.21.2 to 1.1.0. - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.21.2...v1.1.0) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 12 ++++++------ app/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 4e5fa936..a75dfb9e 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -49,7 +49,7 @@ "tailwindcss": "^4.0.15", "typescript": "^5.9.3", "vite": "^6.2.0", - "vite-plugin-pwa": "^0.21.1" + "vite-plugin-pwa": "^1.1.0" }, "engines": { "node": ">=22.20.0" @@ -11681,9 +11681,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.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.1.0.tgz", + "integrity": "sha512-VsSpdubPzXhHWVINcSx6uHRMpOHVHQcHsef1QgkOlEoaIDAlssFEW88LBq1a59BuokAhsh2kUDJbaX1bZv4Bjw==", "dev": true, "license": "MIT", "dependencies": { @@ -11700,8 +11700,8 @@ "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "@vite-pwa/assets-generator": "^0.2.6", - "vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", + "@vite-pwa/assets-generator": "^1.0.0", + "vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "workbox-build": "^7.3.0", "workbox-window": "^7.3.0" }, diff --git a/app/package.json b/app/package.json index c89829ab..af0e7372 100644 --- a/app/package.json +++ b/app/package.json @@ -54,6 +54,6 @@ "tailwindcss": "^4.0.15", "typescript": "^5.9.3", "vite": "^6.2.0", - "vite-plugin-pwa": "^0.21.1" + "vite-plugin-pwa": "^1.1.0" } }