From ec32718b52707ca54b45819f8d4cdd42829a581d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:49:16 +0000 Subject: [PATCH] Bump @angular/core from 20.0.7 to 20.3.17 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.0.7 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] --- 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 c02818a..1253f81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "20.0.7", "@angular/common": "20.0.7", "@angular/compiler": "20.0.7", - "@angular/core": "20.0.7", + "@angular/core": "20.3.17", "@angular/forms": "20.0.7", "@angular/platform-browser": "20.0.7", "@angular/platform-browser-dynamic": "20.0.7", @@ -593,9 +593,9 @@ } }, "node_modules/@angular/core": { - "version": "20.0.7", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.0.7.tgz", - "integrity": "sha512-bIG2oD9G/dH5RoGeJZX+hEpyXcgWDAUYo2KxTJ7hrOFzL4gqjtsroqJlrvqjqiHRamcGdfnIaKKInsnszvZ+nw==", + "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" @@ -604,7 +604,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.0.7", + "@angular/compiler": "20.3.17", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/package.json b/package.json index ce4a1f7..b446555 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/animations": "20.0.7", "@angular/common": "20.0.7", "@angular/compiler": "20.0.7", - "@angular/core": "20.0.7", + "@angular/core": "20.3.17", "@angular/forms": "20.0.7", "@angular/platform-browser": "20.0.7", "@angular/platform-browser-dynamic": "20.0.7",