diff --git a/package-lock.json b/package-lock.json index 5bc3c8c..dceb627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.2.15", "@angular/common": "^21.2.15", - "@angular/compiler": "^21.2.15", + "@angular/compiler": "^22.0.0", "@angular/core": "^21.2.15", "@angular/forms": "^21.2.15", "@angular/platform-browser": "^21.2.15", @@ -535,15 +535,15 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.15", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.15.tgz", - "integrity": "sha512-nwpNb+NbVUNzR3cck0QXbU/oFK7BpmXOXVnN/w7+P4+TsFUYeTtO1Ojbc15jkqe6mSM0lBvGlcoztVblHQkqcw==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.0.tgz", + "integrity": "sha512-g8Ab5Lcji2cxADfcPPM7kltEzSlCjUevPK3udm+3S5uhkTcLNH236/XCAwhD1XIgHQDv9p7FWm1xS7zkvbwXhA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/package.json b/package.json index efe1a5d..ec5f765 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular/animations": "^21.2.15", "@angular/common": "^21.2.15", - "@angular/compiler": "^21.2.15", + "@angular/compiler": "^22.0.0", "@angular/core": "^21.2.15", "@angular/forms": "^21.2.15", "@angular/platform-browser": "^21.2.15",