Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneDraitsev committed Jan 3, 2025
1 parent 3945375 commit 81acfe4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@
"deploy": "sls deploy"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.716.0",
"@aws-sdk/client-lambda": "^3.716.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/lib-dynamodb": "^3.716.0",
"@aws-sdk/client-dynamodb": "^3.721.0",
"@aws-sdk/client-lambda": "^3.721.0",
"@aws-sdk/client-s3": "^3.721.0",
"@aws-sdk/lib-dynamodb": "^3.721.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/aws-lambda": "^8.10.146",
"@types/form-data": "^2.5.2",
"@types/jest": "^29.5.14",
"esbuild": "^0.24.2",
"serverless": "^4.4.18",
"serverless-esbuild": "^1.54.6",
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 @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@grammyjs/parse-mode": "^1.10.0",
"grammy": "^1.33.0",
"grammy": "^1.34.0",
"openai": "^4.77.0"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/telegram-bot/src/external-apis/weather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ export const getWeather = async (location: string) => {
}).then((x) => x.json()),
])

console.log({ infoForecast, infoNow })

const city = infoForecast.city.name
const { country } = infoForecast.city
const { humidity } = infoNow.main
Expand Down

0 comments on commit 81acfe4

Please sign in to comment.