Skip to content

Conversation

@RomneyDa
Copy link
Collaborator

@RomneyDa RomneyDa commented Jan 13, 2026

This PR consolidates security updates from PRs #9468 and #9430 with proper package lock updates.

Changes

@modelcontextprotocol/sdk upgrade (core)

  • From: 1.24.0 → To: 1.25.2
  • Location: core/package.json
  • Fixes: SNYK-JS-MODELCONTEXTPROTOCOLSDK-14871802
    • Vulnerability: Regular Expression Denial of Service (ReDoS)
    • Severity: High (score: 828/1000)

@reduxjs/toolkit upgrade (gui)

  • From: 2.3.0 → To: 2.11.2
  • Location: gui/package.json
  • Fixes: SNYK-JS-DAGRED3ES-13110069
    • Vulnerability: Prototype Pollution in transitive dependency
    • Severity: Medium (score: 636/1000)
  • Additional improvements:
    • Immer v11 with ~25-60% performance improvements
    • Better SSR handling
    • Improved fetchBaseQuery headers
    • Enhanced retry behavior and request abort handling
    • TypeScript 5.4+ support

Package Lock Updates

✅ Updated package-lock.json with all dependency changes
✅ Successfully ran npm install to ensure all locks are in sync
✅ No breaking changes expected

Testing

  • Dependencies successfully installed and resolved
  • No functional changes to application code
  • Both upgrades are within semver minor/patch ranges

Related PRs


This task was co-authored by dallin and Continue.


Continue Tasks

Status Task Actions
▶️ Queued changelog View
▶️ Queued test coverage View
▶️ Queued Review Agent View
▶️ Queued test View

Powered by Continue


Summary by cubic

Upgraded @modelcontextprotocol/sdk and @reduxjs/toolkit to fix security vulnerabilities and improve performance. No application code changes.

  • Dependencies
    • core: @modelcontextprotocol/sdk 1.24.0 → 1.25.2; fixes ReDoS (SNYK-JS-MODELCONTEXTPROTOCOLSDK-14871802, High).
    • gui: @reduxjs/toolkit 2.3.0 → 2.11.2; fixes prototype pollution in a transitive dep (SNYK-JS-DAGRED3ES-13110069, Medium).
    • Redux Toolkit brings Immer v11 performance gains, better SSR, improved fetchBaseQuery headers, enhanced retry/abort, and TS 5.4+ support.
    • package-lock.json updated; installs clean; no breaking changes expected.

Written for commit 6203b99. Summary will update on new commits.

@RomneyDa RomneyDa requested a review from a team as a code owner January 13, 2026 04:08
@RomneyDa RomneyDa requested review from sestinj and removed request for a team January 13, 2026 04:08
@continue-staging
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

1 similar comment
@continue
Copy link
Contributor

continue bot commented Jan 13, 2026

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@continue-development-app
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 13, 2026
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 3 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="core/package.json">

<violation number="1" location="core/package.json:67">
P2: Security bump incomplete: another workspace still pins @modelcontextprotocol/sdk ^1.24.0, leaving the vulnerable version in the repo</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

@RomneyDa RomneyDa force-pushed the security-updates-mcp-sdk-redux-toolkit branch from 068ca88 to 88ee148 Compare January 13, 2026 04:17
- Upgrade @modelcontextprotocol/sdk from 1.24.0 to 1.25.2 (fixes SNYK-JS-MODELCONTEXTPROTOCOLSDK-14871802 ReDoS vulnerability)
- Upgrade @reduxjs/toolkit from 2.3.0 to 2.11.2 (fixes SNYK-JS-DAGRED3ES-13110069 prototype pollution vulnerability)
- Update core/package-lock.json and gui/package-lock.json with latest dependencies

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <[email protected]>
Co-authored-by: dallin <[email protected]>
@RomneyDa RomneyDa force-pushed the security-updates-mcp-sdk-redux-toolkit branch from 88ee148 to 6203b99 Compare January 13, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

continue-agent size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants