@ts-rest/open-api
Advanced tools
Comparing version 3.30.3 to 3.30.4
# @ts-rest/open-api | ||
## 3.30.4 | ||
### Patch Changes | ||
- 10dff96: - fix: address `zod` [CVE](https://nvd.nist.gov/vuln/detail/CVE-2023-4316) with bump `@ts-rest` peer dependency `zod` to minimum `^3.22.3` | ||
- ref PR: https://github.com/colinhacks/zod/pull/2824 | ||
## 3.30.3 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@ts-rest/open-api", | ||
"version": "3.30.3", | ||
"version": "3.30.4", | ||
"dependencies": { | ||
@@ -9,4 +9,4 @@ "@anatine/zod-openapi": "^1.12.0", | ||
"peerDependencies": { | ||
"zod": "^3.21.0", | ||
"@ts-rest/core": "3.30.3" | ||
"zod": "^3.22.3", | ||
"@ts-rest/core": "3.30.4" | ||
}, | ||
@@ -13,0 +13,0 @@ "module": "./index.mjs", |
29258