From bfeca376a56e1b95b428a1537c6e50a5df785984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:37:59 +0000 Subject: [PATCH] Bump @angular/common in /FN.FileManagement.Web/ClientApp Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.18 to 20.3.25. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.25/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 19 +++++++++---------- FN.FileManagement.Web/ClientApp/package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) 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",