update package

This commit is contained in:
2025-09-17 22:47:37 +02:00
parent 89dafbf421
commit 01d3bdaeac
3 changed files with 226 additions and 7 deletions

View File

@@ -3,12 +3,12 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"express": "^4.18.2",
"@types/express": "^5.0.3",
"@types/morgan": "^1.9.10",
"express": "^5.1.0",
"hbs": "^4.2.0",
"morgan": "~1.9.1",
"bun-types": "^1.0.23",
"typescript": "^5.3.3"
"morgan": "~1.10.1",
"bun-types": "^1.2.22",
"typescript": "^5.9.2"
}
}