From d2032b3cb91195d5d6972b2701ea7d66f8469072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:59:54 +0000 Subject: [PATCH] Bump @angular/compiler in /FN.FileManagement.Web/ClientApp Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.20 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/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 16 ++++++++-------- FN.FileManagement.Web/ClientApp/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/FN.FileManagement.Web/ClientApp/package-lock.json b/FN.FileManagement.Web/ClientApp/package-lock.json index 5b4d99b..492e3a7 100644 --- a/FN.FileManagement.Web/ClientApp/package-lock.json +++ b/FN.FileManagement.Web/ClientApp/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^19.1.0", "@angular/common": "^19.1.0", - "@angular/compiler": "^19.2.20", + "@angular/compiler": "^20.3.25", "@angular/core": "^19.2.20", "@angular/forms": "^19.1.0", "@angular/platform-browser": "^19.1.0", @@ -998,14 +998,14 @@ } }, "node_modules/@angular/compiler": { - "version": "19.2.20", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", - "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", + "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", "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" } }, "node_modules/@angular/compiler-cli": { @@ -15696,9 +15696,9 @@ } }, "@angular/compiler": { - "version": "19.2.20", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", - "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", + "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", "requires": { "tslib": "^2.3.0" } diff --git a/FN.FileManagement.Web/ClientApp/package.json b/FN.FileManagement.Web/ClientApp/package.json index 0d143d3..4c0b4de 100644 --- a/FN.FileManagement.Web/ClientApp/package.json +++ b/FN.FileManagement.Web/ClientApp/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "^19.1.0", "@angular/common": "^19.1.0", - "@angular/compiler": "^19.2.20", + "@angular/compiler": "^20.3.25", "@angular/core": "^19.2.20", "@angular/forms": "^19.1.0", "@angular/platform-browser": "^19.1.0",