diff --git a/package-lock.json b/package-lock.json index b135c59..d8e0e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^22.1.4", "@angular/common": "^22.1.4", - "@angular/compiler": "^22.1.4", + "@angular/compiler": "^22.1.5", "@angular/core": "^22.1.4", "@angular/forms": "^22.1.4", "@angular/platform-browser": "^22.1.4", @@ -1076,9 +1076,9 @@ } }, "node_modules/@angular/compiler": { - "version": "22.1.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.1.4.tgz", - "integrity": "sha512-o+W0shjR5KmPPWchFmqN9bLINYAy14zIW//g9T5WqKDMOqjt4IbeY6AKOoE1db/dXffprLEH9nyPOmi19iKNxg==", + "version": "22.1.5", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.1.5.tgz", + "integrity": "sha512-GvM0oNCuI09Up5Lk0ZQCX5yA2cGyHYB/rZsa/EGTnzwuxgLDlhOOa19QaVaoxDCo9vO43Ix9rG7SLppEv+qd1w==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 1a75a2b..9c97b16 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular/animations": "^22.1.4", "@angular/common": "^22.1.4", - "@angular/compiler": "^22.1.4", + "@angular/compiler": "^22.1.5", "@angular/core": "^22.1.4", "@angular/forms": "^22.1.4", "@angular/platform-browser": "^22.1.4",