Skip to content

Commit ff36649

Browse files
committed
fix(@angular/cli): update dependency @modelcontextprotocol/sdk to v1.25.2
This is a port of PR #32227 to the 20.3.x branch.
1 parent 66140c8 commit ff36649

File tree

3 files changed

+28
-11
lines changed

3 files changed

+28
-11
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.8.2",
2929
"@listr2/prompt-adapter-inquirer": "3.0.1",
30-
"@modelcontextprotocol/sdk": "1.24.0",
30+
"@modelcontextprotocol/sdk": "1.25.2",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
3333
"algoliasearch": "5.35.0",

pnpm-lock.yaml

Lines changed: 26 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ minimumReleaseAge: 1440
2323
minimumReleaseAgeExclude:
2424
- '@angular-devkit/*'
2525
- '@angular/*'
26+
- '@modelcontextprotocol/[email protected]' # Fix: https://www.cve.org/CVERecord?id=CVE-2026-0621
2627
- '@ngtools/webpack'
2728
- '@schematics/*'
2829
- 'ng-packagr'

0 commit comments

Comments
 (0)