From 96fac43a1c8550ac0ddbabdf4f845990fdc0afc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 18:54:33 +0000 Subject: [PATCH] build(deps): bump @angular/compiler in /ng8-pipes Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.25 to 20.3.27. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/v20.3.27/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.27/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ng8-pipes/package-lock.json | 8 ++++---- ng8-pipes/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ng8-pipes/package-lock.json b/ng8-pipes/package-lock.json index 070202f31..dd212f145 100644 --- a/ng8-pipes/package-lock.json +++ b/ng8-pipes/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@angular/animations": "^6.1.0", "@angular/common": "^19.2.16", - "@angular/compiler": "^20.3.25", + "@angular/compiler": "^20.3.27", "@angular/core": "^11.0.5", "@angular/forms": "^6.1.0", "@angular/http": "^6.1.0", @@ -1095,9 +1095,9 @@ "license": "0BSD" }, "node_modules/@angular/compiler": { - "version": "20.3.25", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", - "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", + "version": "20.3.27", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.27.tgz", + "integrity": "sha512-in3THZ678GAYuOR9RZV18+zZz0KGhlGikyUEfLeALLjGf9ZaR3n+t19BmYx6G2VkF/Xqadne1omQ2vbl6PRASA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/ng8-pipes/package.json b/ng8-pipes/package.json index a25fe1a0b..5b6a3266d 100644 --- a/ng8-pipes/package.json +++ b/ng8-pipes/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^6.1.0", "@angular/common": "^19.2.16", - "@angular/compiler": "^20.3.25", + "@angular/compiler": "^20.3.27", "@angular/core": "^11.0.5", "@angular/forms": "^6.1.0", "@angular/http": "^6.1.0",