From e284d1a031cec80247ea29990fb8efabe0c1b233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 20:33:00 +0000 Subject: [PATCH] Bump @angular/common from 18.2.13 to 19.2.16 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.2.13 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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b58a11..5b5e706 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular/animations": "18.2.13", "@angular/cdk": "18.2.14", "@angular/cli": "18.2.12", - "@angular/common": "18.2.13", + "@angular/common": "19.2.16", "@angular/compiler": "18.2.13", "@angular/compiler-cli": "18.2.13", "@angular/core": "18.2.13", diff --git a/yarn.lock b/yarn.lock index 26eb9bc..3296195 100644 --- a/yarn.lock +++ b/yarn.lock @@ -291,6 +291,13 @@ dependencies: tslib "^2.3.0" +"@angular/common@19.2.16": + version "19.2.16" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-19.2.16.tgz#2ce9c21b7f2181e6d6ab85c346ad6280ef83e23b" + integrity sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw== + dependencies: + tslib "^2.3.0" + "@angular/compiler-cli@18.2.13": version "18.2.13" resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-18.2.13.tgz#3fb9389d9250ce1c09438913094459acfbc18235"