From c8eddb64b226f10bef86b1de5d7805d3b84950b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:56:30 +0000 Subject: [PATCH] Bump @angular/core from 21.1.2 to 21.1.3 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.1.2 to 21.1.3. - [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.3/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.1.3 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 076bc75..9c78e6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.1.2", "@angular/common": "^21.1.2", "@angular/compiler": "^21.1.2", - "@angular/core": "^21.1.2", + "@angular/core": "^21.1.3", "@angular/forms": "^21.1.2", "@angular/platform-browser": "^21.1.2", "@angular/platform-browser-dynamic": "^21.1.2", @@ -580,9 +580,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.2.tgz", - "integrity": "sha512-W2xxRb7noOD1DdMwKaZ3chFhii6nutaNIXt7dfWsMWoujg3Kqpdn1ukeyW5aHKQZvCJTIGr4f3whZ8Sj/17aCA==", + "version": "21.1.3", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.3.tgz", + "integrity": "sha512-TbhQxRC7Lb/3WBdm1n8KRsktmVEuGBBp0WRF5mq0Ze4s1YewIM6cULrSw9ACtcL5jdcq7c74ms+uKQsaP/gdcQ==", "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.2", + "@angular/compiler": "21.1.3", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 74bd19b..3042268 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^21.1.2", "@angular/common": "^21.1.2", "@angular/compiler": "^21.1.2", - "@angular/core": "^21.1.2", + "@angular/core": "^21.1.3", "@angular/forms": "^21.1.2", "@angular/platform-browser": "^21.1.2", "@angular/platform-browser-dynamic": "^21.1.2",