Skip to content

Commit fefdcfd

Browse files
Update dependencies (#263)
* 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>
1 parent 04a3968 commit fefdcfd

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.8
1+
1.14.9

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
| Name | Version |
55
|------|---------|
6-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.14.8 |
6+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.14.9 |
77

88
## Providers
99

bun.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-webhook-proxy",
3-
"packageManager": "bun@1.3.12",
3+
"packageManager": "bun@1.3.13",
44
"main": "lambdas/proxy/index.js",
55
"type": "module",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"test": "bun test"
1111
},
1212
"dependencies": {
13-
"axios": "1.15.0",
13+
"axios": "1.15.1",
1414
"lodash.mapkeys": "4.6.0",
1515
"micromatch": "4.0.8",
1616
"zod": "4.3.6"
@@ -21,7 +21,7 @@
2121
"@types/bun": "1.3.12",
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.10",
24-
"prettier": "3.8.2",
25-
"typescript": "6.0.2"
24+
"prettier": "3.8.3",
25+
"typescript": "6.0.3"
2626
}
2727
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.14.8"
2+
required_version = "1.14.9"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)