From 9156ace6f25019f37b162c69b5c1f76c5fdb8905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:30:02 +0000 Subject: [PATCH] Bump @angular/core from 20.2.3 to 20.3.17 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.2.3 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 54b1d12..967bbbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^20.1.0", "@angular/compiler": "^20.1.0", - "@angular/core": "^20.1.0", + "@angular/core": "^20.3.17", "@angular/forms": "^20.1.0", "@angular/platform-browser": "^20.1.0", "@angular/router": "^20.1.0", @@ -513,9 +513,9 @@ } }, "node_modules/@angular/core": { - "version": "20.2.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.2.3.tgz", - "integrity": "sha512-pFMfg11X8SNNZHcLa+wy4y+eAN3FApt+wPzaxkaXaJ64c+tyHcrPNLotoWgE0jmiw8Idn4gGjKAL/WC0uw5dQA==", + "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" @@ -524,7 +524,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.2.3", + "@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 35d288a..9a06c80 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@angular/common": "^20.1.0", "@angular/compiler": "^20.1.0", - "@angular/core": "^20.1.0", + "@angular/core": "^20.3.17", "@angular/forms": "^20.1.0", "@angular/platform-browser": "^20.1.0", "@angular/router": "^20.1.0",