From 0f22f554e30d83523c58d4bfe9394e528d9a067d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:08:04 +0000 Subject: [PATCH] Bump @angular/core from 20.3.16 to 20.3.17 in /taskbook-frontend Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.16 to 20.3.17. - [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/v20.3.17/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- taskbook-frontend/package-lock.json | 10 +++++----- taskbook-frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/taskbook-frontend/package-lock.json b/taskbook-frontend/package-lock.json index b7ae34f..aab91df 100644 --- a/taskbook-frontend/package-lock.json +++ b/taskbook-frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.3.16", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", - "@angular/core": "^20.3.16", + "@angular/core": "^20.3.17", "@angular/forms": "^20.3.16", "@angular/localize": "^20.3.16", "@angular/platform-browser": "^20.3.16", @@ -570,9 +570,9 @@ } }, "node_modules/@angular/core": { - "version": "20.3.16", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.16.tgz", - "integrity": "sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==", + "version": "20.3.17", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.17.tgz", + "integrity": "sha512-YlQqxMeHI9XJw7I7oM3hYFQd4lQbK37IdlD9ztROIw5FjX6i6lmLU7+X1MQGSRi2r+X9l3IZtl33hRTNvkoUBw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -581,7 +581,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.3.16", + "@angular/compiler": "20.3.17", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/taskbook-frontend/package.json b/taskbook-frontend/package.json index 818ce92..272b307 100644 --- a/taskbook-frontend/package.json +++ b/taskbook-frontend/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^20.3.16", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", - "@angular/core": "^20.3.16", + "@angular/core": "^20.3.17", "@angular/forms": "^20.3.16", "@angular/localize": "^20.3.16", "@angular/platform-browser": "^20.3.16",