fix(console): resolve Snyk dependency vulnerabilities#2310
Merged
malinskibeniamin merged 2 commits intomasterfrom Mar 16, 2026
Merged
fix(console): resolve Snyk dependency vulnerabilities#2310malinskibeniamin merged 2 commits intomasterfrom
malinskibeniamin merged 2 commits intomasterfrom
Conversation
Upgrade direct dependencies: - @modelcontextprotocol/sdk 1.25.2 -> ^1.26.0 (race condition) - monaco-editor 0.54.0 -> ^0.55.0 (dompurify XSS) - react-syntax-highlighter 15.6.6 -> ^16.0.0 (prismjs code injection) Add resolutions/overrides for transitive dependencies: - ajv ^8.18.0 (ReDoS) - body-parser ^2.2.1 (resource allocation) - diff ^5.2.2 (ReDoS) - dompurify ^3.3.2 (XSS) - @hono/node-server ^1.19.10 (URL encoding) - lodash ^4.17.23 (prototype pollution) - lodash-es ^4.17.23 (prototype pollution) - mdast-util-to-hast ^13.2.1 (object attribute modification) - qs ^6.14.2 (resource allocation) - prismjs ^1.30.0 (code injection) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
weeco
approved these changes
Mar 16, 2026
In monaco-editor 0.55.0, `languages.typescript` was moved to a top-level `typescript` namespace. Update editor.tsx to use the new import path and add explicit parameter types in pipelines-create.tsx. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
@modelcontextprotocol/sdkto ^1.26.0 to fix race condition (High)monaco-editorto ^0.55.0 to fix dompurify XSS vulnerabilities (Low + Medium)react-syntax-highlighterto ^16.0.0 to fix prismjs code injection (Low)Test plan
snyk testpasses with no vulnerable paths found🤖 Generated with Claude Code