From 43cb9854cdded4a024631340cccad6faa1689e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:53:31 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 19.2.19 to 20.3.25 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.19 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b39befe..0ebaf6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dependencies": { "@angular/animations": "^19.0.0", "@angular/cdk": "^19.2.19", - "@angular/common": "^19.0.0", - "@angular/core": "^19.2.20", + "@angular/common": "^20.3.25", "@angular/compiler": "^19.2.20", + "@angular/core": "^19.2.20", "@angular/forms": "^19.0.0", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", @@ -1818,18 +1818,18 @@ } }, "node_modules/@angular/common": { - "version": "19.2.19", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.19.tgz", - "integrity": "sha512-/JYo8jJZ6BAgw3IVYJpinAfGb+RbaZubrElFvaq450BWxDPInv7Z99HKEQ3qEBRsBeIAQ/WrKXDxoJSjy7QMNQ==", + "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.19", + "@angular/core": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index ae6866f..464f8fb 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "dependencies": { "@angular/animations": "^19.0.0", "@angular/cdk": "^19.2.19", - "@angular/common": "^19.0.0", + "@angular/common": "^20.3.25", "@angular/core": "^19.2.20", "@angular/compiler": "^19.2.20", "@angular/forms": "^19.0.0",