diff --git a/package-lock.json b/package-lock.json index cf141b6..32d87f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,12 +15,12 @@ "loud-rejection": "^2.2.0", "openapi-types": "^12.1.3", "openapi-typescript": "^7.13.0", - "path-to-regexp": "^8.3.0", + "path-to-regexp": "^8.4.2", "prettier": "^3.8.1", "typescript": "^5.9.3", "url-pattern": "^1.0.3", "yargs": "^18.0.0", - "zod": "^4.3.6" + "zod": "^4.4.3" }, "bin": { "zod-codegen": "dist/src/cli.js" @@ -8620,9 +8620,9 @@ } }, "node_modules/path-to-regexp": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", - "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz", + "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==", "license": "MIT", "funding": { "type": "opencollective", @@ -10744,9 +10744,9 @@ } }, "node_modules/zod": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", - "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index ac9500d..3b2b3ca 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ "loud-rejection": "^2.2.0", "openapi-types": "^12.1.3", "openapi-typescript": "^7.13.0", - "path-to-regexp": "^8.3.0", + "path-to-regexp": "^8.4.2", "prettier": "^3.8.1", "typescript": "^5.9.3", "url-pattern": "^1.0.3", "yargs": "^18.0.0", - "zod": "^4.3.6" + "zod": "^4.4.3" }, "description": "A powerful TypeScript code generator that creates Zod schemas and type-safe clients from OpenAPI specifications", "keywords": [