Skip to content

Commit

Permalink
chore(deps): update dependencies (#224)
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 Dec 9, 2024
1 parent e5f3f33 commit 62ca944
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.8
1.10.0
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.8 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.10.0 |

## Providers

Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"test": "bun jest"
},
"dependencies": {
"axios": "1.7.7",
"axios": "1.7.8",
"lodash.mapkeys": "4.6.0",
"zod": "3.23.8"
},
"devDependencies": {
"@octokit/webhooks": "13.4.1",
"@swc/jest": "0.2.37",
"@types/aws-lambda": "8.10.145",
"@types/aws-lambda": "8.10.146",
"@types/jest": "29.5.14",
"@types/lodash.mapkeys": "4.6.9",
"@types/micromatch": "4.0.9",
"jest": "29.7.0",
"prettier": "3.3.3",
"prettier": "3.4.1",
"typescript": "5.7.2"
},
"jest": {
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.8"
required_version = "1.10.0"

required_providers {
aws = {
Expand Down

0 comments on commit 62ca944

Please sign in to comment.