Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps-dev): bump zod from 4.0.14 to 4.0.15
Bumps [zod](https://github.com/colinhacks/zod) from 4.0.14 to 4.0.15.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.0.14...v4.0.15)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2025
commit 93aab57611674af859ae98d1472d5e8de3fa9539
2 changes: 1 addition & 1 deletion examples/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@valkey/valkey-glide": "^2.0.1",
"aws-sdk": "^2.1692.0",
"aws-sdk-client-mock": "^4.1.0",
"zod": "^4.0.14"
"zod": "^4.0.15"
},
"dependencies": {
"arktype": "^2.1.20",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@
"devDependencies": {
"avro-js": "^1.12.0",
"protobufjs": "^7.5.3",
"zod": "^4.0.14"
"zod": "^4.0.15"
}
}
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@
}
},
"devDependencies": {
"zod": "^4.0.14"
"zod": "^4.0.15"
}
}
Loading