Skip to content

Commit 1caf0bc

Browse files
chore(deps): bump zod from 3.25.24 to 3.25.56
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.24 to 3.25.56. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.24...v3.25.56) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.56 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dacfd94 commit 1caf0bc

File tree

6 files changed

+943
-667
lines changed

6 files changed

+943
-667
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"thirdweb": "workspace:*",
106106
"tiny-invariant": "^1.3.3",
107107
"use-debounce": "^10.0.4",
108-
"zod": "3.25.24"
108+
"zod": "3.25.56"
109109
},
110110
"devDependencies": {
111111
"@chakra-ui/cli": "^2.4.1",

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tailwind-merge": "^2.6.0",
4848
"thirdweb": "workspace:*",
4949
"use-debounce": "^10.0.4",
50-
"zod": "3.25.24"
50+
"zod": "3.25.56"
5151
},
5252
"devDependencies": {
5353
"@types/node": "22.14.1",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tailwindcss-animate": "^1.0.7",
3232
"thirdweb": "workspace:*",
3333
"tiny-invariant": "^1.3.3",
34-
"zod": "3.25.24"
34+
"zod": "3.25.56"
3535
},
3636
"devDependencies": {
3737
"@next/eslint-plugin-next": "15.3.2",

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@confluentinc/kafka-javascript": "1.3.0",
4949
"aws4fetch": "1.0.20",
50-
"zod": "3.25.24"
50+
"zod": "3.25.56"
5151
},
5252
"devDependencies": {
5353
"@cloudflare/workers-types": "4.20250520.0",

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"toml": "3.0.0",
253253
"uqr": "0.1.2",
254254
"viem": "2.28.1",
255-
"zod": "3.25.24"
255+
"zod": "3.25.56"
256256
},
257257
"peerDependencies": {
258258
"@aws-sdk/client-lambda": "^3",

0 commit comments

Comments
 (0)