Skip to content

Commit 57be14e

Browse files
committed
Bumps node modules
1 parent 8f96129 commit 57be14e

5 files changed

Lines changed: 38 additions & 32 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"aws-cdk-lib": "2.252.0",
4343
"aws-lambda-mcp-server": "workspace:*",
4444
"constructs": "10.6.0",
45-
"hono": "4.12.16",
45+
"hono": "^4.12.18",
4646
"zod": "4.4.1"
4747
}
4848
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
],
1919
"author": "poad",
2020
"license": "ISC",
21-
"packageManager": "pnpm@11.0.8"
21+
"packageManager": "pnpm@11.0.9"
2222
}

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@aws-lambda-powertools/logger": "2.33.0",
6262
"@hono/mcp": "0.2.5",
6363
"@modelcontextprotocol/sdk": "1.29.0",
64-
"hono": "4.12.16",
64+
"hono": "^4.12.18",
6565
"zod": "4.4.1"
6666
},
6767
"peerDependencies": {

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ minimumReleaseAge: 10080 # 7 days in minutes
1212

1313
minimumReleaseAgeExclude:
1414
- ip-address@10.1.1
15+
- fast-uri@3.1.2
16+
- hono@4.12.18
1517

1618
overrides:
19+
fast-uri@<=3.1.1: ^3.1.2
20+
hono@<4.12.18: ^4.12.18
1721
ip-address@<=10.1.0: ^10.1.1
1822
semver: '>=7'
1923

0 commit comments

Comments
 (0)