diff --git a/package-lock.json b/package-lock.json index e482419..e43358b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/animations": "^16.0.0", "@angular/cdk": "^16.0.1", "@angular/common": "^16.0.0", - "@angular/compiler": "^16.0.0", + "@angular/compiler": "^21.1.4", "@angular/core": "^16.0.0", "@angular/forms": "^16.0.0", "@angular/material": "^16.2.14", @@ -2762,22 +2762,15 @@ } }, "node_modules/@angular/compiler": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.0.0.tgz", - "integrity": "sha512-xtg+KRvSeB9DUzMDtvlaRGKv+Y0MERsz+JOoqV9H4606ThNz5h8ih6fEhVKYqG100o7GhdJaVFO+vlr2/edUHA==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.4.tgz", + "integrity": "sha512-H0qtASeqOTaS44ioF4DYE/yNqwzUmEJpMYrcNEUFEwA20/DkLzyoaEx4y1CjIxtXxuhtge95PNymDBOLWSjIdg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "peerDependencies": { - "@angular/core": "16.0.0" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -9082,6 +9075,7 @@ "version": "16.0.0", "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-16.0.0.tgz", "integrity": "sha512-I5zjGtJu2wwIdM+OFUHXezmwTJ0wpParVJgCxR0cLd0CIbpRYSjOSZQN/nR9ZnTKAI5uFZ3MM2p/VRQGUUHUcw==", + "license": "MIT", "engines": { "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/package.json b/package.json index 86ea286..4355e92 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@angular/animations": "^16.0.0", "@angular/cdk": "^16.0.1", "@angular/common": "^16.0.0", - "@angular/compiler": "^16.0.0", + "@angular/compiler": "^21.1.4", "@angular/core": "^16.0.0", "@angular/forms": "^16.0.0", "@angular/material": "^16.2.14",