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 25, 2024
1 parent a5d57da commit ef5a42a
Show file tree
Hide file tree
Showing 24 changed files with 6,606 additions and 6,295 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.1/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.1/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.70.0"
version = "5.76.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.693.0",
"@aws-sdk/lib-dynamodb": "3.693.0",
"@aws-sdk/client-s3": "3.693.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.128",
Expand Down
Loading

0 comments on commit ef5a42a

Please sign in to comment.