chore: begin Canton Node SDK dependency refresh - #418
Merged
Merged
Conversation
Bump axios 1.19.0 -> 1.20.0, ws 8.21.2 -> 8.21.3, and zod 4.4.3 -> 4.6.5 in root package.json runtime dependencies. Build (npm run build, including tsc7 core + lint configs) passed locally after the bumps. Local Jest run did not complete; CI is the validation gate for this change. Part of the broader dependency refresh; more upgrades to follow. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The reviewed dependency updates have no unresolved issues.
Review effort: Balanced
Findings: None
What changed in this PR
Begins the Canton Node SDK dependency refresh by updating three runtime dependencies.
Changes:
- Bumps
axiosto1.20.0. - Bumps
wsto8.21.3. - Bumps
zodto4.6.5.
| File | Description |
|---|---|
package.json |
Updates the three specified runtime dependency versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This was referenced Sep 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First step of the Canton Node SDK dependency refresh: bump exactly three root runtime dependencies in
package.jsonto their current latest stable npm versions.What changed
Only
package.json(3 lines independencies):axioswszodWhat this PR is / is not
Validation
npm run build(openapi typegen + client-methods generation + tsc7 core + tsconfig.lint build) passed locally after the bumps.package-lock.json.Made with Cursor