From 90426d9922cb016fa165e763e6498f5359f4cd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 06:06:00 +0000 Subject: [PATCH] Bump @angular/common from 9.0.7 to 19.2.16 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 9.0.7 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26223a4..f7a393d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "@acoustic-content-sdk/api": "^9", "@acoustic-content-sdk/ng": "^9", - "@angular/common": "9.0.7", + "@angular/common": "19.2.16", "@angular/compiler": "^9.0.7", "@angular/compiler-cli": "^9.0.7", "@angular/core": "^9.0.7", @@ -24,7 +24,7 @@ "peerDependencies": { "@acoustic-content-sdk/api": "^9", "@acoustic-content-sdk/ng": "^9", - "@angular/common": "9.0.7", + "@angular/common": "19.2.16", "@angular/core": "^9.0.7", "@angular/router": "9.0.7" },