diff --git a/portfolio-workspace/package-lock.json b/portfolio-workspace/package-lock.json index fb0fcdf..cab7fc1 100644 --- a/portfolio-workspace/package-lock.json +++ b/portfolio-workspace/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/cdk": "^20.0.5", "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", + "@angular/compiler": "^20.3.16", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/material": "^20.0.5", @@ -487,9 +487,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.15", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", - "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", + "version": "20.3.16", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.16.tgz", + "integrity": "sha512-Pt9Ms9GwTThgzdxWBwMfN8cH1JEtQ2DK5dc2yxYtPSaD+WKmG9AVL1PrzIYQEbaKcWk2jxASUHpEWSlNiwo8uw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/portfolio-workspace/package.json b/portfolio-workspace/package.json index d517c46..d6c719c 100644 --- a/portfolio-workspace/package.json +++ b/portfolio-workspace/package.json @@ -29,7 +29,7 @@ "dependencies": { "@angular/cdk": "^20.0.5", "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", + "@angular/compiler": "^20.3.16", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/material": "^20.0.5",