diff --git a/package-lock.json b/package-lock.json index 18057d3..9881473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.0.0", "@angular/cdk": "^20.0.1", "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", + "@angular/compiler": "^20.0.3", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/material": "^20.0.1", @@ -290,9 +290,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.0.tgz", - "integrity": "sha512-RzS7MFNy/f8Tft0u6Q1zszzFTeki4408zsBALwmS91a8O8x/jaEvfwA7swC7RiqiX9KKmAyuBJ0qiv42v1T5dA==", + "version": "20.0.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.3.tgz", + "integrity": "sha512-CShPNvqqV5Cleyho8CKtcFlt7l2thHPUdXZPtKHH3Zf43KojvJbJksZLBz6ZbyoQdgxNMYSfbh4h0UbSGtPOzQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 11157d3..a630948 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^20.0.0", "@angular/cdk": "^20.0.1", "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", + "@angular/compiler": "^20.0.3", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/material": "^20.0.1",