From b89cadf150b55109dec9898fbe48b3f32fc359c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 05:43:30 +0000 Subject: [PATCH] Bump @angular/common in /samples/AngularElementsTest Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 13.0.3 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] --- samples/AngularElementsTest/package.json | 2 +- samples/AngularElementsTest/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/AngularElementsTest/package.json b/samples/AngularElementsTest/package.json index 8b46073b61..0c07d44175 100644 --- a/samples/AngularElementsTest/package.json +++ b/samples/AngularElementsTest/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "~13.0.3", - "@angular/common": "~13.0.3", + "@angular/common": "~19.2.16", "@angular/compiler": "~13.0.3", "@angular/core": "~13.0.3", "@angular/forms": "~13.0.3", diff --git a/samples/AngularElementsTest/yarn.lock b/samples/AngularElementsTest/yarn.lock index 1d3f1f5791..2284210774 100644 --- a/samples/AngularElementsTest/yarn.lock +++ b/samples/AngularElementsTest/yarn.lock @@ -210,10 +210,10 @@ symbol-observable "4.0.0" uuid "8.3.2" -"@angular/common@~13.0.3": - version "13.0.3" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.0.3.tgz#b76b82433b765cd61c2b0fd51798eeb5c8b18640" - integrity sha512-xxQIQD5rWWHafKRPCgvkWvy53b+QkbJ9yAf3qYTp0gXZJMg/Cx3Ylc8LA2o1kyVJxCI/amXf5k4rr1S9yU7zxw== +"@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"