From db4a13eeabe0acdc61e3f737b5f94f5d5bd7fd5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 06:09:21 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 20.1.6 to 20.3.2 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.1.6 to 20.3.2. - [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/20.3.2/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b74d51..947daf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^20.1.6", "@angular/common": "^20.1.6", "@angular/compiler": "^20.1.6", - "@angular/core": "^20.1.6", + "@angular/core": "^20.3.2", "@angular/forms": "^20.1.6", "@angular/platform-browser": "^20.1.6", "@angular/platform-browser-dynamic": "^20.1.6", @@ -688,9 +688,10 @@ } }, "node_modules/@angular/core": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.1.6.tgz", - "integrity": "sha512-Nz62f9FNcvjOxUivi50YtmEfSdrS7xqpPDoN/jwLkT5VmFfIUFF77sabTF5KTWHCDbp420e2UON6uEblfiRfaw==", + "version": "20.3.2", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.2.tgz", + "integrity": "sha512-88uPgs5LjtnywnQaZE2ShBb1wa8IuD6jWs4nc4feo32QdBc55tjebTBFJSHbi3mUVAp0eS4wI6ITo0YIb01H4g==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -698,7 +699,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.1.6", + "@angular/compiler": "20.3.2", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/package.json b/package.json index 2f57670..4be183e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/animations": "^20.1.6", "@angular/common": "^20.1.6", "@angular/compiler": "^20.1.6", - "@angular/core": "^20.1.6", + "@angular/core": "^20.3.2", "@angular/forms": "^20.1.6", "@angular/platform-browser": "^20.1.6", "@angular/platform-browser-dynamic": "^20.1.6",