Skip to content

Commit

Permalink
fix(deps): update aws-sdk-js-v3 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent 4ddcc53 commit 9721a22
Show file tree
Hide file tree
Showing 21 changed files with 282 additions and 308 deletions.
2 changes: 1 addition & 1 deletion .syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@aws-sdk/client-s3",
"@aws-sdk/**"
],
"pinVersion": "3.629.0",
"pinVersion": "3.633.0",
"label": "AWS SDK Dependencies should all have the same version (uses a specifc package as the first one for Renovate to latch to)"
},
{
Expand Down
4 changes: 2 additions & 2 deletions lambdas/account-data-deleter-batch-delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.629.0",
"@aws-sdk/lib-dynamodb": "3.629.0",
"@aws-sdk/client-dynamodb": "3.632.0",
"@aws-sdk/lib-dynamodb": "3.632.0",
"@sentry/aws-serverless": "8.26.0",
"exponential-backoff": "^3.1.1",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/account-data-deleter-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-lambda": "3.629.0",
"@aws-sdk/client-lambda": "3.634.0",
"@sentry/aws-serverless": "8.26.0",
"fetch-retry": "^5.0.6",
"stripe": "14.24.0",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/account-delete-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.629.0",
"@aws-sdk/lib-dynamodb": "3.629.0",
"@aws-sdk/client-dynamodb": "3.632.0",
"@aws-sdk/lib-dynamodb": "3.632.0",
"@sentry/aws-serverless": "8.26.0",
"exponential-backoff": "^3.1.1",
"tslib": "2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion lambdas/fxa-webook-proxy-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-sqs": "3.629.0",
"@aws-sdk/client-sqs": "3.632.0",
"@sentry/aws-serverless": "8.26.0",
"jsonwebtoken": "^9.0.0",
"jwk-to-pem": "^2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/fxa-webook-proxy-sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "3.629.0",
"@aws-sdk/client-sqs": "3.629.0",
"@aws-sdk/client-secrets-manager": "3.632.0",
"@aws-sdk/client-sqs": "3.632.0",
"@sentry/aws-serverless": "8.26.0",
"jsonwebtoken": "^9.0.0",
"jwk-to-pem": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/instant-sync-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tslib": "2.6.3"
},
"devDependencies": {
"@aws-sdk/client-sqs": "3.629.0",
"@aws-sdk/client-sqs": "3.632.0",
"@pocket-tools/eslint-config": "workspace:*",
"@types/aws-lambda": "8.10.143",
"@types/jest": "29.5.12",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/sendgrid-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "jest \"\\.spec\\.ts\""
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "3.629.0",
"@aws-sdk/client-firehose": "3.629.0",
"@aws-sdk/client-cloudwatch": "3.632.0",
"@aws-sdk/client-firehose": "3.632.0",
"@sendgrid/client": "^8.0.0",
"@sentry/aws-serverless": "8.26.0",
"tslib": "2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion lambdas/transactional-emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:watch": "npm test -- --watchAll"
},
"dependencies": {
"@aws-sdk/client-ssm": "3.629.0",
"@aws-sdk/client-ssm": "3.632.0",
"@sentry/aws-serverless": "8.26.0",
"braze-api": "^2.9.1",
"fetch-retry": "^5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/user-list-search-kinesis-to-sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest \"\\.spec\\.ts\" --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-sqs": "3.629.0",
"@aws-sdk/client-sqs": "3.632.0",
"@sentry/aws-serverless": "8.26.0",
"highland": "2.13.5",
"tslib": "2.6.3",
Expand Down
Loading

0 comments on commit 9721a22

Please sign in to comment.