Skip to content

Commit

Permalink
fix(deps): update dependency zod to v3.24.1 (#3061)
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 11, 2024
1 parent 3a6e0fa commit 68a4485
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-app-revamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"viem": "2.21.54",
"wagmi": "2.13.5",
"webpack": "5.97.1",
"zod": "3.23.8",
"zod": "3.24.1",
"zustand": "4.5.5"
}
}
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18217,7 +18217,12 @@ youch@^3.2.2:
mustache "^4.2.0"
stacktracey "^2.1.8"

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

zod@^3.20.6:
version "3.23.8"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==
Expand Down

0 comments on commit 68a4485

Please sign in to comment.