Skip to content

Commit e608559

Browse files
fix(deps): update all minor dependencies
1 parent 98f77c0 commit e608559

File tree

25 files changed

+8043
-6929
lines changed

25 files changed

+8043
-6929
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"version": "lts"
2222
},
2323
"ghcr.io/devcontainers/features/python:1": {
24-
"version": "3.12",
24+
"version": "3.13",
2525
"installTools": false
2626
}
2727
},

aws/load_balancer/static_website/index-fr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<title>Site actuellement indisponible</title>
77
<!-- Icons Font Awesome (to access icons, import Font Awesome) -->
8-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
99
crossorigin="anonymous">
1010
<!-- GC Design System -->
1111
<link rel="stylesheet"

aws/load_balancer/static_website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<title>Site currently unavailable</title>
77
<!-- Icons Font Awesome (to access icons, import Font Awesome) -->
8-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
99
crossorigin="anonymous">
1010
<!-- GC Design System -->
1111
<link rel="stylesheet"

aws/vpn/lambda/code/yarn.lock

Lines changed: 560 additions & 545 deletions
Large diffs are not rendered by default.

env/common/provider.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
terraform {
2-
required_version = "1.11.2"
2+
required_version = "1.12.2"
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "5.84.0"
6+
version = "5.100.0"
77
}
88
random = {
99
source = "hashicorp/random"
10-
version = "=3.6.0"
10+
version = "3.7.2"
1111
}
1212
}
1313
}

lambda-code/api-end-to-end-test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"build:dev": "tsc --project tsconfig.json --watch"
1010
},
1111
"dependencies": {
12-
"@aws-sdk/client-dynamodb": "3.799.0",
13-
"@aws-sdk/client-lambda": "3.799.0",
14-
"@aws-sdk/lib-dynamodb": "3.799.0",
12+
"@aws-sdk/client-dynamodb": "3.835.0",
13+
"@aws-sdk/client-lambda": "3.835.0",
14+
"@aws-sdk/lib-dynamodb": "3.835.0",
1515
"axios": "^1.9.0",
1616
"jose": "^6.0.10"
1717
},

0 commit comments

Comments
 (0)