diff --git a/package-lock.json b/package-lock.json index a70d0302..65ffd147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/cdk": "^20.0.5", "@angular/cli": "^20.0.5", "@angular/common": "^20.0.6", - "@angular/compiler": "^20.0.6", + "@angular/compiler": "^20.1.0", "@angular/compiler-cli": "^20.0.6", "@angular/core": "^20.0.6", "@angular/platform-browser": "^20.0.6", @@ -394,9 +394,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.6.tgz", - "integrity": "sha512-pgkOUnufEtzuEnjrL4BqFJCCayp1Si8cT5ZBq8CsYoQUETiYFMT2kf1OEV09vPNH4owxuzE42Wa4fEyWMRWdbA==", + "version": "20.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.0.tgz", + "integrity": "sha512-sM8H3dJotIDDmI1u8qGuAn16XVfR7A4+/5s5cKLI/osnnIjafi5HHqAf76R5IlGoIv0ZHVQIYaJ/Qdvfyvdhfg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7364c321..6f3b3f0b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/cdk": "^20.0.5", "@angular/cli": "^20.0.5", "@angular/common": "^20.0.6", - "@angular/compiler": "^20.0.6", + "@angular/compiler": "^20.1.0", "@angular/compiler-cli": "^20.0.6", "@angular/core": "^20.0.6", "@angular/platform-browser": "^20.0.6",