chore(deps-dev): bump vite from 4.5.5 to 4.5.6 in /frontend

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.6/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>
Co-authored-by: Lennart Fleischmann <67686424+lfleischmann@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-29 04:22:25 +01:00
committed by GitHub
parent 13cf5ebe70
commit 89ce5b1091
3 changed files with 8 additions and 7 deletions

View File

@ -14,7 +14,7 @@
"svelte-preprocess": "^5.1.0",
"tslib": "^2.6.2",
"typescript": "^4.6.4",
"vite": "^4.5.5"
"vite": "^4.5.6"
},
"dependencies": {
"@teamhanko/hanko-elements": "^1.3.0",

View File

@ -21,7 +21,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
"vite": "^4.5.5",
"vite": "^4.5.6",
"vue-tsc": "^1.8.22"
}
}

View File

@ -580,7 +580,7 @@
"svelte-preprocess": "^5.1.0",
"tslib": "^2.6.2",
"typescript": "^4.6.4",
"vite": "^4.5.5"
"vite": "^4.5.6"
}
},
"examples/vue": {
@ -602,7 +602,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
"vite": "^4.5.5",
"vite": "^4.5.6",
"vue-tsc": "^1.8.22"
}
},
@ -29727,10 +29727,11 @@
"dev": true
},
"node_modules/vite": {
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz",
"integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==",
"version": "4.5.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.6.tgz",
"integrity": "sha512-ElBNuVvJKslxcfY2gMmae5IjaKGqCYGicCNZ+8R56sAznobeE3pI9ctzI17cBS/6OJh5YuQNMSN4BP4dRjugBg==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.18.10",
"postcss": "^8.4.27",