diff --git a/src/ng-lightquery/package-lock.json b/src/ng-lightquery/package-lock.json index 96bb02c..d73d8d0 100644 --- a/src/ng-lightquery/package-lock.json +++ b/src/ng-lightquery/package-lock.json @@ -11,7 +11,7 @@ "@angular-devkit/schematics": "^19.1.4", "@angular/animations": "^19.1.3", "@angular/common": "^19.1.3", - "@angular/compiler": "^19.1.3", + "@angular/compiler": "^19.2.17", "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3", "@angular/platform-browser": "^19.1.3", @@ -2403,23 +2403,14 @@ } }, "node_modules/@angular/compiler": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.3.tgz", - "integrity": "sha512-omX5Gyt3zlJVTUteO2YxsqYWtAIpkvs8kRYSUsLTi79V1gbGo+J1TawFuyBTrWxj4UtTGvwmDgZxiCIwMtP5KQ==", - "license": "MIT", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/core": "19.1.3" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } } }, "node_modules/@angular/compiler-cli": { @@ -17408,9 +17399,9 @@ } }, "@angular/compiler": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.3.tgz", - "integrity": "sha512-omX5Gyt3zlJVTUteO2YxsqYWtAIpkvs8kRYSUsLTi79V1gbGo+J1TawFuyBTrWxj4UtTGvwmDgZxiCIwMtP5KQ==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "requires": { "tslib": "^2.3.0" } diff --git a/src/ng-lightquery/package.json b/src/ng-lightquery/package.json index ee7a9ec..20d85ef 100644 --- a/src/ng-lightquery/package.json +++ b/src/ng-lightquery/package.json @@ -16,7 +16,7 @@ "@angular-devkit/schematics": "^19.1.4", "@angular/animations": "^19.1.3", "@angular/common": "^19.1.3", - "@angular/compiler": "^19.1.3", + "@angular/compiler": "^19.2.17", "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3", "@angular/platform-browser": "^19.1.3",