diff --git a/package-lock.json b/package-lock.json index 9b45ea0..43cca03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^20.0.3", "@angular/common": "^20.0.3", - "@angular/compiler": "^20.0.3", + "@angular/compiler": "^20.1.0", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/platform-browser": "^20.0.3", @@ -890,9 +890,10 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.3.tgz", - "integrity": "sha512-CShPNvqqV5Cleyho8CKtcFlt7l2thHPUdXZPtKHH3Zf43KojvJbJksZLBz6ZbyoQdgxNMYSfbh4h0UbSGtPOzQ==", + "version": "20.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.0.tgz", + "integrity": "sha512-sM8H3dJotIDDmI1u8qGuAn16XVfR7A4+/5s5cKLI/osnnIjafi5HHqAf76R5IlGoIv0ZHVQIYaJ/Qdvfyvdhfg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index f150e94..8d7ff2f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^20.0.3", "@angular/common": "^20.0.3", - "@angular/compiler": "^20.0.3", + "@angular/compiler": "^20.1.0", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/platform-browser": "^20.0.3",