From 28d02e2e3ec494f71e81f7bfb5b162d80f03550d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:07:59 +0000 Subject: [PATCH] Bump @angular/common from 18.2.8 to 19.2.16 in /ui Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.2.8 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] --- ui/package-lock.json | 11 ++++++----- ui/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 4f85369d..5bf8571f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^18.1.0", "@angular/cdk": "^18.1.0", - "@angular/common": "^18.2.8", + "@angular/common": "^19.2.16", "@angular/compiler": "^18.1.0", "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0", @@ -1794,9 +1794,10 @@ } }, "node_modules/@angular/common": { - "version": "18.2.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.8.tgz", - "integrity": "sha512-TYsKtE5nVaIScWSLGSO34Skc+s3hB/BujSddnfQHoNFvPT/WR0dfmdlpVCTeLj+f50htFoMhW11tW99PbK+whQ==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1804,7 +1805,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.8", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/ui/package.json b/ui/package.json index 7c584914..af60352f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^18.1.0", "@angular/cdk": "^18.1.0", - "@angular/common": "^18.2.8", + "@angular/common": "^19.2.16", "@angular/compiler": "^18.1.0", "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0",