From d09c25999f76d9f3802653b41cd4bfac4c759154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 14:25:15 +0000 Subject: [PATCH] chore(deps): bump @hatchet-dev/typescript-sdk in /child-workflows Bumps [@hatchet-dev/typescript-sdk](https://github.com/hatchet-dev/hatchet-typescript) from 0.8.1 to 0.20.3. - [Commits](https://github.com/hatchet-dev/hatchet-typescript/commits) --- updated-dependencies: - dependency-name: "@hatchet-dev/typescript-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- child-workflows/package-lock.json | 16 ++++++++++++---- child-workflows/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/child-workflows/package-lock.json b/child-workflows/package-lock.json index 078e3f6..d027633 100644 --- a/child-workflows/package-lock.json +++ b/child-workflows/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@hatchet-dev/typescript-sdk": "^0.8.1", + "@hatchet-dev/typescript-sdk": "^0.20.3", "axios": "^1.7.3", "openai": "^4.55.1", "vectra": "^0.7.6" @@ -640,6 +640,12 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, + "node_modules/@bufbuild/protobuf": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.5.tgz", + "integrity": "sha512-/g5EzJifw5GF8aren8wZ/G5oMuPoGeS6MQD3ca8ddcvdXR5UELUfdTZITCGNhNXynY/AYl3Z4plmxdj/tRl/hQ==", + "license": "(Apache-2.0 AND BSD-3-Clause)" + }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", @@ -770,10 +776,12 @@ } }, "node_modules/@hatchet-dev/typescript-sdk": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@hatchet-dev/typescript-sdk/-/typescript-sdk-0.8.1.tgz", - "integrity": "sha512-ACfhUM6IV+bVuHMuvR7UUqnxhAucTTAmil6sICL9K3rtj7y6WARstsahTW3/krwW5R/nbpoz+Oc543SECsgA3Q==", + "version": "0.20.3", + "resolved": "https://registry.npmjs.org/@hatchet-dev/typescript-sdk/-/typescript-sdk-0.20.3.tgz", + "integrity": "sha512-cF/dVxkgWlBY+N7blxJM77ZCBU7d4ORbLUczOvPPYAETmivjbGDtiesOTPxZJ3OcbbMW8rOsIWs512vQ6RsVkA==", + "license": "MIT", "dependencies": { + "@bufbuild/protobuf": "^2.1.0", "@types/qs": "^6.9.11", "abort-controller-x": "^0.4.3", "axios": "^1.6.7", diff --git a/child-workflows/package.json b/child-workflows/package.json index 9961d99..66fbf62 100644 --- a/child-workflows/package.json +++ b/child-workflows/package.json @@ -58,7 +58,7 @@ "typescript": "^5.4.3" }, "dependencies": { - "@hatchet-dev/typescript-sdk": "^0.8.1", + "@hatchet-dev/typescript-sdk": "^0.20.3", "axios": "^1.7.3", "openai": "^4.55.1", "vectra": "^0.7.6"