From 806bf0f2d4bd0a0c6f13c990768c508c6091ba9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:04:08 +0000 Subject: [PATCH] build(deps): bump @angular/compiler in /ng7-components-dbinding 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-components-dbinding/package-lock.json | 24 +++++------------------ ng7-components-dbinding/package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/ng7-components-dbinding/package-lock.json b/ng7-components-dbinding/package-lock.json index 399b768f..7c0e1d76 100644 --- a/ng7-components-dbinding/package-lock.json +++ b/ng7-components-dbinding/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.15", @@ -831,20 +831,6 @@ "url": "https://github.com/sponsors/SuperchupuDev" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular/compiler": { - "version": "20.3.18", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.18.tgz", - "integrity": "sha512-AaP/LCiDNcYmF135EEozjyR04NRBT38ZfBHQwjhgwiBBTejmvcpHwJaHSkraLpZqZzE4BQqqmgiQ1EJqxEwLVA==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/aix-ppc64": { "version": "0.27.7", "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", @@ -2909,15 +2895,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-components-dbinding/package.json b/ng7-components-dbinding/package.json index 62afbba5..13dd87c0 100644 --- a/ng7-components-dbinding/package.json +++ b/ng7-components-dbinding/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.15",