From 9a051953723bb1dccc600b8dab6846c3b22098a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:59:14 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [zod](https://github.com/colinhacks/zod). Updates `path-to-regexp` from 8.3.0 to 8.4.2 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.3.0...v8.4.2) Updates `zod` from 4.3.6 to 4.4.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.3.6...v4.4.3) --- updated-dependencies: - dependency-name: path-to-regexp dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) 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": [