chore: update project dependencies and lockfile versions

This commit is contained in:
암냥 2026-05-23 22:36:29 +09:00
commit 7d698786d0
No known key found for this signature in database
3 changed files with 138 additions and 224 deletions

View file

@ -8,11 +8,11 @@
"start": "./server"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1030.0",
"@elysiajs/jwt": "^1.4.1",
"@elysiajs/openapi": "^1.4.14",
"@aws-sdk/client-s3": "^3.1053.0",
"@elysiajs/jwt": "^1.4.2",
"@elysiajs/openapi": "^1.4.15",
"elysia": "latest",
"mongoose": "^9.4.1",
"mongoose": "^9.6.2",
"ulid": "^3.0.2"
},
"devDependencies": {