From a4f6331f82994d802427a98be4d710d53d1fe21f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:24:51 +0000 Subject: [PATCH] Bump @angular/ssr from 21.0.4 to 21.2.3 in /with-angular Bumps [@angular/ssr](https://github.com/angular/angular-cli) from 21.0.4 to 21.2.3. - [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.3) --- updated-dependencies: - dependency-name: "@angular/ssr" dependency-version: 21.2.3 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..7beb68c 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.3", "@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.3", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-21.2.3.tgz", + "integrity": "sha512-vyBIZMoEA1QOghE0Q8Co1gVyxKaaG1eGUigOjnksRLrkOU9uB1ARaCBFFmnIMtFFMbrvVzhsl6Ojzm4RjKkKdA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/with-angular/package.json b/with-angular/package.json index 09bbd9b..fe30994 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.3", "@polar-sh/sdk": "^0.41.5", "dotenv": "^16.6.1", "express": "^5.1.0",