From 95fcd6e647753ca8c706f3edd0b3df7beb31445a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:08:56 +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.18.0. - [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 | 14 ++++++++++---- simple-examples/package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/simple-examples/package-lock.json b/simple-examples/package-lock.json index 86dbdce..e893f4b 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.18.0" }, "devDependencies": { "@types/jest": "^29.5.11", @@ -637,6 +637,11 @@ "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==" + }, "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 +772,11 @@ } }, "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.18.0", + "resolved": "https://registry.npmjs.org/@hatchet-dev/typescript-sdk/-/typescript-sdk-0.18.0.tgz", + "integrity": "sha512-YvvT/gxe/otPS01IP3QX0Hg9HGum78CPalPGckcJm9NllxchEI8aWKzao0uh9wr6R/BBHCL9YD6+hu+QetH8FA==", "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..048e4ea 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.18.0" } }