From a979c8dba59aebffa69b54e3bb6c2c08a8aeb379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 05:03:22 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 19.2.19 to 19.2.20 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 19.2.19 to 19.2.20. - [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/v19.2.20/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 19.2.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a84fbd..fc8d3d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/cdk": "^19.2.19", "@angular/common": "^19.0.0", "@angular/compiler": "^19.2.18", - "@angular/core": "^19.2.19", + "@angular/core": "^19.2.20", "@angular/forms": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", @@ -1923,9 +1923,9 @@ } }, "node_modules/@angular/core": { - "version": "19.2.19", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.19.tgz", - "integrity": "sha512-VZAzpxBoQgyy7AOlhxbAHxPQWo0nk8xsnrD36PLCZeTZA/5GNzO3lLVaX2N5BCUgpgiCBjNBKq9kVo6ZkAls9g==", + "version": "19.2.20", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.20.tgz", + "integrity": "sha512-pxzQh8ouqfE57lJlXjIzXFuRETwkfMVwS+NFCfv2yh01Qtx+vymO8ZClcJMgLPfBYinhBYX+hrRYVSa1nzlkRQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 49b0ffa..ad771be 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@angular/cdk": "^19.2.19", "@angular/common": "^19.0.0", "@angular/compiler": "^19.2.18", - "@angular/core": "^19.2.19", + "@angular/core": "^19.2.20", "@angular/forms": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0",