From 399596d9aa37e9644e62ed5f4efd5d69c6985cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:44:36 +0000 Subject: [PATCH] chore(deps): bump @hatchet-dev/typescript-sdk from 1.10.6 to 1.10.7 Bumps [@hatchet-dev/typescript-sdk](https://github.com/hatchet-dev/hatchet) from 1.10.6 to 1.10.7. - [Release notes](https://github.com/hatchet-dev/hatchet/releases) - [Commits](https://github.com/hatchet-dev/hatchet/commits) --- updated-dependencies: - dependency-name: "@hatchet-dev/typescript-sdk" dependency-version: 1.10.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8b4fab5..65e5adc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "typescript": "^5.9.3" }, "dependencies": { - "@hatchet-dev/typescript-sdk": "^1.10.6" + "@hatchet-dev/typescript-sdk": "^1.10.7" }, "packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa99de0..ea1472e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@hatchet-dev/typescript-sdk': - specifier: ^1.10.6 - version: 1.10.6 + specifier: ^1.10.7 + version: 1.10.7 devDependencies: '@types/node': specifier: ^22.15.3 @@ -33,8 +33,8 @@ packages: engines: {node: '>=6'} hasBin: true - '@hatchet-dev/typescript-sdk@1.10.6': - resolution: {integrity: sha512-RrbbcKSlvBKenCqHQQKDKNw0gIN6HHaXgC6JOSdDrRNw+JhXleUNrwNfZk8btaWGA5zoPJpAGUzc3y0KYABSWA==} + '@hatchet-dev/typescript-sdk@1.10.7': + resolution: {integrity: sha512-NJWAQ4vJzmtQio8s4GKfrAnwAC2YjL3norZtVCvf25ZeUWXCRihOxERzKGuRF/VyYs6RJWlyp+Ox6XtAzMPJnA==} '@js-sdsl/ordered-map@4.4.2': resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==} @@ -312,6 +312,11 @@ packages: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} + zod-to-json-schema@3.25.1: + resolution: {integrity: sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==} + peerDependencies: + zod: ^3.25 || ^4 + zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} @@ -331,7 +336,7 @@ snapshots: protobufjs: 7.5.4 yargs: 17.7.2 - '@hatchet-dev/typescript-sdk@1.10.6': + '@hatchet-dev/typescript-sdk@1.10.7': dependencies: '@bufbuild/protobuf': 2.11.0 '@types/qs': 6.14.0 @@ -345,6 +350,7 @@ snapshots: semver: 7.7.3 yaml: 2.8.2 zod: 3.25.76 + zod-to-json-schema: 3.25.1(zod@3.25.76) optionalDependencies: prom-client: 15.1.3 transitivePeerDependencies: @@ -630,4 +636,8 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 + zod-to-json-schema@3.25.1(zod@3.25.76): + dependencies: + zod: 3.25.76 + zod@3.25.76: {}