diff --git a/package-lock.json b/package-lock.json index 57beb3f9..16ffaa8e 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": "^19.2.12", "@angular/platform-browser-dynamic": "^19.1.3", "@angular/router": "^19.1.3", "@ngrx/component-store": "^19.0.1", @@ -1074,9 +1074,9 @@ } }, "node_modules/@angular/animations": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", - "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", + "version": "19.2.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.12.tgz", + "integrity": "sha512-PEONFwzhUzeAMFW2ehfL+uGnkeVsikoEOJ3RJVdHWH7W8GUgdN2ubogw6umu939/MqL1MsItImXQcBA7aWfzSg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1085,7 +1085,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.3" + "@angular/common": "19.2.12", + "@angular/core": "19.2.12" } }, "node_modules/@angular/cdk": { @@ -1359,9 +1360,9 @@ } }, "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": "19.2.12", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.12.tgz", + "integrity": "sha512-R1LF7zvO2CxcJGn8tvpZQPH773iLDMVEGMZc2pRsQoehqgRmos2qjdML4DgVFF1Ismu9TxEtBfIzOiHCSOg2Zg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1370,9 +1371,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "19.1.3", - "@angular/common": "19.1.3", - "@angular/core": "19.1.3" + "@angular/animations": "19.2.12", + "@angular/common": "19.2.12", + "@angular/core": "19.2.12" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 626b7633..88e8733b 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": "^19.2.12", "@angular/platform-browser-dynamic": "^19.1.3", "@angular/router": "^19.1.3", "@ngrx/component-store": "^19.0.1",