diff --git a/package-lock.json b/package-lock.json index 9174e34..8f98d48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/forms": "^18.2.0", "@angular/platform-browser": "^18.2.0", "@angular/platform-browser-dynamic": "^18.2.0", - "@angular/platform-server": "^18.2.0", + "@angular/platform-server": "^18.2.14", "@angular/router": "^18.2.0", "@angular/ssr": "^18.2.11", "@ngxs/devtools-plugin": "^18.1.4", @@ -603,9 +603,9 @@ } }, "node_modules/@angular/platform-server": { - "version": "18.2.10", - "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-18.2.10.tgz", - "integrity": "sha512-vewG3K03uLmxmHyjQivzIxvCBQ334hO33vC1rFZpbe3TX+rpVg7FYmz9ArdTgwbuxMSvImrcBWIYs8m/ZpKs9Q==", + "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", @@ -615,11 +615,11 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.2.10", - "@angular/common": "18.2.10", - "@angular/compiler": "18.2.10", - "@angular/core": "18.2.10", - "@angular/platform-browser": "18.2.10" + "@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 09ad2f0..c790efe 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/forms": "^18.2.0", "@angular/platform-browser": "^18.2.0", "@angular/platform-browser-dynamic": "^18.2.0", - "@angular/platform-server": "^18.2.0", + "@angular/platform-server": "^18.2.14", "@angular/router": "^18.2.0", "@angular/ssr": "^18.2.11", "@ngxs/devtools-plugin": "^18.1.4",