diff --git a/package-lock.json b/package-lock.json index aec9081..0e736b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.2.4", "@angular/common": "^21.2.4", - "@angular/compiler": "^21.2.4", + "@angular/compiler": "^21.2.19", "@angular/core": "^21.2.4", "@angular/platform-browser": "^21.2.4", "@angular/platform-browser-dynamic": "^21.2.4", @@ -1903,10 +1903,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", - "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", - "license": "MIT", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.19.tgz", + "integrity": "sha512-vuF5i1t14ftJiHXVVLgDYLWkT99QuajphcUHy1VZaMX3FiqSGXRV62g+R2RMxL0OJ5C1ai8xTHKPx9n1lQFyFg==", "dependencies": { "tslib": "^2.3.0" }, @@ -19040,9 +19039,9 @@ } }, "@angular/compiler": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", - "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.19.tgz", + "integrity": "sha512-vuF5i1t14ftJiHXVVLgDYLWkT99QuajphcUHy1VZaMX3FiqSGXRV62g+R2RMxL0OJ5C1ai8xTHKPx9n1lQFyFg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 8ecbb96..87867e1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular/animations": "^21.2.4", "@angular/common": "^21.2.4", - "@angular/compiler": "^21.2.4", + "@angular/compiler": "^21.2.19", "@angular/core": "^21.2.4", "@angular/platform-browser": "^21.2.4", "@angular/platform-browser-dynamic": "^21.2.4",