From c3499ab2c818942bce0b9b498e81b71ab9b46145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:59:42 +0000 Subject: [PATCH] Bump the npm-production group across 1 directory with 2 updates Bumps the npm-production group with 2 updates in the / directory: [octokit-plugin-create-pull-request](https://github.com/gr2m/octokit-plugin-create-pull-request) and [zod](https://github.com/colinhacks/zod). Updates `octokit-plugin-create-pull-request` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/gr2m/octokit-plugin-create-pull-request/releases) - [Commits](https://github.com/gr2m/octokit-plugin-create-pull-request/compare/v6.0.0...v6.0.1) Updates `zod` from 4.1.11 to 4.1.12 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.1.11...v4.1.12) --- updated-dependencies: - dependency-name: octokit-plugin-create-pull-request dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: zod dependency-version: 4.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... 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 94ef0bba..fca0bc55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@actions/core": "^1.11.1", "@octokit/action": "^7.0.0", - "octokit-plugin-create-pull-request": "^6.0.0", - "zod": "^4.1.11" + "octokit-plugin-create-pull-request": "^6.0.1", + "zod": "^4.1.12" }, "devDependencies": { "@eslint/compat": "^1.2.6", @@ -8183,9 +8183,9 @@ } }, "node_modules/octokit-plugin-create-pull-request": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/octokit-plugin-create-pull-request/-/octokit-plugin-create-pull-request-6.0.0.tgz", - "integrity": "sha512-CeQ8DMDFdbjD+r2EqHLe6ETZ77zkbBTpuuvuXFx25SzAcnpXwbJTSrTdpJhWL+QWT4TRO9lje8cKDVaHFEcS3Q==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/octokit-plugin-create-pull-request/-/octokit-plugin-create-pull-request-6.0.1.tgz", + "integrity": "sha512-bxNPhWMwQOBrwS/z76ST6/wg/pIo7y+ZpA6X6+gRH6NTvMU6NhVmx5WyMAMD7Agx1lQenQevZO8ovOVh2Q2dzw==", "license": "MIT", "dependencies": { "@octokit/types": "^13.5.0" @@ -10661,9 +10661,9 @@ } }, "node_modules/zod": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.11.tgz", - "integrity": "sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz", + "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index ab1ef545..2c5b7878 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "dependencies": { "@actions/core": "^1.11.1", "@octokit/action": "^7.0.0", - "octokit-plugin-create-pull-request": "^6.0.0", - "zod": "^4.1.11" + "octokit-plugin-create-pull-request": "^6.0.1", + "zod": "^4.1.12" }, "devDependencies": { "@eslint/compat": "^1.2.6",