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 Dec 19, 2024
1 parent 3153f5b commit ce0d3bb
Show file tree
Hide file tree
Showing 25 changed files with 6,536 additions and 6,225 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.6.0/css/all.min.css"
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/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.6.0/css/all.min.css"
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
crossorigin="anonymous">
<!-- GC Design System -->
<link rel="stylesheet"
Expand Down
4 changes: 2 additions & 2 deletions env/common/local-provider.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = "1.9.8"
required_version = "1.10.2"
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.78.0"
version = "5.82.0"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions env/common/provider.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = "1.9.8"
required_version = "1.10.2"
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.78.0"
version = "5.82.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.709.0",
"@aws-sdk/lib-dynamodb": "3.709.0",
"@aws-sdk/client-s3": "3.709.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.128",
Expand Down
Loading

0 comments on commit ce0d3bb

Please sign in to comment.