Skip to content

Commit 8fe53f8

Browse files
authored
Merge pull request #1046 from singnet/zod-dependency-master
[SM-149] Fixed zod dependency version
2 parents 2f2112c + 5e493c1 commit 8fe53f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"web3": "^4.11.1"
5555
},
5656
"resolutions": {
57-
"concat-stream": "github:singnet/concat-stream"
57+
"concat-stream": "github:singnet/concat-stream",
58+
"zod": "3.21.4"
5859
},
5960
"overrides": {
6061
"rimraf": "^4.0.0",

0 commit comments

Comments
 (0)