Bump vite-plugin-pwa from 0.17.5 to 0.18.1

Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.17.5 to 0.18.1.
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.5...v0.18.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-12 13:24:02 +00:00 committed by github-actions[bot]
parent 0bf0ad7d4f
commit 31492c26f0
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.3.3",
"vite": "^5.1.1",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-pwa": "^0.18.1",
"vitest": "^1.2.2"
}
},
@ -6722,9 +6722,9 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "0.17.5",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.5.tgz",
"integrity": "sha512-UxRNPiJBzh4tqU/vc8G2TxmrUTzT6BqvSzhszLk62uKsf+npXdvLxGDz9C675f4BJi6MbD2tPnJhi5txlMzxbQ==",
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.18.1.tgz",
"integrity": "sha512-2A3BF52l9F8hCkdPy/VP2C+hA+fmBvzJGynCZc9XS6mHTcMvo9046FKc2NqlnkKwTOGtQEwXLEIduML/+eYtdw==",
"dev": true,
"dependencies": {
"debug": "^4.3.4",
@ -11888,9 +11888,9 @@
}
},
"vite-plugin-pwa": {
"version": "0.17.5",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.5.tgz",
"integrity": "sha512-UxRNPiJBzh4tqU/vc8G2TxmrUTzT6BqvSzhszLk62uKsf+npXdvLxGDz9C675f4BJi6MbD2tPnJhi5txlMzxbQ==",
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.18.1.tgz",
"integrity": "sha512-2A3BF52l9F8hCkdPy/VP2C+hA+fmBvzJGynCZc9XS6mHTcMvo9046FKc2NqlnkKwTOGtQEwXLEIduML/+eYtdw==",
"dev": true,
"requires": {
"debug": "^4.3.4",

View file

@ -32,7 +32,7 @@
"jsdom": "^24.0.0",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-pwa": "^0.18.1",
"vitest": "^1.2.2"
},
"prettier": {