Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent d434639 commit 2dcaaf0
Show file tree
Hide file tree
Showing 23 changed files with 2,922 additions and 2,878 deletions.
2 changes: 1 addition & 1 deletion env/common/local-provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.70.0"
version = "5.73.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion env/common/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.70.0"
version = "5.73.0"
}
random = {
source = "hashicorp/random"
Expand Down
6 changes: 3 additions & 3 deletions lambda-code/audit-logs-archiver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"postbuild": "cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cd ./dist && yarn install --production"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.667.0",
"@aws-sdk/lib-dynamodb": "3.667.0",
"@aws-sdk/client-s3": "3.667.0"
"@aws-sdk/client-dynamodb": "3.679.0",
"@aws-sdk/lib-dynamodb": "3.679.0",
"@aws-sdk/client-s3": "3.679.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.128",
Expand Down
545 changes: 276 additions & 269 deletions lambda-code/audit-logs-archiver/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lambda-code/audit-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"postbuild": "cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cd ./dist && yarn install --production"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.667.0",
"@aws-sdk/lib-dynamodb": "3.667.0"
"@aws-sdk/client-dynamodb": "3.679.0",
"@aws-sdk/lib-dynamodb": "3.679.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.126",
Expand Down
399 changes: 203 additions & 196 deletions lambda-code/audit-logs/yarn.lock

Large diffs are not rendered by default.

758 changes: 386 additions & 372 deletions lambda-code/cognito-email-sender/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lambda-code/cognito-pre-sign-up/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
integrity sha512-cmmgqxdVGhxYK9lZMYYXYRJk6twBo53ivtXjIUEFZxfxe4TkZTZBK3RRWrY2HjJcUIix0mdifn15yjOAat5lTA==

"@types/node@^20.9.4":
version "20.16.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.11.tgz#9b544c3e716b1577ac12e70f9145193f32750b33"
integrity sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==
version "20.17.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.6.tgz#6e4073230c180d3579e8c60141f99efdf5df0081"
integrity sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==
dependencies:
undici-types "~6.19.2"

Expand Down
2 changes: 1 addition & 1 deletion lambda-code/form-archiver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postbuild": "cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cd ./dist && yarn install --production"
},
"dependencies": {
"@aws-sdk/client-rds-data": "3.667.0"
"@aws-sdk/client-rds-data": "3.679.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.126",
Expand Down
352 changes: 176 additions & 176 deletions lambda-code/form-archiver/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lambda-code/load-testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ boto3==1.35.39
cryptography==43.0.1
httpx==0.27.2
invokust==0.77
locust==2.31.7
locust==2.32.1
PyJWT==2.9.0
6 changes: 3 additions & 3 deletions lambda-code/nagware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"postbuild": "cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cd ./dist && yarn install --production"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.667.0",
"@aws-sdk/client-rds-data": "3.667.0",
"@aws-sdk/client-dynamodb": "3.679.0",
"@aws-sdk/client-rds-data": "3.679.0",
"@aws-sdk/client-secrets-manager": "^3.478.0",
"@aws-sdk/lib-dynamodb": "3.667.0",
"@aws-sdk/lib-dynamodb": "3.679.0",
"axios": "^1.6.2",
"redis": "^4.7.0"
},
Expand Down
Loading

0 comments on commit 2dcaaf0

Please sign in to comment.