diff --git a/package-lock.json b/package-lock.json index ebe307b..b3b81fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", + "@angular/compiler": "^20.3.1", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/platform-browser": "^20.0.0", @@ -373,9 +373,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.3.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.1.tgz", + "integrity": "sha512-zRYAdAG/hsJegXapKxElLU6Q5in8UG9Pbxyh90k89qsZwkuv+CfxVY5OBS2xjk1azt808++yhjfvbO/Em+HMKg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 8dac512..00b923b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", + "@angular/compiler": "^20.3.1", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/platform-browser": "^20.0.0",