[Snyk] Upgrade zod from 3.23.4 to 3.23.8 (#818)

fix: upgrade zod from 3.23.4 to 3.23.8

Snyk has created this PR to upgrade zod from 3.23.4 to 3.23.8.

See this package in npm:
zod

See this project in Snyk:
https://app.snyk.io/org/origranot/project/f1a8fa02-02b0-4be1-bcc9-47683e972445?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
orig
2024-07-27 20:36:36 +03:00
committed by GitHub
parent d2a752fed1
commit d0094beba7
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -58,7 +58,7 @@
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"ua-parser-js": "^1.0.37",
"zod": "^3.23.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@builder.io/qwik": "^1.3.5",
@ -29615,9 +29615,10 @@
}
},
"node_modules/zod": {
"version": "3.23.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.4.tgz",
"integrity": "sha512-/AtWOKbBgjzEYYQRNfoGKHObgfAZag6qUJX1VbHo2PRBgS+wfWagEY2mizjfyAPcGesrJOcx/wcl0L9WnVrHFw==",
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}

View File

@ -113,6 +113,6 @@
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"ua-parser-js": "^1.0.37",
"zod": "^3.23.4"
"zod": "^3.23.8"
}
}