From 6c9da15a9d644ac93d24cf341a9145375a3e035e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:07:36 +0000 Subject: [PATCH] build(deps): bump @angular/compiler from 21.0.8 to 21.1.1 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.8 to 21.1.1. - [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/v21.1.1/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.1.1 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 2665cc9d..d457c9eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^21.0.0", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.1.1", "@angular/core": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", @@ -994,9 +994,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.8.tgz", - "integrity": "sha512-k/EPMuNvfn0eebEMmVcwhMlCWqzER/BEHVqTQCKsAAt7AuYZuluz7oR8Ypw96v3jbY+ZaH1ZvAzrK6URzryhOg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.1.tgz", + "integrity": "sha512-Urd3bh0zv0MQ//S7RRTanIkOMAZH/A7vSMXUDJ3aflplNs7JNbVqBwDNj8NoX1V+os+fd8JRJOReCc1EpH4ZKQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 28e0c965..ae2623fa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@angular/animations": "^21.0.0", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.1.1", "@angular/core": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0",