fix: upgrade zod from 3.24.2 to 3.25.76

Snyk has created this PR to upgrade zod from 3.24.2 to 3.25.76.

See this package in npm:
zod

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/b4438be7-302a-4f5b-9715-3132cc0e53b3?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2025-11-04 07:18:35 +00:00
parent b1cd3e949c
commit a86976fee9
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
"version": "1.0.14",
"license": "Apache-2.0",
"dependencies": {
"zod": "^3.24.2"
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.11.19",
@@ -47,9 +47,9 @@
"license": "MIT"
},
"node_modules/zod": {
"version": "3.24.2",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",
"integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==",
"version": "3.25.76",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"

View File

@@ -16,6 +16,6 @@
"typescript": "^5.5.2"
},
"dependencies": {
"zod": "^3.24.2"
"zod": "^3.25.76"
}
}