diff --git a/package-lock.json b/package-lock.json index f51778c..c598568 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^20.3.12", "@angular/common": "^20.3.12", - "@angular/compiler": "^20.3.12", + "@angular/compiler": "^21.0.0", "@angular/core": "^20.3.12", "@angular/forms": "^20.3.12", "@angular/platform-browser": "^20.3.12", @@ -525,9 +525,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.12.tgz", - "integrity": "sha512-bGESKz97nWiEQ/sydTq/Lzv3zlLvDb8t0msLG5Xti7Ch1EdLddXS8d2D/zFsjiGbAUKVsT6RgPCLHYoi4ocbhA==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.0.tgz", + "integrity": "sha512-6jCH3UYga5iokj5F40SR4dlwo9ZRMkT8YzHCTijwZuDX9zvugp9jPof092RvIeNsTvCMVfGWuM9yZ1DRUsU/yg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 1ec2d6e..eaf558d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular/animations": "^20.3.12", "@angular/common": "^20.3.12", - "@angular/compiler": "^20.3.12", + "@angular/compiler": "^21.0.0", "@angular/core": "^20.3.12", "@angular/forms": "^20.3.12", "@angular/platform-browser": "^20.3.12",