Skip to content

Commit

Permalink
chore(deps): update dependencies (#219)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* terraform-docs: automated action

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Sep 18, 2024
1 parent 435c62a commit a643e9a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}

- name: Terraform Docs
uses: terraform-docs/[email protected].0
uses: terraform-docs/[email protected].2
with:
git-push: true
output-file: USAGE.md
Expand Down
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.5
1.9.6
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.9.5 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.9.6 |

## Providers

Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@octokit/webhooks": "13.3.0",
"@swc/jest": "0.2.36",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash.mapkeys": "4.6.9",
"@types/micromatch": "4.0.9",
"jest": "29.7.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"jest": {
"transform": {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.5"
required_version = "1.9.6"

required_providers {
aws = {
Expand Down

0 comments on commit a643e9a

Please sign in to comment.