diff --git a/src/SampleApps/SampleApp.Angular/ClientApp/package-lock.json b/src/SampleApps/SampleApp.Angular/ClientApp/package-lock.json index b2f5eb93..d3250e69 100644 --- a/src/SampleApps/SampleApp.Angular/ClientApp/package-lock.json +++ b/src/SampleApps/SampleApp.Angular/ClientApp/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@angular/animations": "^20.3.15", "@angular/common": "^20.3.15", - "@angular/compiler": "^20.3.15", + "@angular/compiler": "^20.3.16", "@angular/core": "^20.3.16", "@angular/forms": "^20.3.15", "@angular/platform-browser": "^20.3.15", @@ -743,9 +743,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/src/SampleApps/SampleApp.Angular/ClientApp/package.json b/src/SampleApps/SampleApp.Angular/ClientApp/package.json index 1f32344c..549e8510 100644 --- a/src/SampleApps/SampleApp.Angular/ClientApp/package.json +++ b/src/SampleApps/SampleApp.Angular/ClientApp/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "^20.3.15", "@angular/common": "^20.3.15", - "@angular/compiler": "^20.3.15", + "@angular/compiler": "^20.3.16", "@angular/core": "^20.3.16", "@angular/forms": "^20.3.15", "@angular/platform-browser": "^20.3.15",