diff --git a/package-lock.json b/package-lock.json index c02818a..f8ccfbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "20.0.7", "@angular/common": "20.0.7", - "@angular/compiler": "20.0.7", + "@angular/compiler": "20.3.16", "@angular/core": "20.0.7", "@angular/forms": "20.0.7", "@angular/platform-browser": "20.0.7", @@ -439,9 +439,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.7", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.7.tgz", - "integrity": "sha512-dy3QWLIgx4I9Ds1AHp/xuPlJK4ZAoctRw96r7KS6KPsnfJBVqrCMLk+n7ObgeAYUIRSCmpO4E4+Y5N+ugwy9iQ==", + "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/package.json b/package.json index ce4a1f7..a0622b7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "immer": "^11.1.3", "@angular/animations": "20.0.7", "@angular/common": "20.0.7", - "@angular/compiler": "20.0.7", + "@angular/compiler": "20.3.16", "@angular/core": "20.0.7", "@angular/forms": "20.0.7", "@angular/platform-browser": "20.0.7",