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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-08 09:30:53 +00:00 committed by GitHub
parent 7b19bb72d5
commit 003eb1ca4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -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"
}
}