diff --git a/package-lock.json b/package-lock.json index e865ce1ee..29f915fcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@angular/common": "21.0.3", - "@angular/compiler": "21.0.3", + "@angular/compiler": "21.0.7", "@angular/core": "21.0.3", "@angular/forms": "21.0.3", "@angular/language-service": "21.0.3", @@ -613,9 +613,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.3.tgz", - "integrity": "sha512-s9IN4Won1lTmO2vUIIMc4zZHQ2A68pYr/BiieM6frYBhRAwtdyqZW0C5TTeRlFhHe+jMlOdbaJwF8OJrFT7drQ==", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.7.tgz", + "integrity": "sha512-Qsjx0OrOquyx10fMynkHilRRoZy9qJcstHdML7NGKg887xqHW4YvgNKREIXmKYjnV6sUBBUxJUD1L5ouarb/YA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 63274180c..d77189711 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@angular/common": "21.0.3", - "@angular/compiler": "21.0.3", + "@angular/compiler": "21.0.7", "@angular/core": "21.0.3", "@angular/forms": "21.0.3", "@angular/language-service": "21.0.3",