From 5d961536542229544cdd938c25f20a930a77ab66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:05:03 +0000 Subject: [PATCH] Bump @angular/core from 15.2.1 to 21.1.3 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 15.2.1 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-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0c0b2a..85bf9f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/cdk": "^15.2.1", "@angular/common": "^15.2.0", "@angular/compiler": "^17.0.8", - "@angular/core": "^15.2.0", + "@angular/core": "^21.1.3", "@angular/fire": "^7.5.0", "@angular/forms": "^15.2.8", "@angular/material": "^16.2.10", @@ -706,18 +706,28 @@ } }, "node_modules/@angular/core": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.1.tgz", - "integrity": "sha512-CtN/cYDTGlELRcKBHxqnxmUhI9Euz2R+25dvjNtxB2tLzCehI6Fbmsb3NsC++jcAjL3QAmodpzzgULPtNJqs6A==", + "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" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { + "@angular/compiler": "21.1.3", "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0" + "zone.js": "~0.15.0 || ~0.16.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } } }, "node_modules/@angular/fire": { @@ -8202,7 +8212,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ diff --git a/package.json b/package.json index 5a6dadf..637b21d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "^15.2.1", "@angular/common": "^15.2.0", "@angular/compiler": "^17.0.8", - "@angular/core": "^15.2.0", + "@angular/core": "^21.1.3", "@angular/fire": "^7.5.0", "@angular/forms": "^15.2.8", "@angular/material": "^16.2.10",