From 3bde49501082a437699d2bfe06bea84cad3a8cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:56:01 +0000 Subject: [PATCH] Bump @angular/core from 21.1.5 to 21.1.6 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.1.5 to 21.1.6. - [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.6/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.1.6 dependency-type: direct:production ... 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 7d5ba9b..5b2a282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^21.1.5", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^21.1.6", "@angular/forms": "^21.1.5", "@angular/platform-browser": "^21.1.5", "@angular/router": "^21.1.5", @@ -522,9 +522,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.5.tgz", - "integrity": "sha512-m61YHiyE+SIvS8UXcFLjYCucv6ShJJCwz9xxEk7ysYW9wOtHdfIf9tgyOsucZDAvrvpSyQLRj5jGBCGm1VIvXA==", + "version": "21.1.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.6.tgz", + "integrity": "sha512-c+n9Ynq1Ar+4SOaL10C/arqBje0dUFFUaDyErXp3jPXU/L29fsFTlmKM2EWunM1RhJckYonJ/xtH0gwwrH6W9Q==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -533,7 +533,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.5", + "@angular/compiler": "21.1.6", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index a0a9be3..9c128c3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@angular/common": "^21.1.5", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^21.1.6", "@angular/forms": "^21.1.5", "@angular/platform-browser": "^21.1.5", "@angular/router": "^21.1.5",