Fix npm security vulnerabilities - #101
Open
ditto-integrations wants to merge 1 commit into
Open
Conversation
- **engine.io** → 6.6.7 (CVE-2026-59725) - **brace-expansion** → 5.0.7 (CVE-2026-13149) Refs: SPO-1151 Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates npm dependency resolutions to address reported security vulnerabilities by pinning patched versions via overrides and updating the affected lockfiles accordingly.
Changes:
- Pin
engine.ioto6.6.7via rootpackage.jsonoverrides and updatepackage-lock.jsonto resolveengine.io@6.6.7(and related dependency shifts like@types/ws/debug/wsranges). - Pin
brace-expansionto5.0.7in the Vite TypeScript example viaoverridesand update its lockfile to resolvebrace-expansion@5.0.7in the affected subtree.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Adds an overrides pin for engine.io@6.6.7 (alongside existing override pins). |
| package-lock.json | Updates resolved dependency graph to include engine.io@6.6.7 and related nested updates (e.g., @types/ws, debug). |
| examples/vite-typescript-example/package.json | Adds an overrides rule to force brace-expansion@^5.0.2 to 5.0.7 for the example app. |
| examples/vite-typescript-example/package-lock.json | Updates resolved brace-expansion version to 5.0.7 in the impacted dependency subtree. |
Files not reviewed (1)
- examples/vite-typescript-example/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Refs: SPO-1151
Workflow run
Test plan
Generated by Tines + Claude Code