Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneDraitsev committed Dec 5, 2024
1 parent 8479aa1 commit f0e49f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"deploy": "sls deploy"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.699.0",
"@aws-sdk/client-dynamodb": "^3.705.0",
"@aws-sdk/client-lambda": "^3.699.0",
"@aws-sdk/client-s3": "^3.701.0",
"@aws-sdk/lib-dynamodb": "^3.699.0",
"@aws-sdk/client-s3": "^3.705.0",
"@aws-sdk/lib-dynamodb": "^3.705.0",
"sharp": "^0.33.5"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"@types/form-data": "^2.5.2",
"@types/jest": "^29.5.14",
"esbuild": "^0.24.0",
"serverless": "^4.4.13",
"serverless": "^4.4.14",
"serverless-esbuild": "^1.54.6",
"serverless-offline": "^14.3.4",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion src/telegram-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Eugene Draitsev <ddrrai@gmail.com>",
"license": "MIT",
"dependencies": {
"openai": "^4.73.1",
"openai": "^4.76.0",
"telegraf": "4.16.3"
},
"devDependencies": {
Expand Down

0 comments on commit f0e49f5

Please sign in to comment.