From c465952fc4b2b191beeffc51765fc3e5c58e893b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:01:44 +0000 Subject: [PATCH] Bump @angular/core from 20.3.16 to 20.3.18 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.16 to 20.3.18. - [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.18/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.18 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 f208c7a..d7eed3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.3.0", "@angular/common": "^20.3.0", "@angular/compiler": "^20.3.0", - "@angular/core": "^20.3.0", + "@angular/core": "^20.3.18", "@angular/forms": "^20.3.0", "@angular/localize": "^20.3.0", "@angular/platform-browser": "^20.3.0", @@ -545,9 +545,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.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", + "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -556,7 +556,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.3.16", + "@angular/compiler": "20.3.18", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/package.json b/package.json index aee985a..e460558 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@angular/animations": "^20.3.0", "@angular/common": "^20.3.0", "@angular/compiler": "^20.3.0", - "@angular/core": "^20.3.0", + "@angular/core": "^20.3.18", "@angular/forms": "^20.3.0", "@angular/localize": "^20.3.0", "@angular/platform-browser": "^20.3.0",