diff --git a/package-lock.json b/package-lock.json index 208971a..d4b9f29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/forms": "^19.0.5", "@angular/platform-browser": "^19.0.5", "@angular/platform-browser-dynamic": "^19.0.5", - "@angular/platform-server": "^19.0.5", + "@angular/platform-server": "^19.2.15", "@angular/router": "^19.0.5", "@angular/ssr": "^19.0.6", "rxjs": "~7.8.0", @@ -1563,9 +1563,9 @@ } }, "node_modules/@angular/platform-server": { - "version": "19.0.5", - "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-19.0.5.tgz", - "integrity": "sha512-fcJ4L9sLYW/5LBL/mCxjWMyLhOX3EJVY9ldzVNbRlzD4DRhPfUgVJwgYYlCVvWZclnCH4CdUo+VrshWMZF5NJQ==", + "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", @@ -1575,11 +1575,11 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "19.0.5", - "@angular/common": "19.0.5", - "@angular/compiler": "19.0.5", - "@angular/core": "19.0.5", - "@angular/platform-browser": "19.0.5" + "@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 c4931b8..2962730 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@angular/forms": "^19.0.5", "@angular/platform-browser": "^19.0.5", "@angular/platform-browser-dynamic": "^19.0.5", - "@angular/platform-server": "^19.0.5", + "@angular/platform-server": "^19.2.15", "@angular/router": "^19.0.5", "@angular/ssr": "^19.0.6", "rxjs": "~7.8.0",