From a16d18f3622b1e8929c3a0ee21023b27446009f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:19:22 +0000 Subject: [PATCH] chore(deps): bump @hatchet-dev/typescript-sdk in /simple-examples Bumps [@hatchet-dev/typescript-sdk](https://github.com/hatchet-dev/hatchet-typescript) from 0.10.0 to 0.20.2. - [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] --- simple-examples/package-lock.json | 16 ++++++++++++---- simple-examples/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/simple-examples/package-lock.json b/simple-examples/package-lock.json index 86dbdce..8fee74a 100644 --- a/simple-examples/package-lock.json +++ b/simple-examples/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@hatchet-dev/typescript-sdk": "^0.10.0" + "@hatchet-dev/typescript-sdk": "^0.20.2" }, "devDependencies": { "@types/jest": "^29.5.11", @@ -637,6 +637,12 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, + "node_modules/@bufbuild/protobuf": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.3.tgz", + "integrity": "sha512-tFQoXHJdkEOSwj5tRIZSPNUuXK3RaR7T1nUrPgbYX1pUbvqqaaZAsfo+NXBPsz5rZMSKVFrgK1WL8Q/MSLvprg==", + "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", @@ -767,10 +773,12 @@ } }, "node_modules/@hatchet-dev/typescript-sdk": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@hatchet-dev/typescript-sdk/-/typescript-sdk-0.10.0.tgz", - "integrity": "sha512-j2MtQrBgIs8efW0+zFJHF7Q155OWsxpWpb6SiSFQOrzKFvPk7Tjn0ViAV7qxd4rTL62oPE9wk+Rw7pv3hhD+kg==", + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@hatchet-dev/typescript-sdk/-/typescript-sdk-0.20.2.tgz", + "integrity": "sha512-dqwwl090/ZMaW2wQUQaFjzypUntWoWm6HoFqkBlDED5ueJuEe7S2FpS6CXM1W5N/TIZyIqvtJxut/pHMZcrWCg==", + "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/simple-examples/package.json b/simple-examples/package.json index 51f61ea..b2f03e8 100644 --- a/simple-examples/package.json +++ b/simple-examples/package.json @@ -65,6 +65,6 @@ "typescript": "^5.5.4" }, "dependencies": { - "@hatchet-dev/typescript-sdk": "^0.10.0" + "@hatchet-dev/typescript-sdk": "^0.20.2" } }