Skip to content

Commit

Permalink
fix: update infrastructure dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed Nov 21, 2022
1 parent 17602ef commit 434119f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.3.4
terraform_version: 1.3.5
terraform_wrapper: false

- name: Setup AWS Credentials for Infrastructure
Expand Down
62 changes: 31 additions & 31 deletions integration-tests/infrastructure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"node": ">=16.0"
},
"dependencies": {
"@cdktf/provider-aws": "^10.0.11",
"cdktf": "^0.13.3",
"constructs": "^10.1.159"
"@cdktf/provider-aws": "^11.0.0",
"cdktf": "^0.14.1",
"constructs": "^10.1.166"
},
"devDependencies": {
"@types/node": "^18.11.9",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
}
}

0 comments on commit 434119f

Please sign in to comment.