From 129bd791a2cf3ac705838bb8614730244d522a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:29:31 +0000 Subject: [PATCH] Bump @angular/platform-server from 19.1.4 to 19.2.15 Bumps [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) from 19.1.4 to 19.2.15. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/19.2.15/packages/platform-server) --- updated-dependencies: - dependency-name: "@angular/platform-server" dependency-version: 19.2.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae4a1386..87fb5b81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@angular/forms": "19.1.4", "@angular/platform-browser": "19.1.4", "@angular/platform-browser-dynamic": "19.1.4", - "@angular/platform-server": "19.1.4", + "@angular/platform-server": "19.2.15", "@angular/router": "19.1.4", "@angular/ssr": "19.2.7", "angular-plotly.js": "^5.2.2", @@ -1569,9 +1569,9 @@ } }, "node_modules/@angular/platform-server": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-19.1.4.tgz", - "integrity": "sha512-2xxVpFQJHJlM0u8gnI+LYML0Xca+aAexKqsoSwxKJhgcOkRPytr4phhG46vKpZvp8r2fd4BgxxWsTpI6+298gw==", + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-19.2.15.tgz", + "integrity": "sha512-VKuEmzFylYLnFjjFTctnbckgYdXEyt3wU0AwT3uuLrSU/3EgfHlqd33ONuYaIxSRES81GaLcV9cc9uiZYT2QMg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0", @@ -1581,11 +1581,11 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "19.1.4", - "@angular/common": "19.1.4", - "@angular/compiler": "19.1.4", - "@angular/core": "19.1.4", - "@angular/platform-browser": "19.1.4" + "@angular/common": "19.2.15", + "@angular/compiler": "19.2.15", + "@angular/core": "19.2.15", + "@angular/platform-browser": "19.2.15", + "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/router": { diff --git a/package.json b/package.json index 92cf577e..7b19b334 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@angular/forms": "19.1.4", "@angular/platform-browser": "19.1.4", "@angular/platform-browser-dynamic": "19.1.4", - "@angular/platform-server": "19.1.4", + "@angular/platform-server": "19.2.15", "@angular/router": "19.1.4", "@angular/ssr": "19.2.7", "angular-plotly.js": "^5.2.2",