diff --git a/package-lock.json b/package-lock.json index 29af9a3..45c2364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^10.2.5", "@angular/cdk": "^10.2.0", "@angular/common": "^10.2.5", - "@angular/compiler": "^10.2.5", + "@angular/compiler": "^19.1.2", "@angular/core": "^10.2.5", "@angular/elements": "^10.2.5", "@angular/forms": "^10.2.5", @@ -645,11 +645,23 @@ } }, "node_modules/@angular/compiler": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-10.2.5.tgz", - "integrity": "sha512-ddJiTPCoVBIGjFDYoYWDpmq3Zs8UKoWpzaeW4u+p17gWW54HwyT5XTxrgtbeUmaxIuRdL4/KT1lGHs9/9bwbCA==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.2.tgz", + "integrity": "sha512-CThpvyims1aoPtqUA5UCB0lEI8lDnWBuY6VpMST4YCxhYuPmDWrwKcYXOJU1w/5yEeR8bAOvWIkKdA83MAEyHw==", + "license": "MIT", "dependencies": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "19.1.2" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } } }, "node_modules/@angular/compiler-cli": { @@ -3671,6 +3683,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-10.2.4.tgz", "integrity": "sha512-7rnGrd0TlnAHwOSwvKjKuD+/vwPEP2aVwD9ZnvWYafQFpLYQj+9TYOBj+nbg2l4PCRx5ByYy7xPKnu88GX5/lw==", "dev": true, + "license": "MIT", "dependencies": { "@angular-devkit/core": "10.2.4", "enhanced-resolve": "4.3.0", @@ -20062,11 +20075,11 @@ } }, "@angular/compiler": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-10.2.5.tgz", - "integrity": "sha512-ddJiTPCoVBIGjFDYoYWDpmq3Zs8UKoWpzaeW4u+p17gWW54HwyT5XTxrgtbeUmaxIuRdL4/KT1lGHs9/9bwbCA==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.2.tgz", + "integrity": "sha512-CThpvyims1aoPtqUA5UCB0lEI8lDnWBuY6VpMST4YCxhYuPmDWrwKcYXOJU1w/5yEeR8bAOvWIkKdA83MAEyHw==", "requires": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" } }, "@angular/compiler-cli": { diff --git a/package.json b/package.json index c815ccb..8639c0b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/animations": "^10.2.5", "@angular/cdk": "^10.2.0", "@angular/common": "^10.2.5", - "@angular/compiler": "^10.2.5", + "@angular/compiler": "^19.1.2", "@angular/core": "^10.2.5", "@angular/elements": "^10.2.5", "@angular/forms": "^10.2.5",