fix: Update express and typescript in test data to fix vulnerabilities

This commit is contained in:
Naoki Oketani
2025-05-02 01:58:18 +00:00
parent 6c7bf329b9
commit 179abbdc1c
2 changed files with 770 additions and 463 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,9 +10,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
"express": "^5.1.0"
},
"devDependencies": {
"typescript": "^3.9.7"
"typescript": "^5.8.3"
}
}