From 130a5c50c9d94150a27d4c0e63d090526dc01b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 19:43:18 +0000 Subject: [PATCH] Bump @angular/common from 19.0.5 to 19.2.16 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.0.5 to 19.2.16. - [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/19.2.16/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.16 dependency-type: direct:production ... 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 f86cbf0..719aca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "^19.0.0", - "@angular/common": "^19.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", "@angular/forms": "^19.0.0", @@ -491,9 +491,10 @@ } }, "node_modules/@angular/common": { - "version": "19.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.5.tgz", - "integrity": "sha512-fFK+euCj1AjBHBCpj9VnduMSeqoMRhZZHbhPYiND7tucRRJ8vwGU0sYK2KI/Ko+fsrNIXL/0O4F36jVPl09Smg==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", + "license": "MIT", "peer": true, "dependencies": { "tslib": "^2.3.0" @@ -502,7 +503,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.5", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index e2a65f2..918a033 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.0.0", - "@angular/common": "^19.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", "@angular/forms": "^19.0.0",