From 22d6b11128cc8b977ff64d1ef1d76ded65080637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:49:21 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.19.0 to 0.19.4 Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.19.0 to 0.19.4. - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.0...v0.19.4) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36988c08..bd484a08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.3.3", "vite-plugin-html": "^3.2.2", - "vite-plugin-pwa": "^0.19.0" + "vite-plugin-pwa": "^0.19.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -12556,9 +12556,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz", - "integrity": "sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.4.tgz", + "integrity": "sha512-KiEFXaYEj2Hg1it+yECy75oqNmlXimI7BaLx7Sxl7Qsd9EIVxaf3GX1mZdLpHe83pDgHBNwm9USGQxSCNp5m7A==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index f04decaf..88c3b190 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.3.3", "vite-plugin-html": "^3.2.2", - "vite-plugin-pwa": "^0.19.0" + "vite-plugin-pwa": "^0.19.4" } }