From b075ec50feb126a4c86c68204a4f27ccb0aa8f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 01:29:49 +0000 Subject: [PATCH] Bump @grpc/grpc-js, @temporalio/client and @temporalio/worker Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.10.9 and updates ancestor dependencies [@grpc/grpc-js](https://github.com/grpc/grpc-node), [@temporalio/client](https://github.com/temporalio/sdk-typescript/tree/HEAD/packages/client) and [@temporalio/worker](https://github.com/temporalio/sdk-typescript/tree/HEAD/packages/worker). These dependencies need to be updated together. Updates `@grpc/grpc-js` from 1.7.3 to 1.10.9 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.7.3...@grpc/grpc-js@1.10.9) Updates `@temporalio/client` from 1.9.3 to 1.10.1 - [Release notes](https://github.com/temporalio/sdk-typescript/releases) - [Changelog](https://github.com/temporalio/sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/temporalio/sdk-typescript/commits/v1.10.1/packages/client) Updates `@temporalio/worker` from 1.9.3 to 1.10.1 - [Release notes](https://github.com/temporalio/sdk-typescript/releases) - [Changelog](https://github.com/temporalio/sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/temporalio/sdk-typescript/commits/v1.10.1/packages/worker) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: indirect - dependency-name: "@temporalio/client" dependency-type: direct:production - dependency-name: "@temporalio/worker" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 126 +++++++++++------- samples/custom-search-attributes/package.json | 4 +- 2 files changed, 77 insertions(+), 53 deletions(-) diff --git a/samples/custom-search-attributes/package-lock.json b/samples/custom-search-attributes/package-lock.json index fed9cf9..144dcc4 100644 --- a/samples/custom-search-attributes/package-lock.json +++ b/samples/custom-search-attributes/package-lock.json @@ -9,9 +9,9 @@ "version": "0.1.0", "dependencies": { "@temporalio/activity": "^1.9.3", - "@temporalio/client": "^1.9.3", + "@temporalio/client": "^1.10.1", "@temporalio/common": "^1.9.3", - "@temporalio/worker": "^1.9.3", + "@temporalio/worker": "^1.10.1", "@temporalio/workflow": "^1.9.3", "nanoid": "3.x", "proto3-json-serializer": "^2.0.0" @@ -213,25 +213,25 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.3.tgz", - "integrity": "sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==", + "version": "1.10.9", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.9.tgz", + "integrity": "sha512-5tcgUctCG0qoNyfChZifz2tJqbRbXVO9J7X6duFcOjY3HUNCxg5D0ZCK7EP9vIcZ0zRpLU9bWkyCqVCLZ46IbQ==", "dependencies": { - "@grpc/proto-loader": "^0.7.0", - "@types/node": ">=12.12.47" + "@grpc/proto-loader": "^0.7.13", + "@js-sdsl/ordered-map": "^4.4.2" }, "engines": { - "node": "^8.13.0 || >=10.10.0" + "node": ">=12.10.0" } }, "node_modules/@grpc/proto-loader": { - "version": "0.7.12", - "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.12.tgz", - "integrity": "sha512-DCVwMxqYzpUCiDMl7hQ384FqP4T3DbNpXU8pt681l3UWCip1WUiD5JrkImUwCB9a7f2cq4CUTmi5r/xIMRPY1Q==", + "version": "0.7.13", + "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz", + "integrity": "sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==", "dependencies": { "lodash.camelcase": "^4.3.0", "long": "^5.0.0", - "protobufjs": "^7.2.4", + "protobufjs": "^7.2.5", "yargs": "^17.7.2" }, "bin": { @@ -332,6 +332,15 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@js-sdsl/ordered-map": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz", + "integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/js-sdsl" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -657,92 +666,107 @@ } }, "node_modules/@temporalio/activity": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@temporalio/activity/-/activity-1.9.3.tgz", - "integrity": "sha512-QmY2dCNNSANhCgy4HCaeRmosyg73wI7KFbxTpnCrFjAWjxpJqBYC5qROrWHQEG/52Mcf59MtmznWSqz3M04Naw==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@temporalio/activity/-/activity-1.10.1.tgz", + "integrity": "sha512-ZCUOq3pzIYuWeGCtY5cAbtjUqFr8qg6oQJ64gHqUlstk9mweeOtMhYUyBUNBeb+MlYn+YhtxyCaUc1HQlVXkHg==", "dependencies": { - "@temporalio/common": "1.9.3", + "@temporalio/common": "1.10.1", "abort-controller": "^3.0.0" } }, "node_modules/@temporalio/client": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@temporalio/client/-/client-1.9.3.tgz", - "integrity": "sha512-RgcqMqgrzQG3jOrCxnh8mYqwDqngAMKoCUOPwZZU5AAJa0sBcBLV2lEhJ9KGEavpfZej/duplUa67EV0s+M/6w==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@temporalio/client/-/client-1.10.1.tgz", + "integrity": "sha512-j7ey7jvE9/2LPNggmItlvjugMbDIfN76wiQkxoXvS4Y4/6JHgcCAANJ5UpzkHR51LREkRBzDLVeRtxqrfgGMWw==", "dependencies": { - "@grpc/grpc-js": "~1.7.3", - "@temporalio/common": "1.9.3", - "@temporalio/proto": "1.9.3", + "@grpc/grpc-js": "^1.10.6", + "@temporalio/common": "1.10.1", + "@temporalio/proto": "1.10.1", "abort-controller": "^3.0.0", "long": "^5.2.3", "uuid": "^9.0.1" } }, "node_modules/@temporalio/common": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@temporalio/common/-/common-1.9.3.tgz", - "integrity": "sha512-o6aAiqyIyu8b1bUOeY4nu04ZMwLAPR66Vtc8W/xYs7WM874wNhZlm8XWspqnmflI3W7td4y3Y50AHRi/BUNxRg==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@temporalio/common/-/common-1.10.1.tgz", + "integrity": "sha512-0l2XS2+4NW8y7zsCAMixAK0UEIEQLwx/f32j67VGT/DjJ1ri63W5ZTbZU7DoAB3yHjlfymblLQXgK46SzHgP3Q==", "dependencies": { - "@temporalio/proto": "1.9.3", + "@temporalio/proto": "1.10.1", "long": "^5.2.3", "ms": "^3.0.0-canary.1", "proto3-json-serializer": "^2.0.0" } }, "node_modules/@temporalio/core-bridge": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@temporalio/core-bridge/-/core-bridge-1.9.3.tgz", - "integrity": "sha512-0cYVDzypc+ilpWeBsYkHP8wv/SbtcLZA4z4ZZd2c6OWKEM3+p4UuW8AiXZf/avL+rpo7cjrSRl+PTWe52vPReg==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@temporalio/core-bridge/-/core-bridge-1.10.1.tgz", + "integrity": "sha512-HnyZ+6fcy0B5PjbzNaw+7ei51z86dQXYJMXx/B4p07Bmid1lSTqKzfd0WddjM+4u4kxiCBGXZ4A0OcfMRnjLRA==", "hasInstallScript": true, "dependencies": { - "@temporalio/common": "1.9.3", + "@temporalio/common": "1.10.1", "arg": "^5.0.2", "cargo-cp-artifact": "^0.1.8", "which": "^4.0.0" } }, "node_modules/@temporalio/proto": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@temporalio/proto/-/proto-1.9.3.tgz", - "integrity": "sha512-YOeelTGdz8zLX8LUlXlERvd/VTaCPmV9xN/JEUQoxsyc7YpOB2wVwdrXS7Al/2b1jOTYRm00vbn3rljRV9W5dA==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@temporalio/proto/-/proto-1.10.1.tgz", + "integrity": "sha512-kKe/B6yZU1iMmTQP161GLGHmWIhwhyn79rOFaurZ87kXswLmmss1TGO37H0GVqR1k4K8S8fewLPbayiYf+oksw==", "dependencies": { "long": "^5.2.3", "protobufjs": "^7.2.5" } }, "node_modules/@temporalio/worker": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@temporalio/worker/-/worker-1.9.3.tgz", - "integrity": "sha512-RFotNUeWNnLDk4EvnPVZBiYAZWc+daezr/Prn/iMsCI6e3CxbchDha6GiqIVkIF3ppq1R2Vl+FpouNA/gBniGg==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@temporalio/worker/-/worker-1.10.1.tgz", + "integrity": "sha512-bGgA7ahVPc9OskeezYpkixQV4pCriEVm++M2wVxOz8wOygWokfqjpduE0sXmtKt7YNGM4oFTgs3ObQ3H9s7Ryg==", "dependencies": { "@swc/core": "^1.3.102", - "@temporalio/activity": "1.9.3", - "@temporalio/client": "1.9.3", - "@temporalio/common": "1.9.3", - "@temporalio/core-bridge": "1.9.3", - "@temporalio/proto": "1.9.3", - "@temporalio/workflow": "1.9.3", + "@temporalio/activity": "1.10.1", + "@temporalio/client": "1.10.1", + "@temporalio/common": "1.10.1", + "@temporalio/core-bridge": "1.10.1", + "@temporalio/proto": "1.10.1", + "@temporalio/workflow": "1.10.1", "abort-controller": "^3.0.0", "heap-js": "^2.3.0", "memfs": "^4.6.0", "rxjs": "^7.8.1", "source-map": "^0.7.4", "source-map-loader": "^4.0.2", + "supports-color": "^8.1.1", "swc-loader": "^0.2.3", "unionfs": "^4.5.1", "webpack": "^5.89.0" }, "engines": { - "node": ">= 14.18.0" + "node": ">= 16.0.0" + } + }, + "node_modules/@temporalio/worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, "node_modules/@temporalio/workflow": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@temporalio/workflow/-/workflow-1.9.3.tgz", - "integrity": "sha512-JU3SKZf+Cdm9ebNIbhLB3DM3NmGyusOCCZ1eSOWCHPAJo+fW9Zi6B2ba+Td7XRu6EGWJwvBwh6fnqzVCxtBPMA==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@temporalio/workflow/-/workflow-1.10.1.tgz", + "integrity": "sha512-EaZEXxSjqcDI1PLo1RKU5eMAXzal98/bWw1pC71fN55AhW1YsxiS8upJQESp20Y+kkMmxJfBrpvinbFtMDgBvg==", "dependencies": { - "@temporalio/common": "1.9.3", - "@temporalio/proto": "1.9.3" + "@temporalio/common": "1.10.1", + "@temporalio/proto": "1.10.1" } }, "node_modules/@tsconfig/node10": { @@ -1442,9 +1466,9 @@ ] }, "node_modules/cargo-cp-artifact": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.1.8.tgz", - "integrity": "sha512-3j4DaoTrsCD1MRkTF2Soacii0Nx7UHCce0EwUf4fHnggwiE4fbmF2AbnfzayR36DF8KGadfh7M/Yfy625kgPlA==", + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.1.9.tgz", + "integrity": "sha512-6F+UYzTaGB+awsTXg0uSJA1/b/B3DDJzpKVRu0UmyI7DmNeaAl2RFHuTGIN6fEgpadRxoXGb7gbC1xo4C3IdyA==", "bin": { "cargo-cp-artifact": "bin/cargo-cp-artifact.js" } diff --git a/samples/custom-search-attributes/package.json b/samples/custom-search-attributes/package.json index f9007af..0c34701 100644 --- a/samples/custom-search-attributes/package.json +++ b/samples/custom-search-attributes/package.json @@ -22,9 +22,9 @@ }, "dependencies": { "@temporalio/activity": "^1.9.3", - "@temporalio/client": "^1.9.3", + "@temporalio/client": "^1.10.1", "@temporalio/common": "^1.9.3", - "@temporalio/worker": "^1.9.3", + "@temporalio/worker": "^1.10.1", "@temporalio/workflow": "^1.9.3", "nanoid": "3.x", "proto3-json-serializer": "^2.0.0"