Bump zod to v3.23.5

This commit is contained in:
Alex Gleason 2024-05-01 16:45:47 -05:00
parent 8959f85afb
commit d94f831af1
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 8 additions and 3 deletions

View File

@ -51,7 +51,7 @@
"type-fest": "npm:type-fest@^4.3.0", "type-fest": "npm:type-fest@^4.3.0",
"unfurl": "npm:unfurl.js@^6.4.0", "unfurl": "npm:unfurl.js@^6.4.0",
"uuid62": "npm:uuid62@^1.0.2", "uuid62": "npm:uuid62@^1.0.2",
"zod": "npm:zod@^3.23.4", "zod": "npm:zod@^3.23.5",
"~/fixtures/": "./fixtures/" "~/fixtures/": "./fixtures/"
}, },
"lint": { "lint": {

View File

@ -62,7 +62,8 @@
"npm:uuid62@^1.0.2": "npm:uuid62@1.0.2", "npm:uuid62@^1.0.2": "npm:uuid62@1.0.2",
"npm:websocket-ts@^2.1.5": "npm:websocket-ts@2.1.5", "npm:websocket-ts@^2.1.5": "npm:websocket-ts@2.1.5",
"npm:zod@^3.21.0": "npm:zod@3.23.4", "npm:zod@^3.21.0": "npm:zod@3.23.4",
"npm:zod@^3.23.4": "npm:zod@3.23.4" "npm:zod@^3.23.4": "npm:zod@3.23.4",
"npm:zod@^3.23.5": "npm:zod@3.23.5"
}, },
"jsr": { "jsr": {
"@bradenmacdonald/s3-lite-client@0.7.4": { "@bradenmacdonald/s3-lite-client@0.7.4": {
@ -1279,6 +1280,10 @@
"zod@3.23.4": { "zod@3.23.4": {
"integrity": "sha512-/AtWOKbBgjzEYYQRNfoGKHObgfAZag6qUJX1VbHo2PRBgS+wfWagEY2mizjfyAPcGesrJOcx/wcl0L9WnVrHFw==", "integrity": "sha512-/AtWOKbBgjzEYYQRNfoGKHObgfAZag6qUJX1VbHo2PRBgS+wfWagEY2mizjfyAPcGesrJOcx/wcl0L9WnVrHFw==",
"dependencies": {} "dependencies": {}
},
"zod@3.23.5": {
"integrity": "sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==",
"dependencies": {}
} }
} }
}, },
@ -1618,7 +1623,7 @@
"npm:type-fest@^4.3.0", "npm:type-fest@^4.3.0",
"npm:unfurl.js@^6.4.0", "npm:unfurl.js@^6.4.0",
"npm:uuid62@^1.0.2", "npm:uuid62@^1.0.2",
"npm:zod@^3.23.4" "npm:zod@^3.23.5"
] ]
} }
} }