From ae6cdc159dfc7e6033ef01e3a6d3af80f24bede9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:25:08 +0000 Subject: [PATCH] Bump @angular/common from 2.0.1 to 19.2.16 in /examples/angular2_es2015 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 2.0.1 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] --- examples/angular2_es2015/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular2_es2015/package.json b/examples/angular2_es2015/package.json index efc74b4247..b4847c4f4f 100644 --- a/examples/angular2_es2015/package.json +++ b/examples/angular2_es2015/package.json @@ -25,7 +25,7 @@ "node": "6.2.1" }, "dependencies": { - "@angular/common": "2.0.1", + "@angular/common": "19.2.16", "@angular/compiler": "2.0.1", "@angular/core": "2.0.1", "@angular/forms": "2.0.1",