Skip to content

Commit

Permalink
fix(deps): update aws-sdk-js-v3 monorepo to v3.731.1 (#2731)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent d739dad commit f7c15f7
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 148 deletions.
4 changes: 2 additions & 2 deletions actors/hs-reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"type": "module",
"main": "main.js",
"dependencies": {
"@aws-sdk/client-cloudfront": "3.726.1",
"@aws-sdk/client-s3": "3.729.0",
"@aws-sdk/client-cloudfront": "3.731.1",
"@aws-sdk/client-s3": "3.731.1",
"@crawlee/http": "3.12.1",
"@hlidac-shopu/actors-common": "3.0.0",
"apify": "3.2.6",
Expand Down
2 changes: 1 addition & 1 deletion actors/uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "EUPL-1.2",
"type": "module",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.726.1",
"@aws-sdk/client-dynamodb": "3.731.1",
"@crawlee/utils": "3.12.1",
"@fast-csv/format": "5.0.2",
"@hlidac-shopu/actors-common": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions api.hlidacshopu.cz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "Lambdas for handling API Gateway endpoints",
"type": "module",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.726.1",
"@aws-sdk/client-s3": "3.729.0",
"@aws-sdk/client-sqs": "3.726.1",
"@aws-sdk/util-dynamodb": "3.726.1",
"@aws-sdk/client-dynamodb": "3.731.1",
"@aws-sdk/client-s3": "3.731.1",
"@aws-sdk/client-sqs": "3.731.1",
"@aws-sdk/util-dynamodb": "3.731.1",
"@hlidac-shopu/lib": "workspace:*",
"date-fns": "4.1.0",
"ramda": "0.30.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/topmonks/hlidac-shopu#readme",
"packageManager": "[email protected]",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.726.1",
"@aws-sdk/client-dynamodb": "3.731.1",
"ramda": "0.30.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion www.hlidacshopu.cz/app-edge-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Lambda@EDGE for /app endpoint",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "3.729.0",
"@aws-sdk/client-s3": "3.731.1",
"@hlidac-shopu/lib": "1.4.0"
}
}
Loading

0 comments on commit f7c15f7

Please sign in to comment.