From 9a1af139f1699fa7231a001b86736457fc50afa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:21:44 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 19.2.22 to 20.3.25 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.22 to 20.3.25. - [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.25/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 874adefb..c5c088a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@ag-grid-community/styles": "31.0.0", "@angular/animations": "^19.2.19", "@angular/cdk": "^19.2.19", - "@angular/common": "^19.2.19", + "@angular/common": "^20.3.25", "@angular/compiler": "^19.2.19", "@angular/core": "^19.2.19", "@angular/forms": "^19.2.19", @@ -930,18 +930,18 @@ } }, "node_modules/@angular/common": { - "version": "19.2.22", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.22.tgz", - "integrity": "sha512-OGvJkK9xvlXF0LsM8T2NTgL6ehr+P4t493xztdIwiO7CzseDzHCBNZ8L1TwaVqqP3Xj0UhGTtWXp7YN4N9+u7Q==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "19.2.22", + "@angular/core": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 41c401f7..350f99ea 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@ag-grid-community/styles": "31.0.0", "@angular/animations": "^19.2.19", "@angular/cdk": "^19.2.19", - "@angular/common": "^19.2.19", + "@angular/common": "^20.3.25", "@angular/compiler": "^19.2.19", "@angular/core": "^19.2.19", "@angular/forms": "^19.2.19",