diff --git a/package-lock.json b/package-lock.json index 57beb3f9..8bf82dd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3", "@angular/material": "^19.1.1", - "@angular/platform-browser": "^19.1.3", + "@angular/platform-browser": "^20.3.9", "@angular/platform-browser-dynamic": "^19.1.3", "@angular/router": "^19.1.3", "@ngrx/component-store": "^19.0.1", @@ -1359,20 +1359,20 @@ } }, "node_modules/@angular/platform-browser": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.1.3.tgz", - "integrity": "sha512-bLgnM2hRyzUdoWRoUhe+IMenlr74EvrgwyG7anJ27bjg5PcvhQPXrGqU0hri5yPDb9SHVJZminr7OjNCN8QJkQ==", + "version": "20.3.9", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.9.tgz", + "integrity": "sha512-q9uyNIKto3PmIh3q9/OX0HYN/SMYqCJ7MyQHBuF9Rel0vXi0gWyk2dgsWAl/tSTLlqHWtGZZ3rvJyxYQmxFo4w==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "19.1.3", - "@angular/common": "19.1.3", - "@angular/core": "19.1.3" + "@angular/animations": "20.3.9", + "@angular/common": "20.3.9", + "@angular/core": "20.3.9" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 626b7633..53af32ad 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3", "@angular/material": "^19.1.1", - "@angular/platform-browser": "^19.1.3", + "@angular/platform-browser": "^20.3.9", "@angular/platform-browser-dynamic": "^19.1.3", "@angular/router": "^19.1.3", "@ngrx/component-store": "^19.0.1",