From a2f92059a4b145cefa2dff04c4f9b7cd26e8400c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:12:09 +0000 Subject: [PATCH] chore(deps-dev): bump vite-plugin-pwa from 0.21.0 to 0.21.1 Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a591b69..e8a1702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "tailwindcss": "3.4.15", "vite": "6.0.1", "vite-plugin-html": "3.2.2", - "vite-plugin-pwa": "0.21.0" + "vite-plugin-pwa": "0.21.1" }, "engines": { "node": ">= 20.x", @@ -10074,9 +10074,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.21.0.tgz", - "integrity": "sha512-gnDE5sN2hdxA4vTl0pe6PCTPXqChk175jH8dZVVTBjFhWarZZoXaAdoTIKCIa8Zbx94sC0CnCOyERBWpxvry+g==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.21.1.tgz", + "integrity": "sha512-rkTbKFbd232WdiRJ9R3u+hZmf5SfQljX1b45NF6oLA6DSktEKpYllgTo1l2lkiZWMWV78pABJtFjNXfBef3/3Q==", "dev": true, "license": "MIT", "dependencies": { @@ -10094,7 +10094,7 @@ }, "peerDependencies": { "@vite-pwa/assets-generator": "^0.2.6", - "vite": "^3.1.0 || ^4.0.0 || ^5.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" }, diff --git a/package.json b/package.json index 26f3fa4..d2f99bc 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "tailwindcss": "3.4.15", "vite": "6.0.1", "vite-plugin-html": "3.2.2", - "vite-plugin-pwa": "0.21.0" + "vite-plugin-pwa": "0.21.1" }, "browserslist": { "production": [">0.2%", "not dead", "not op_mini all"],