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",