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 15, 2024
1 parent dbd5039 commit 99e1dd6
Show file tree
Hide file tree
Showing 24 changed files with 9,426 additions and 8,741 deletions.
2 changes: 1 addition & 1 deletion aws/load_balancer/static_website/index-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>Site actuellement indisponible</title>
<!-- Icons Font Awesome (to access icons, import Font Awesome) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
crossorigin="anonymous">
<!-- GC Design System -->
<link rel="stylesheet"
Expand Down
2 changes: 1 addition & 1 deletion aws/load_balancer/static_website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>Site currently unavailable</title>
<!-- Icons Font Awesome (to access icons, import Font Awesome) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
crossorigin="anonymous">
<!-- GC Design System -->
<link rel="stylesheet"
Expand Down
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.32.0"
version = "5.70.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.59.0"
version = "5.70.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.430.0",
"@aws-sdk/lib-dynamodb": "3.430.0",
"@aws-sdk/client-s3": "3.430.0"
"@aws-sdk/client-dynamodb": "3.666.0",
"@aws-sdk/lib-dynamodb": "3.666.0",
"@aws-sdk/client-s3": "3.666.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.128",
Expand Down
2,125 changes: 1,113 additions & 1,012 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.430.0",
"@aws-sdk/lib-dynamodb": "3.430.0"
"@aws-sdk/client-dynamodb": "3.666.0",
"@aws-sdk/lib-dynamodb": "3.666.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.126",
Expand Down
Loading

0 comments on commit 99e1dd6

Please sign in to comment.