diff --git a/package-lock.json b/package-lock.json index 2fd26376..ea3eea68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^20.2.1", "@angular/common": "^20.2.1", - "@angular/compiler": "^20.2.1", + "@angular/compiler": "^20.3.16", "@angular/core": "^20.2.1", "@angular/forms": "^20.2.1", "@angular/platform-browser": "^20.2.1", @@ -513,9 +513,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.2.1.tgz", - "integrity": "sha512-ghVt1E8xmwjMwqyGRwXYJkr7fz40VEreUSX1q+gEzbGTftVrK1foxPT8jcueIn0ztArDf7+zSMtu314FiJZyYA==", + "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 82243947..3670514c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular/animations": "^20.2.1", "@angular/common": "^20.2.1", - "@angular/compiler": "^20.2.1", + "@angular/compiler": "^20.3.16", "@angular/core": "^20.2.1", "@angular/forms": "^20.2.1", "@angular/platform-browser": "^20.2.1",