From 9b3f9a62f6a87ede87de1ee489ad47be73232088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:07:56 +0000 Subject: [PATCH] build(deps): bump @angular/compiler from 20.0.5 to 20.1.6 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.0.5 to 20.1.6. - [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/20.1.6/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.1.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a994a77..f24d11ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@angular/animations": "^20.0.5", "@angular/common": "^20.0.5", - "@angular/compiler": "^20.0.5", + "@angular/compiler": "^20.1.6", "@angular/core": "^20.0.5", "@angular/platform-browser": "^20.0.5", "@angular/platform-browser-dynamic": "^20.0.5", @@ -1372,9 +1372,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.5.tgz", - "integrity": "sha512-eHHnh+wIUC+8mfmlPnkzVfonQCA3LAbPWgYpvEQtBh0/R3cZBN6tmOxWQB8IuLu+cZ0eXS/a14mqHJp3c3u7Hg==", + "version": "20.1.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.6.tgz", + "integrity": "sha512-PASAnrY3dHl3mOlYP7n49a1djbw+CGeBwkzhSVhDTrkg9hyx6GMDCNdNr1xZFWFjgS7vB3K8nIk8o9k+bXpH0g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 6e52cf47..2797b498 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@angular/animations": "^20.0.5", "@angular/common": "^20.0.5", - "@angular/compiler": "^20.0.5", + "@angular/compiler": "^20.1.6", "@angular/core": "^20.0.5", "@angular/platform-browser": "^20.0.5", "@angular/platform-browser-dynamic": "^20.0.5",