Skip to content

Commit 82de791

Browse files
Bump zod from 4.1.13 to 4.2.0
Bumps [zod](https://github.com/colinhacks/zod) from 4.1.13 to 4.2.0. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.1.13...v4.2.0) --- updated-dependencies: - dependency-name: zod dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4b8e56 commit 82de791

3 files changed

Lines changed: 145 additions & 145 deletions

File tree

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"hono": "^4.10.8",
2020
"hono-openapi": "^1.1.2",
2121
"knex": "^3.1.0",
22-
"zod": "^4.1.13"
22+
"zod": "^4.2.1"
2323
},
2424
"devDependencies": {
2525
"@faker-js/faker": "^10.1.0"

apps/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"discord.js": "^14.24.2",
1515
"knex": "^3.1.0",
1616
"pino": "^9.14.0",
17-
"zod": "^4.1.12"
17+
"zod": "^4.2.1"
1818
}
1919
}

0 commit comments

Comments
 (0)