diff --git a/FN.FileManagement.Web/ClientApp/package-lock.json b/FN.FileManagement.Web/ClientApp/package-lock.json index 5b4d99b..36fc528 100644 --- a/FN.FileManagement.Web/ClientApp/package-lock.json +++ b/FN.FileManagement.Web/ClientApp/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^19.1.0", - "@angular/common": "^19.1.0", + "@angular/common": "^20.3.25", "@angular/compiler": "^19.2.20", "@angular/core": "^19.2.20", "@angular/forms": "^19.1.0", @@ -982,18 +982,17 @@ } }, "node_modules/@angular/common": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.18.tgz", - "integrity": "sha512-CrV02Omzw/QtfjlEVXVPJVXipdx83NuA+qSASZYrxrhKFusUZyK3P/Zznqg+wiAeNDbedQwMUVqoAARHf0xQrw==", - "license": "MIT", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", "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/core": "19.2.18", + "@angular/core": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -15688,9 +15687,9 @@ } }, "@angular/common": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.18.tgz", - "integrity": "sha512-CrV02Omzw/QtfjlEVXVPJVXipdx83NuA+qSASZYrxrhKFusUZyK3P/Zznqg+wiAeNDbedQwMUVqoAARHf0xQrw==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", "requires": { "tslib": "^2.3.0" } diff --git a/FN.FileManagement.Web/ClientApp/package.json b/FN.FileManagement.Web/ClientApp/package.json index 0d143d3..87b65b9 100644 --- a/FN.FileManagement.Web/ClientApp/package.json +++ b/FN.FileManagement.Web/ClientApp/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.1.0", - "@angular/common": "^19.1.0", + "@angular/common": "^20.3.25", "@angular/compiler": "^19.2.20", "@angular/core": "^19.2.20", "@angular/forms": "^19.1.0",