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 Oct 25, 2023
1 parent ce0b86f commit 9bac54b
Show file tree
Hide file tree
Showing 16 changed files with 4,503 additions and 3,856 deletions.
4 changes: 2 additions & 2 deletions aws/app/lambda/archive_form_responses/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "archiver.js",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.430.0",
"@aws-sdk/client-s3": "3.430.0"
"@aws-sdk/client-dynamodb": "3.431.0",
"@aws-sdk/client-s3": "3.431.0"
}
}
1,505 changes: 785 additions & 720 deletions aws/app/lambda/archive_form_responses/nodejs/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws/app/lambda/archive_form_templates/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "reliability.js",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-rds-data": "3.430.0",
"@aws-sdk/client-rds-data": "3.431.0",
"pg": "^8.7.3"
}
}
813 changes: 461 additions & 352 deletions aws/app/lambda/archive_form_templates/nodejs/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions aws/app/lambda/audit_logs/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.430.0",
"@aws-sdk/lib-dynamodb": "3.430.0"
"@aws-sdk/client-dynamodb": "3.431.0",
"@aws-sdk/lib-dynamodb": "3.431.0"
}
}
1,181 changes: 634 additions & 547 deletions aws/app/lambda/audit_logs/nodejs/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "dead_letter_queue_consumer.js",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-sqs": "3.430.0"
"@aws-sdk/client-sqs": "3.431.0"
}
}
831 changes: 466 additions & 365 deletions aws/app/lambda/dead_letter_queue_consumer/nodejs/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions aws/app/lambda/nagware/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"main": "nagware.js",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.430.0",
"@aws-sdk/client-rds-data": "3.430.0",
"pg": "8.10.0",
"@aws-sdk/client-dynamodb": "3.431.0",
"@aws-sdk/client-rds-data": "3.431.0",
"pg": "8.11.3",
"notifications-node-client": "5.2.3"
}
}
Loading

0 comments on commit 9bac54b

Please sign in to comment.