diff --git a/package-lock.json b/package-lock.json index 57beb3f9..ff21d6cc 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.7", "@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.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.7.tgz", + "integrity": "sha512-2/pdoiZWC5dZSlweu9Kop5yHI4TNlRAXbw5dLzPkzzfqi/eSKy3Xwd4FZlDKtGXljn0O+T6CDtfS3Y+Jnypokw==", "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.7", + "@angular/core": "19.2.7" } }, "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.7", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.7.tgz", + "integrity": "sha512-3kwatNyOUzdt3p92f6SRrNEnYbRVTBl7jL3t2wB+6RDWGboJXGjzFjGqpPpdIftTG56uUijPqZXmQ0gpSgtvuQ==", "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.7", + "@angular/common": "19.2.7", + "@angular/core": "19.2.7" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 626b7633..ad5f225a 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.7", "@angular/platform-browser-dynamic": "^19.1.3", "@angular/router": "^19.1.3", "@ngrx/component-store": "^19.0.1",