diff --git a/package-lock.json b/package-lock.json index 73c8bf06a9d..c5bfc8795b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/localize": "^18.2.12", "@angular/platform-browser": "^18.2.12", "@angular/platform-browser-dynamic": "^18.2.12", - "@angular/platform-server": "^18.2.12", + "@angular/platform-server": "^18.2.14", "@angular/router": "^18.2.12", "@angular/ssr": "^18.2.18", "@babel/runtime": "7.27.0", @@ -2194,9 +2194,10 @@ } }, "node_modules/@angular/platform-server": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-18.2.13.tgz", - "integrity": "sha512-eYYhFQkjg3rIBY0kG0XLZ3v6ObvDq9SMsGVtsddhlmdhkdO0Sdu9d8hjP7LmioO+60vUG2jNW02ROVMhSNBR5A==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-18.2.14.tgz", + "integrity": "sha512-XUErL0mOPvua5EtlmSOFllSM+Ts1wHzNIv0WNV5FJxWI3Pe6Xxs29xneKDOImC9ErYWuQqK7sQ/hyIaHO5fhOw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0", "xhr2": "^0.2.0" @@ -2205,11 +2206,11 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.2.13", - "@angular/common": "18.2.13", - "@angular/compiler": "18.2.13", - "@angular/core": "18.2.13", - "@angular/platform-browser": "18.2.13" + "@angular/animations": "18.2.14", + "@angular/common": "18.2.14", + "@angular/compiler": "18.2.14", + "@angular/core": "18.2.14", + "@angular/platform-browser": "18.2.14" } }, "node_modules/@angular/router": { diff --git a/package.json b/package.json index 292f7a4abbd..266713d4704 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@angular/localize": "^18.2.12", "@angular/platform-browser": "^18.2.12", "@angular/platform-browser-dynamic": "^18.2.12", - "@angular/platform-server": "^18.2.12", + "@angular/platform-server": "^18.2.14", "@angular/router": "^18.2.12", "@angular/ssr": "^18.2.18", "@babel/runtime": "7.27.0",