From 3510045c20f7e172e51029f0a342392778c616e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 21:12:41 +0000 Subject: [PATCH] Bump @angular/common from 19.1.3 to 19.2.16 in /src/ng-lightquery Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.1.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] --- src/ng-lightquery/package-lock.json | 17 ++++++++--------- src/ng-lightquery/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/ng-lightquery/package-lock.json b/src/ng-lightquery/package-lock.json index 96bb02c..7338863 100644 --- a/src/ng-lightquery/package-lock.json +++ b/src/ng-lightquery/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular-devkit/schematics": "^19.1.4", "@angular/animations": "^19.1.3", - "@angular/common": "^19.1.3", + "@angular/common": "^19.2.16", "@angular/compiler": "^19.1.3", "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3", @@ -2387,10 +2387,9 @@ } }, "node_modules/@angular/common": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.3.tgz", - "integrity": "sha512-r1P0W6FKrON83szIJboF8z6UNCVL4HIxyD+nhmHMMT/iJpu4kDHVugaN/+w2jYLb4oelAJK5xzkzA+1IaHpzLg==", - "license": "MIT", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "dependencies": { "tslib": "^2.3.0" }, @@ -2398,7 +2397,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.3", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -17400,9 +17399,9 @@ } }, "@angular/common": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.3.tgz", - "integrity": "sha512-r1P0W6FKrON83szIJboF8z6UNCVL4HIxyD+nhmHMMT/iJpu4kDHVugaN/+w2jYLb4oelAJK5xzkzA+1IaHpzLg==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { "tslib": "^2.3.0" } diff --git a/src/ng-lightquery/package.json b/src/ng-lightquery/package.json index ee7a9ec..13b2d46 100644 --- a/src/ng-lightquery/package.json +++ b/src/ng-lightquery/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular-devkit/schematics": "^19.1.4", "@angular/animations": "^19.1.3", - "@angular/common": "^19.1.3", + "@angular/common": "^19.2.16", "@angular/compiler": "^19.1.3", "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3",