From 3126615c43a0e45042a0f0938b79c27a24e18015 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 25 Mar 2024 09:53:17 +0000
Subject: [PATCH] Bump vite-plugin-pwa from 0.19.0 to 0.19.7

Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.19.0 to 0.19.7.
- [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.7)

---
updated-dependencies:
- dependency-name: vite-plugin-pwa
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 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..eb39519d 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.7"
       }
     },
     "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.7",
+      "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.7.tgz",
+      "integrity": "sha512-18TECxoGPQE7tVZzKxbf5Icrl5688n1JGMPSgGotTsh89vLDxevY7ICfD3CFVfonZXh8ckuyJXg0NXE5+FAl2A==",
       "dev": true,
       "dependencies": {
         "debug": "^4.3.4",
diff --git a/package.json b/package.json
index f04decaf..3030a2b5 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.7"
   }
 }