build(deps-dev): bump vite from 4.4.12 to 4.5.2 (#1751)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-20 07:56:13 +01:00
committed by GitHub
parent 4ae21da046
commit 8da01c1691
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -79,7 +79,7 @@
"start-server-and-test": "^2.0.0", "start-server-and-test": "^2.0.0",
"typescript": "^4.5.5", "typescript": "^4.5.5",
"unplugin-vue-components": "^0.22.12", "unplugin-vue-components": "^0.22.12",
"vite": "^4.4.12", "vite": "^4.5.2",
"vite-plugin-checker": "^0.6.0", "vite-plugin-checker": "^0.6.0",
"vite-plugin-package-version": "^1.0.2", "vite-plugin-package-version": "^1.0.2",
"vite-plugin-pwa": "^0.16.4", "vite-plugin-pwa": "^0.16.4",
@@ -9593,9 +9593,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "4.4.12", "version": "4.5.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.12.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz",
"integrity": "sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==", "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.18.10", "esbuild": "^0.18.10",

View File

@@ -94,7 +94,7 @@
"start-server-and-test": "^2.0.0", "start-server-and-test": "^2.0.0",
"typescript": "^4.5.5", "typescript": "^4.5.5",
"unplugin-vue-components": "^0.22.12", "unplugin-vue-components": "^0.22.12",
"vite": "^4.4.12", "vite": "^4.5.2",
"vite-plugin-checker": "^0.6.0", "vite-plugin-checker": "^0.6.0",
"vite-plugin-package-version": "^1.0.2", "vite-plugin-package-version": "^1.0.2",
"vite-plugin-pwa": "^0.16.4", "vite-plugin-pwa": "^0.16.4",