Skip to content

Commit

Permalink
Update aws-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsummers1 committed Jan 21, 2025
1 parent ab739a3 commit f7b87f7
Show file tree
Hide file tree
Showing 8 changed files with 2,826 additions and 2,189 deletions.
10 changes: 5 additions & 5 deletions services/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.699.0",
"@aws-sdk/client-s3": "^3.699.0",
"@aws-sdk/client-ssm": "^3.699.0",
"@aws-sdk/lib-dynamodb": "^3.699.0",
"@aws-sdk/s3-request-presigner": "^3.699.0",
"@aws-sdk/client-dynamodb": "^3.731.1",
"@aws-sdk/client-s3": "^3.731.1",
"@aws-sdk/client-ssm": "^3.731.1",
"@aws-sdk/lib-dynamodb": "^3.731.1",
"@aws-sdk/s3-request-presigner": "^3.731.1",
"aws-jwt-verify": "^4.0.1",
"dompurify": "^3.2.1",
"jsdom": "^25.0.1",
Expand Down
1,734 changes: 842 additions & 892 deletions services/app-api/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions services/carts-bigmac-streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"description": "",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.699.0",
"@aws-sdk/lib-dynamodb": "^3.699.0",
"@aws-sdk/util-dynamodb": "^3.699.0",
"@aws-sdk/client-dynamodb": "^3.731.1",
"@aws-sdk/lib-dynamodb": "^3.731.1",
"@aws-sdk/util-dynamodb": "^3.731.1",
"kafkajs": "^2.2.4"
}
}
1,260 changes: 607 additions & 653 deletions services/carts-bigmac-streams/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions services/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"serverless-dynamodb": "^0.2.56"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.699.0",
"@aws-sdk/lib-dynamodb": "^3.699.0"
"@aws-sdk/client-dynamodb": "^3.731.1",
"@aws-sdk/lib-dynamodb": "^3.731.1"
}
}
Loading

0 comments on commit f7b87f7

Please sign in to comment.