Skip to content

Commit

Permalink
deps: update to zeebe-node@8.2.4
Browse files Browse the repository at this point in the history
Accounts for `customSSL.rootCerts` when connecting to Camunda 8 SaaS.

Related to upstream bug camunda-community-hub/zeebe-client-node-js#319.
  • Loading branch information
nikku committed Jun 9, 2023
1 parent 074e9ad commit ea8d107
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ___Note:__ Yet to be released changes appear here._
* `FEAT`: infer default port when connecting to Zeebe instances ([#3412](https://github.com/camunda/camunda-modeler/issues/3412))
* `FEAT`: point to troubleshooting guide on connection problems ([#3618](https://github.com/camunda/camunda-modeler/pull/3618))
* `FIX`: default empty business key to null in starting process instance ([#3644](https://github.com/camunda/camunda-modeler/pull/3644))
* `FIX`: account for custom SSL certificates when connecting to C8 SaaS
* `DEPS`: update to `zeebe-node@8.2.4`

### BPMN

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mri": "^1.1.6",
"node-fetch": "^2.6.1",
"parents": "^1.0.1",
"zeebe-node": "^8.2.0"
"zeebe-node": "^8.2.4"
},
"homepage": "https://github.com/camunda/camunda-modeler",
"repository": {
Expand Down
28 changes: 17 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea8d107

Please sign in to comment.