Bump vike from 0.4.171 to 0.4.172 in /frontend

Bumps [vike](https://github.com/vikejs/vike) from 0.4.171 to 0.4.172.
- [Changelog](https://github.com/vikejs/vike/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vikejs/vike/compare/v0.4.171...v0.4.172)

---
updated-dependencies:
- dependency-name: vike
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-02 08:06:00 +00:00 committed by GitHub
parent b814ad8133
commit 1707bf95df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -28,7 +28,7 @@
"sirv": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vike": "^0.4.171",
"vike": "^0.4.172",
"vite": "^5.2.12",
"vue": "3.4.27",
"vue-i18n": "^9.13.1",
@ -2281,9 +2281,9 @@
"integrity": "sha512-1T8WlD75eeFSMrptGy8jiLHmfHgMmSjWvLOIUvHmSVZt+6k0eQqYUoK4KbmE4T9pVLIfxvZSOm2D68VEqKRHRw=="
},
"node_modules/@brillout/json-serializer": {
"version": "0.5.8",
"resolved": "https://registry.npmjs.org/@brillout/json-serializer/-/json-serializer-0.5.8.tgz",
"integrity": "sha512-vEuXw30ok+mJfJutOxXKBb4lBJ0HymA7lev9PcYK6W/hzjhCTPk9Bdk85HrcNcKZWRQiwoWtw0F2Di4TRJ7ssQ=="
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/@brillout/json-serializer/-/json-serializer-0.5.10.tgz",
"integrity": "sha512-3bh/MS5pudu3H9l3a0KAE1RBfy/L95JWAEo8b2mPBN3H98wzCHYzgjQb9xRl58y+Kc7FgkjApgCFJV+zR06P5Q=="
},
"node_modules/@brillout/picocolors": {
"version": "1.0.10",
@ -23315,12 +23315,12 @@
}
},
"node_modules/vike": {
"version": "0.4.171",
"resolved": "https://registry.npmjs.org/vike/-/vike-0.4.171.tgz",
"integrity": "sha512-B14tkH5AFFSxL/hdkPOREER8gJYvyInubKPNqwFkOCU7vZZxA02N82pSig7ultP9WIFKUmIhU8rV6UKGXFA1LA==",
"version": "0.4.172",
"resolved": "https://registry.npmjs.org/vike/-/vike-0.4.172.tgz",
"integrity": "sha512-3IIGTmsrWT/0JXhTHNJ+UCZjH0soIKUxGVgPHrrmN9+SegBdRKsEfgDapd4PzmrNVOCAtxhbqiM5MZWz6lkQEw==",
"dependencies": {
"@brillout/import": "^0.2.3",
"@brillout/json-serializer": "^0.5.8",
"@brillout/json-serializer": "^0.5.10",
"@brillout/picocolors": "^1.0.10",
"@brillout/require-shim": "^0.1.2",
"@brillout/vite-plugin-server-entry": "^0.4.5",
@ -23336,7 +23336,7 @@
"vike": "node/cli/bin-entry.js"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"peerDependencies": {
"react-streaming": ">=0.3.5",

View File

@ -80,7 +80,7 @@
"sirv": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vike": "^0.4.171",
"vike": "^0.4.172",
"vite": "^5.2.12",
"vue": "3.4.27",
"vue-i18n": "^9.13.1",