From 6d71bbeb9f2b95da1b9dba350b6dcde8a5203744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:38:02 +0000 Subject: [PATCH] build(deps): bump @angular/compiler in /ng7-services-di 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] --- ng7-services-di/package-lock.json | 10 +++++----- ng7-services-di/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ng7-services-di/package-lock.json b/ng7-services-di/package-lock.json index ec9c45f8..4437458c 100644 --- a/ng7-services-di/package-lock.json +++ b/ng7-services-di/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@angular/animations": "~7.2.0", "@angular/common": "~7.2.0", - "@angular/compiler": "~19.2.20", + "@angular/compiler": "~20.3.25", "@angular/core": "~11.0.5", "@angular/forms": "~7.2.0", "@angular/platform-browser": "~7.2.0", @@ -1941,15 +1941,15 @@ } }, "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==", "license": "MIT", "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": { diff --git a/ng7-services-di/package.json b/ng7-services-di/package.json index 685f1c74..c38dfb6f 100644 --- a/ng7-services-di/package.json +++ b/ng7-services-di/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~7.2.0", "@angular/common": "~7.2.0", - "@angular/compiler": "~19.2.20", + "@angular/compiler": "~20.3.25", "@angular/core": "~11.0.5", "@angular/forms": "~7.2.0", "@angular/platform-browser": "~7.2.0",