diff --git a/package-lock.json b/package-lock.json index 78f465f..0bd7bb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.2.17", "@angular/common": "^21.2.17", - "@angular/compiler": "^21.2.17", + "@angular/compiler": "^21.2.19", "@angular/core": "^21.2.17", "@angular/forms": "^21.2.17", "@angular/platform-browser": "^21.2.17", @@ -1107,10 +1107,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" }, @@ -20942,9 +20941,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 6baa450..a447ae3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@angular/animations": "^21.2.17", "@angular/common": "^21.2.17", - "@angular/compiler": "^21.2.17", + "@angular/compiler": "^21.2.19", "@angular/core": "^21.2.17", "@angular/forms": "^21.2.17", "@angular/platform-browser": "^21.2.17",