Skip to content

Commit

Permalink
feat: updated ds_auth deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cbs-l committed Nov 8, 2023
1 parent 7faaca4 commit 140793c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified apps/ds_auth/bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions apps/ds_auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"start": "bun run src/index.ts"
},
"dependencies": {
"@bogeychan/elysia-logger": "^0.0.9",
"@elysiajs/cookie": "^0.6.1",
"@elysiajs/cors": "^0.6.0",
"@bogeychan/elysia-logger": "^0.0.13",
"@elysiajs/cookie": "^0.7.0",
"@elysiajs/cors": "^0.7.1",
"@elysiajs/jwt": "^0.7.0",
"@sinclair/typebox": "^0.31.17",
"@sinclair/typebox": "^0.31.23",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"elysia": "latest",
"postgres": "3.3.5",
"postgres": "3.4.3",
"winston": "^3.10.0"
},
"devDependencies": {
Expand Down

0 comments on commit 140793c

Please sign in to comment.