Skip to content

Commit 3f2b4fb

Browse files
renovate[bot]github-actions[bot]danadajian
authored
Update dependencies (#253)
* Update dependencies * terraform-docs: automated action * prettier --------- 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> Co-authored-by: danadajian <danadajian@gmail.com>
1 parent d30aff1 commit 3f2b4fb

File tree

6 files changed

+24
-26
lines changed

6 files changed

+24
-26
lines changed

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.5
1+
1.14.3

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.13.5 |
6+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.14.3 |
77

88
## Providers
99

bun.lock

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-webhook-proxy",
3-
"packageManager": "bun@1.3.1",
3+
"packageManager": "bun@1.3.5",
44
"main": "lambdas/proxy/index.js",
55
"type": "module",
66
"scripts": {
@@ -13,15 +13,15 @@
1313
"axios": "1.13.2",
1414
"lodash.mapkeys": "4.6.0",
1515
"micromatch": "4.0.8",
16-
"zod": "4.1.12"
16+
"zod": "4.2.1"
1717
},
1818
"devDependencies": {
19-
"@octokit/webhooks": "14.1.3",
20-
"@types/aws-lambda": "8.10.157",
21-
"@types/bun": "1.3.2",
19+
"@octokit/webhooks": "14.2.0",
20+
"@types/aws-lambda": "8.10.159",
21+
"@types/bun": "1.3.5",
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.10",
24-
"prettier": "3.6.2",
24+
"prettier": "3.7.4",
2525
"typescript": "5.9.3"
2626
}
2727
}

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
{
2525
"customType": "regex",
2626
"managerFilePatterns": ["package.json"],
27-
"matchStrings": ["\"packageManager\":\\s*\"(?<depName>bun)@(?<currentValue>[\\d.]+)\""],
27+
"matchStrings": [
28+
"\"packageManager\":\\s*\"(?<depName>bun)@(?<currentValue>[\\d.]+)\""
29+
],
2830
"datasourceTemplate": "npm",
2931
"versioningTemplate": "semver"
3032
}

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.13.5"
2+
required_version = "1.14.3"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)