From 2e99abb67764d560822e9d0b4b2681079d74e466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:16:37 +0000 Subject: [PATCH] Bump @angular/compiler from 20.1.2 to 20.3.4 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.1.2 to 20.3.4. - [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.3.4/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.4 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 f2a7c48f..63183809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "20.1.2", "@angular/cdk": "^20.1.2", "@angular/common": "20.1.2", - "@angular/compiler": "20.1.2", + "@angular/compiler": "20.3.6", "@angular/core": "20.1.2", "@angular/forms": "20.1.2", "@angular/material": "^20.1.2", @@ -1627,9 +1627,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.2.tgz", - "integrity": "sha512-BCYQArXAknOyMB5rgx9yK3p5uYFhgN91Jxo5Fbuso6M+7p1PoxOE4E9XrqQfhpVJOl9hcz7vNFnQ4Oer0R83UQ==", + "version": "20.3.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.6.tgz", + "integrity": "sha512-OdjXBsAsnn7qiW6fSHClwn9XwjVxhtO9+RbDc6Mf+YPCnJq0s8T78H2fc8VdJFp/Rs+tMZcwwjd9VZPm8+2XWA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 79b52c3c..e5ecb1f6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/animations": "20.1.2", "@angular/cdk": "^20.1.2", "@angular/common": "20.1.2", - "@angular/compiler": "20.1.2", + "@angular/compiler": "20.3.6", "@angular/core": "20.1.2", "@angular/forms": "20.1.2", "@angular/material": "^20.1.2",