Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.24.1 (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 872bf87 commit f6e6f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"ts-jest": "^29.2.5",
"uuid": "^11.0.3",
"yargs": "^17.7.2",
"zod": "^3.24.0"
"zod": "^3.24.1"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5112,7 +5112,7 @@ z-schema@^5.0.1:
optionalDependencies:
commander "^10.0.0"

zod@^3.24.0:
zod@^3.24.0, zod@^3.24.1:
version "3.24.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==

0 comments on commit f6e6f94

Please sign in to comment.