diff --git a/package-lock.json b/package-lock.json index 31c4cfc94..34d1d9b97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", - "@angular/platform-browser": "^19.0.0", + "@angular/platform-browser": "^19.1.3", "@angular/platform-browser-dynamic": "^19.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1", @@ -409,9 +409,9 @@ } }, "node_modules/@angular/animations": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.2.tgz", - "integrity": "sha512-usf/TMBpQKRnVpEK/UzrcxtHrUgWvryMG1UDWOTsTxmfAKsYoLqy+gdcGOkSf9yEiNn8xBxFXeGqPbFPeA1fWQ==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", + "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -420,7 +420,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.2" + "@angular/core": "19.1.3" } }, "node_modules/@angular/build": { @@ -721,9 +721,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.1.2.tgz", - "integrity": "sha512-fk/OrL4r5jUjAi1WTv9LGTm+DXWrPtDBpoX4z5Ze6Se+x3/6pTn1Rty1C4MNZvHiTjIQGQNRnq447GdiOjhg9w==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.1.3.tgz", + "integrity": "sha512-bLgnM2hRyzUdoWRoUhe+IMenlr74EvrgwyG7anJ27bjg5PcvhQPXrGqU0hri5yPDb9SHVJZminr7OjNCN8QJkQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -732,9 +732,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "19.1.2", - "@angular/common": "19.1.2", - "@angular/core": "19.1.2" + "@angular/animations": "19.1.3", + "@angular/common": "19.1.3", + "@angular/core": "19.1.3" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 3ab67b97c..eff496302 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", - "@angular/platform-browser": "^19.0.0", + "@angular/platform-browser": "^19.1.3", "@angular/platform-browser-dynamic": "^19.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1",