From 003eb1ca4b343fef28a882e0adf603f05841cc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:30:53 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.19.0 to 0.19.8 Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.19.0 to 0.19.8. - [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.8) --- 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..5e60e8e2 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.8" } }, "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.8", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.8.tgz", + "integrity": "sha512-e1oK0dfhzhDhY3VBuML6c0h8Xfx6EkOVYqolj7g+u8eRfdauZe5RLteCIA/c5gH0CBQ0CNFAuv/AFTx4Z7IXTw==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index f04decaf..545fd6d3 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.8" } }