diff --git a/package-lock.json b/package-lock.json index 57beb3f9..cadcbe2c 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.11", "@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.11", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.11.tgz", + "integrity": "sha512-NR33bZVho7EgTc1fmCnmkwc2/U266n311Wfvk7VVtz+0Q9WliNdDLBon654V8IWSKvlqKXyU3W+fp0VjH/FvSw==", "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.11", + "@angular/core": "19.2.11" } }, "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.11", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.11.tgz", + "integrity": "sha512-wAPJtgzmxBEpW31sa2eg9QssCHBZ52Zc9nm6azTflDlOAyfm9bzqec7y3wqy5sgVue/qID2gzHqmpS3Nx3o0xg==", "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.11", + "@angular/common": "19.2.11", + "@angular/core": "19.2.11" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 626b7633..b75b747d 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.11", "@angular/platform-browser-dynamic": "^19.1.3", "@angular/router": "^19.1.3", "@ngrx/component-store": "^19.0.1",