diff --git a/package-lock.json b/package-lock.json index ebe307b..853c125 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.7", "@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.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.7.tgz", + "integrity": "sha512-EouHO15dUsgnFArj0M25R8cOPVoUfiFYSt6iXnMO8+S4dY1fDEmbFqkW5smlP66HL5Gys59Nwb5inejfIWHrLw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 8dac512..1931529 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.7", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/platform-browser": "^20.0.0",