From 81d9ce6f53f7ff2c961b524f9b97d62727d1f782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 21:30:08 +0000 Subject: [PATCH] Bump @angular/ssr from 20.0.5 to 20.3.6 in /mcp-frontend Bumps [@angular/ssr](https://github.com/angular/angular-cli) from 20.0.5 to 20.3.6. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/20.0.5...20.3.6) --- updated-dependencies: - dependency-name: "@angular/ssr" dependency-version: 20.3.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mcp-frontend/package-lock.json | 8 ++++---- mcp-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mcp-frontend/package-lock.json b/mcp-frontend/package-lock.json index 52952f2..601afa1 100644 --- a/mcp-frontend/package-lock.json +++ b/mcp-frontend/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^20.0.0", "@angular/platform-server": "^20.0.0", "@angular/router": "^20.0.0", - "@angular/ssr": "^20.0.5", + "@angular/ssr": "^20.3.6", "express": "^5.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", @@ -520,9 +520,9 @@ } }, "node_modules/@angular/ssr": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-20.0.5.tgz", - "integrity": "sha512-JwAFHkIgddVYwiQDTHalpCUAonEpi5qf4wLCm88KeB3vXoTfCCgwj3mMN8ykYCVS7RLupBHI/hYYh9Hqf30P5Q==", + "version": "20.3.6", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-20.3.6.tgz", + "integrity": "sha512-YABzCGfjwQ+WSUuInwBGS35pNO2zUHJeCzyj6CZ0sqRVR0qt3KvEzk1RVvR33X1bKePFHurn8NYPkcvLSpBvhQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/mcp-frontend/package.json b/mcp-frontend/package.json index 8fd0bbe..cf0faf0 100644 --- a/mcp-frontend/package.json +++ b/mcp-frontend/package.json @@ -28,7 +28,7 @@ "@angular/platform-browser": "^20.0.0", "@angular/platform-server": "^20.0.0", "@angular/router": "^20.0.0", - "@angular/ssr": "^20.0.5", + "@angular/ssr": "^20.3.6", "express": "^5.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0",