From cff74c9deec865c60353e1860859bbd6dd572f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:20:15 +0000 Subject: [PATCH] build(deps): bump @angular/compiler in /ng7-databinding 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-databinding/package-lock.json | 10 +++++----- ng7-databinding/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ng7-databinding/package-lock.json b/ng7-databinding/package-lock.json index a1e35573..d4573cc7 100644 --- a/ng7-databinding/package-lock.json +++ b/ng7-databinding/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", @@ -1664,15 +1664,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-databinding/package.json b/ng7-databinding/package.json index ed48ccfe..e8cbbb80 100644 --- a/ng7-databinding/package.json +++ b/ng7-databinding/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",