From 437958bfde77c01708060618a9c46972d7f1c9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:04:34 +0000 Subject: [PATCH] build(deps): bump @angular/core from 21.0.8 to 21.1.1 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) 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/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6971620..849230ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^21.0.0", "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.1.1", "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", @@ -1069,9 +1069,9 @@ } }, "node_modules/@angular/core": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.8.tgz", - "integrity": "sha512-8dNolIQn8WHrD3PsqGuPrujxDX5hjpMbioifIByjjX9yaJy9on7AewVGb8m/DHVwWQ1eGVAGmvW9wt+h+nlzLg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.1.tgz", + "integrity": "sha512-KFRCEhsi02pY1EqJ5rnze4mzSaacqh14D8goDhtmARiUH0tefaHR+uKyu4bKSrWga2T/ExG0DJX52LhHRs2qSw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1080,7 +1080,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.0.8", + "@angular/compiler": "21.1.1", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 2d90fab4..010d176d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/animations": "^21.0.0", "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.1.1", "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0",