Skip to content

Commit 0b96e21

Browse files
fix(deps): update all non-major dependencies
1 parent a07b6d4 commit 0b96e21

File tree

4 files changed

+479
-135
lines changed

4 files changed

+479
-135
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cache: 'maven'
4343

4444
- name: Setup Node 20
45-
uses: actions/setup-node@v4.3.0
45+
uses: actions/setup-node@v4.4.0
4646
with:
4747
node-version: 20
4848
cache: 'yarn'
@@ -55,7 +55,7 @@ jobs:
5555
terraform_wrapper: false
5656

5757
- name: Setup AWS Credentials for Infrastructure
58-
uses: aws-actions/configure-aws-credentials@v4.1.0
58+
uses: aws-actions/configure-aws-credentials@v4.2.0
5959
with:
6060
aws-region: eu-central-1
6161
role-to-assume: arn:aws:iam::956243129466:role/github-deployer
@@ -76,7 +76,7 @@ jobs:
7676
echo "api-gateway-url=$(terraform output -raw api-gateway-url)" >> $GITHUB_OUTPUT
7777
7878
- name: Setup AWS Credentials for Integration Tests
79-
uses: aws-actions/configure-aws-credentials@v4.1.0
79+
uses: aws-actions/configure-aws-credentials@v4.2.0
8080
with:
8181
aws-region: eu-central-1
8282
role-to-assume: ${{ steps.apply-infrastructure.outputs.integration-test-role-arn }}
@@ -87,7 +87,7 @@ jobs:
8787
mvn -B -ntp clean install failsafe:integration-test failsafe:verify -DapiGatewayUrl=${{ steps.apply-infrastructure.outputs.api-gateway-url }}
8888
8989
- name: Setup AWS Credentials for Infrastructure
90-
uses: aws-actions/configure-aws-credentials@v4.1.0
90+
uses: aws-actions/configure-aws-credentials@v4.2.0
9191
if: always()
9292
with:
9393
aws-region: eu-central-1

integration-tests/infrastructure/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"node": ">=20"
1414
},
1515
"dependencies": {
16-
"@cdktf/provider-aws": "19.60.1",
17-
"cdktf": "0.20.11",
16+
"@cdktf/provider-aws": "19.63.0",
17+
"cdktf": "0.20.12",
1818
"constructs": "10.4.2"
1919
},
2020
"devDependencies": {
21-
"@types/node": "22.14.1",
21+
"@types/node": "22.15.17",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.8.3"
2424
}

0 commit comments

Comments
 (0)