Bump vite-plugin-pwa from 0.19.7 to 0.19.8

Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.19.7 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.7...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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-08 13:47:56 +00:00 committed by William Brawner
parent 6781fb428e
commit 4c0008bd6a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -26,7 +26,7 @@
"jsdom": "^24.0.0",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-pwa": "^0.19.8",
"vitest": "^1.4.0"
}
},
@ -6874,9 +6874,9 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "0.19.7",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.7.tgz",
"integrity": "sha512-18TECxoGPQE7tVZzKxbf5Icrl5688n1JGMPSgGotTsh89vLDxevY7ICfD3CFVfonZXh8ckuyJXg0NXE5+FAl2A==",
"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",
@ -12153,9 +12153,9 @@
}
},
"vite-plugin-pwa": {
"version": "0.19.7",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.7.tgz",
"integrity": "sha512-18TECxoGPQE7tVZzKxbf5Icrl5688n1JGMPSgGotTsh89vLDxevY7ICfD3CFVfonZXh8ckuyJXg0NXE5+FAl2A==",
"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,
"requires": {
"debug": "^4.3.4",

View file

@ -32,7 +32,7 @@
"jsdom": "^24.0.0",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-pwa": "^0.19.8",
"vitest": "^1.4.0"
},
"prettier": {