From b5bd22e97d7341883fd14c03669cd6c5a0981e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 15:02:37 +0000 Subject: [PATCH] chore(deps): bump @angular/ssr from 21.2.6 to 21.2.9 Bumps [@angular/ssr](https://github.com/angular/angular-cli) from 21.2.6 to 21.2.9. - [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.2.6...v21.2.9) --- updated-dependencies: - dependency-name: "@angular/ssr" dependency-version: 21.2.13 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 ab0a48f4..76091a7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@angular/platform-browser-dynamic": "21.2.6", "@angular/platform-server": "21.2.6", "@angular/router": "21.2.6", - "@angular/ssr": "21.2.6", + "@angular/ssr": "21.2.9", "@bull-board/api": "7.1.5", "@bull-board/express": "7.1.5", "@bull-board/nestjs": "7.1.5", @@ -3108,9 +3108,9 @@ } }, "node_modules/@angular/ssr": { - "version": "21.2.6", - "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-21.2.6.tgz", - "integrity": "sha512-Ss4gtUP/0S+KzRktz4fUh64ztiU0v7PiqZnEE4JKyp5bwzgHI2SSHlm6HTMUWjTWJnCsDWp5TbgAoibJ8B3p/w==", + "version": "21.2.9", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-21.2.9.tgz", + "integrity": "sha512-kNOCyk3l3fxC1x6KoIRpeVke4HHlnSjaPdK5b0DA2YBgVT02Kz+Bzn818b/a1HCCMFfPBUh3xb623mC5LSyvlw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 18ee3649..713ed509 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@angular/platform-browser-dynamic": "21.2.6", "@angular/platform-server": "21.2.6", "@angular/router": "21.2.6", - "@angular/ssr": "21.2.6", + "@angular/ssr": "21.2.9", "@bull-board/api": "7.1.5", "@bull-board/express": "7.1.5", "@bull-board/nestjs": "7.1.5",