From ff632986d89f0747edca015fcee06cdac22bbff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:47:35 +0000 Subject: [PATCH] chore(deps): bump the npm-minor-patch group across 1 directory with 2 updates Bumps the npm-minor-patch group with 2 updates in the / directory: [zod](https://github.com/colinhacks/zod) and [tsx](https://github.com/privatenumber/tsx). Updates `zod` from 4.4.3 to 4.5.2 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.3...v4.5.2) Updates `tsx` from 4.23.11 to 4.23.12 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.23.11...v4.23.12) --- updated-dependencies: - dependency-name: zod dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: tsx dependency-version: 4.23.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... 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 d37c860..305ddad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "commander": "^14.0.2", "spdx-license-list": "6.12.0", "yaml": "^2.9.0", - "zod": "^4.4.3" + "zod": "^4.5.2" }, "bin": { "bootstrap": "dist/cli.js", @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/node": "^24.13.3", - "tsx": "^4.23.11", + "tsx": "^4.23.12", "typescript": "^5.9.3", "vitest": "^3.2.7" }, @@ -1441,9 +1441,9 @@ } }, "node_modules/tsx": { - "version": "4.23.11", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.11.tgz", - "integrity": "sha512-Ry2oTEUnhBdeEdWIztY8kf3/nBGnPnjMLVGL0YfdRXMORuPER5NlKmayqxtxRxwB1xBN+RivRaJfe7PM1rtiyw==", + "version": "4.23.12", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.12.tgz", + "integrity": "sha512-FDf4L4sYzKtzWYhU/Xm0AQFdTjdIxNo9ElTf2mxXM6k8YMHXzYUe4yODVaXP4V9uMFbVg8c0qyBccK2OOxb45Q==", "dev": true, "license": "MIT", "dependencies": { @@ -2168,9 +2168,9 @@ } }, "node_modules/zod": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", - "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.2.tgz", + "integrity": "sha512-XkYXCol10+ba/6F/cueWV+TezUeOqXW0hdeJt5CdXjTYeAgAQg5N03RQdJ80mhfFE72+pblvYMW4wy2Qp4Qbrg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 8c7b970..23de91f 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,11 @@ "commander": "^14.0.2", "spdx-license-list": "6.12.0", "yaml": "^2.9.0", - "zod": "^4.4.3" + "zod": "^4.5.2" }, "devDependencies": { "@types/node": "^24.13.3", - "tsx": "^4.23.11", + "tsx": "^4.23.12", "typescript": "^5.9.3", "vitest": "^3.2.7" }