From 2a295e94254e1faf780f72431a3764b104e14c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 04:24:36 +0000 Subject: [PATCH] Bump @angular/common from 8.2.14 to 19.2.16 in /ClientApp Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 8.2.14 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] --- ClientApp/package-lock.json | 37 ++++++++++++++++++++++++++----------- ClientApp/package.json | 2 +- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/ClientApp/package-lock.json b/ClientApp/package-lock.json index b11bba0..b48e8f6 100644 --- a/ClientApp/package-lock.json +++ b/ClientApp/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "~8.2.14", - "@angular/common": "~8.2.14", + "@angular/common": "~19.2.16", "@angular/compiler": "~8.2.14", "@angular/core": "~10.2.5", "@angular/forms": "~8.2.14", @@ -336,17 +336,25 @@ } }, "node_modules/@angular/common": { - "version": "8.2.14", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-8.2.14.tgz", - "integrity": "sha512-Qmt+aX2quUW54kaNT7QH7WGXnFxr/cC2C6sf5SW5SdkZfDQSiz8IaItvieZfXVQUbBOQKFRJ7TlSkt0jI/yjvw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "dependencies": { - "tslib": "^1.9.0" + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "8.2.14", - "rxjs": "^6.4.0" + "@angular/core": "19.2.16", + "rxjs": "^6.5.3 || ^7.4.0" } }, + "node_modules/@angular/common/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + }, "node_modules/@angular/compiler": { "version": "8.2.14", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-8.2.14.tgz", @@ -16118,11 +16126,18 @@ } }, "@angular/common": { - "version": "8.2.14", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-8.2.14.tgz", - "integrity": "sha512-Qmt+aX2quUW54kaNT7QH7WGXnFxr/cC2C6sf5SW5SdkZfDQSiz8IaItvieZfXVQUbBOQKFRJ7TlSkt0jI/yjvw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.3.0" + }, + "dependencies": { + "tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + } } }, "@angular/compiler": { diff --git a/ClientApp/package.json b/ClientApp/package.json index 5b92c7a..892b0cd 100644 --- a/ClientApp/package.json +++ b/ClientApp/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "~8.2.14", - "@angular/common": "~8.2.14", + "@angular/common": "~19.2.16", "@angular/compiler": "~8.2.14", "@angular/core": "~10.2.5", "@angular/forms": "~8.2.14",