From c3c7ed90729c352497ab52fda22393fb18fee980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 21:29:58 +0000 Subject: [PATCH] Bump @angular/ssr from 20.1.3 to 20.3.6 Bumps [@angular/ssr](https://github.com/angular/angular-cli) from 20.1.3 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.1.3...20.3.6) --- updated-dependencies: - dependency-name: "@angular/ssr" dependency-version: 20.3.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fe7d54..91cfc54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^20.1.0", "@angular/platform-server": "^20.1.0", "@angular/router": "^20.1.0", - "@angular/ssr": "^20.1.3", + "@angular/ssr": "^20.3.6", "@ng-bootstrap/ng-bootstrap": "^19.0.1", "@ngx-formly/bootstrap": "^7.0.0", "@ngx-formly/core": "^7.0.0", @@ -789,9 +789,9 @@ } }, "node_modules/@angular/ssr": { - "version": "20.1.3", - "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-20.1.3.tgz", - "integrity": "sha512-ZXTUlLC6iC4Tl7uY3ACaS5+1JC6bnbByk/y0agnCXjHN/5qogIR44ECQDPlLmPZfC1dZaxF4d0WSge9OZdeu4Q==", + "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/package.json b/package.json index e4b8e45..5f9741d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@angular/platform-browser": "^20.1.0", "@angular/platform-server": "^20.1.0", "@angular/router": "^20.1.0", - "@angular/ssr": "^20.1.3", + "@angular/ssr": "^20.3.6", "@ng-bootstrap/ng-bootstrap": "^19.0.1", "@ngx-formly/bootstrap": "^7.0.0", "@ngx-formly/core": "^7.0.0",