From dd6c92846d404b93082cded986fb5ccd1a7557ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:59:09 +0000 Subject: [PATCH] Bump @angular/core from 21.1.1 to 21.1.2 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.1.1 to 21.1.2. - [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.2/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 add967a..dc51b8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.1.1", "@angular/common": "^21.1.1", "@angular/compiler": "^21.1.1", - "@angular/core": "^21.1.1", + "@angular/core": "^21.1.2", "@angular/forms": "^21.1.1", "@angular/platform-browser": "^21.1.1", "@angular/platform-browser-dynamic": "^21.1.1", @@ -580,9 +580,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.1.tgz", - "integrity": "sha512-KFRCEhsi02pY1EqJ5rnze4mzSaacqh14D8goDhtmARiUH0tefaHR+uKyu4bKSrWga2T/ExG0DJX52LhHRs2qSw==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.2.tgz", + "integrity": "sha512-W2xxRb7noOD1DdMwKaZ3chFhii6nutaNIXt7dfWsMWoujg3Kqpdn1ukeyW5aHKQZvCJTIGr4f3whZ8Sj/17aCA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -591,7 +591,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.1", + "@angular/compiler": "21.1.2", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 94745d8..ee53dad 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^21.1.1", "@angular/common": "^21.1.1", "@angular/compiler": "^21.1.1", - "@angular/core": "^21.1.1", + "@angular/core": "^21.1.2", "@angular/forms": "^21.1.1", "@angular/platform-browser": "^21.1.1", "@angular/platform-browser-dynamic": "^21.1.1",