From abf6b5fbdf9c4c56d8ba8f5689871d49cc83b415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 04:40:26 +0000 Subject: [PATCH] Bump @angular/ssr from 20.0.0 to 20.3.0 in /starters/angular/ecommerce Bumps [@angular/ssr](https://github.com/angular/angular-cli) from 20.0.0 to 20.3.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/20.0.0...20.3.0) --- updated-dependencies: - dependency-name: "@angular/ssr" dependency-version: 20.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- starters/angular/ecommerce/package-lock.json | 8 ++++---- starters/angular/ecommerce/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/starters/angular/ecommerce/package-lock.json b/starters/angular/ecommerce/package-lock.json index 73924da3..7206d6e3 100644 --- a/starters/angular/ecommerce/package-lock.json +++ b/starters/angular/ecommerce/package-lock.json @@ -16,7 +16,7 @@ "@angular/platform-browser-dynamic": "^20.0.0", "@angular/platform-server": "^20.0.0", "@angular/router": "^20.0.0", - "@angular/ssr": "^20.0.0", + "@angular/ssr": "^20.3.0", "@ngx-templates/shared": "^1.0.3", "express": "^4.18.2", "immutable": "^5.0.3", @@ -627,9 +627,9 @@ } }, "node_modules/@angular/ssr": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-20.0.0.tgz", - "integrity": "sha512-ezca+E3A3zRbMDmvyyclgDX38JvmXb0ZvqGkgQGURa12+5dHvwy8hnDT1eBoRxXBedp+cnIkxXxLjTzXb4/4Hw==", + "version": "20.3.0", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-20.3.0.tgz", + "integrity": "sha512-vVe3xfikXRUpQvrYf2egB+oH6DRvmeEIS7mVwyGSLBkBD2UHDIrNEExGQL0TpDOzq1yff6bvNtK6COrIhsDRpg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/starters/angular/ecommerce/package.json b/starters/angular/ecommerce/package.json index 96a11452..7a06e496 100644 --- a/starters/angular/ecommerce/package.json +++ b/starters/angular/ecommerce/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser-dynamic": "^20.0.0", "@angular/platform-server": "^20.0.0", "@angular/router": "^20.0.0", - "@angular/ssr": "^20.0.0", + "@angular/ssr": "^20.3.0", "@ngx-templates/shared": "^1.0.3", "express": "^4.18.2", "immutable": "^5.0.3",