diff --git a/package-lock.json b/package-lock.json index f2a7c48f..63183809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "20.1.2", "@angular/cdk": "^20.1.2", "@angular/common": "20.1.2", - "@angular/compiler": "20.1.2", + "@angular/compiler": "20.3.6", "@angular/core": "20.1.2", "@angular/forms": "20.1.2", "@angular/material": "^20.1.2", @@ -1627,9 +1627,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.2.tgz", - "integrity": "sha512-BCYQArXAknOyMB5rgx9yK3p5uYFhgN91Jxo5Fbuso6M+7p1PoxOE4E9XrqQfhpVJOl9hcz7vNFnQ4Oer0R83UQ==", + "version": "20.3.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.6.tgz", + "integrity": "sha512-OdjXBsAsnn7qiW6fSHClwn9XwjVxhtO9+RbDc6Mf+YPCnJq0s8T78H2fc8VdJFp/Rs+tMZcwwjd9VZPm8+2XWA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 79b52c3c..e5ecb1f6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/animations": "20.1.2", "@angular/cdk": "^20.1.2", "@angular/common": "20.1.2", - "@angular/compiler": "20.1.2", + "@angular/compiler": "20.3.6", "@angular/core": "20.1.2", "@angular/forms": "20.1.2", "@angular/material": "^20.1.2",