Merge pull request #292 from IT4Change/dependabot/npm_and_yarn/vike-0.4.172

Bump vike from 0.4.171 to 0.4.172
This commit is contained in:
mahula 2024-06-01 09:47:25 +02:00 committed by GitHub
commit 6ff6aeb765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -27,7 +27,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.11",
"vue": "3.4.27",
"vue-i18n": "^9.13.1",
@ -2208,9 +2208,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",
@ -26649,12 +26649,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",
@ -26670,7 +26670,7 @@
"vike": "node/cli/bin-entry.js"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"peerDependencies": {
"react-streaming": ">=0.3.5",

View File

@ -79,7 +79,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.11",
"vue": "3.4.27",
"vue-i18n": "^9.13.1",