diff --git a/package-lock.json b/package-lock.json index 682da81..9cd37a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/build": "^21.2.7", "@angular/cli": "^21.2.7", "@angular/common": "^21.2.7", - "@angular/compiler": "^21.2.7", + "@angular/compiler": "^21.2.9", "@angular/compiler-cli": "^21.2.7", "@angular/core": "^21.2.7", "@angular/platform-browser": "^21.2.7", @@ -590,9 +590,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.8.tgz", - "integrity": "sha512-Il9KlT6qX8rWmun5jY6wMLx56bCQZpOVIFEyHM4ai2wmxvbqyxgRFKDs4iMRNn1h04Tgupl6cKSqP9lecIvH6w==", + "version": "21.2.9", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.9.tgz", + "integrity": "sha512-clsK1EsSPtAuqlRl4CciA/gsvsW7xe0eWcvHxtrMW6DYaUJ6X4AAuDxEEJ5cf/3Mpw4s8KssjIUPPtbrUIGLSQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 783932b..8b36fe7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@angular/build": "^21.2.7", "@angular/cli": "^21.2.7", "@angular/common": "^21.2.7", - "@angular/compiler": "^21.2.7", + "@angular/compiler": "^21.2.9", "@angular/compiler-cli": "^21.2.7", "@angular/core": "^21.2.7", "@angular/platform-browser": "^21.2.7",