From 8c69959a52498e62bf97de19dce5340645b44d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 22:46:26 +0000 Subject: [PATCH] Bump @angular/ssr from 21.0.4 to 21.2.0 in /with-angular Bumps [@angular/ssr](https://github.com/angular/angular-cli) from 21.0.4 to 21.2.0. - [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/v21.0.4...v21.2.0) --- updated-dependencies: - dependency-name: "@angular/ssr" dependency-version: 21.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-angular/package-lock.json | 8 ++++---- with-angular/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/with-angular/package-lock.json b/with-angular/package-lock.json index 2929bfe..2419a44 100644 --- a/with-angular/package-lock.json +++ b/with-angular/package-lock.json @@ -14,7 +14,7 @@ "@angular/platform-browser": "^21.0.0", "@angular/platform-server": "^21.0.0", "@angular/router": "^21.0.0", - "@angular/ssr": "^21.0.4", + "@angular/ssr": "^21.2.0", "@polar-sh/sdk": "^0.41.5", "dotenv": "^16.6.1", "express": "^5.1.0", @@ -655,9 +655,9 @@ } }, "node_modules/@angular/ssr": { - "version": "21.0.4", - "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-21.0.4.tgz", - "integrity": "sha512-3eSp3h84buLz9/OdOKt11WpXgaIv+7TZ27vxRIhvFOwWauE7YN6EB0E3xTH6dkRppH486w6mIZb+3Nyo4Zll8Q==", + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-21.2.0.tgz", + "integrity": "sha512-NqtCNJETO1ocQ0F3pK4KxkoDkPxI2qN2YPEBLPAGTrLXxTb6vM06LwYa6tTwFm0sk26tfOGTuauJV1KhRnDcVQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/with-angular/package.json b/with-angular/package.json index 09bbd9b..e5384dc 100644 --- a/with-angular/package.json +++ b/with-angular/package.json @@ -29,7 +29,7 @@ "@angular/platform-browser": "^21.0.0", "@angular/platform-server": "^21.0.0", "@angular/router": "^21.0.0", - "@angular/ssr": "^21.0.4", + "@angular/ssr": "^21.2.0", "@polar-sh/sdk": "^0.41.5", "dotenv": "^16.6.1", "express": "^5.1.0",