Skip to content

Commit a9e605d

Browse files
committed
fix(deps): update dependency zod to v4
1 parent a57b4fb commit a9e605d

File tree

4 files changed

+48
-7
lines changed

4 files changed

+48
-7
lines changed

package-lock.json

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

packages/gcloud-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"@modelcontextprotocol/sdk": "^1.17.1",
5959
"@types/yargs": "^17.0.33",
6060
"yargs": "^18.0.0",
61-
"zod": "^3.25.76"
61+
"zod": "^4.0.0"
6262
}
6363
}

packages/observability-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"googleapis": "^164.1.0",
4545
"@types/yargs": "^17.0.33",
4646
"yargs": "^18.0.0",
47-
"zod": "^3.25.76"
47+
"zod": "^4.0.0"
4848
},
4949
"devDependencies": {
5050
"typescript": "^5.9.2",

packages/storage-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"iconv-lite": "^0.7.0",
7373
"mime-types": "^2.1.35",
7474
"yargs": "^18.0.0",
75-
"zod": "^3.25.76"
75+
"zod": "^4.0.0"
7676
}
7777
}

0 commit comments

Comments
 (0)