diff --git a/package-lock.json b/package-lock.json index 2dcc2001..fc2b94e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^21.2.21", "@angular/animations": "21.2.19", - "@angular/compiler": "21.2.19", + "@angular/compiler": "21.2.22", "@angular/compiler-cli": "21.2.19", "@angular/platform-browser-dynamic": "21.2.19", "@chromatic-com/storybook": "^5.3.0", @@ -1295,9 +1295,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.19", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.19.tgz", - "integrity": "sha512-vuF5i1t14ftJiHXVVLgDYLWkT99QuajphcUHy1VZaMX3FiqSGXRV62g+R2RMxL0OJ5C1ai8xTHKPx9n1lQFyFg==", + "version": "21.2.22", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.22.tgz", + "integrity": "sha512-3tdHaE30abvVzGSwtjpK/r4i8gqSZ6Q0Xc79XvLSTB3kuo4HYir9uvvc7L4YmhBLfSE64CkJPW+2tLiyz8U8jw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index edbea92e..c22ed84f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@storybook/web-components-vite": "^10.5.10", "@angular-devkit/build-angular": "^21.2.21", "@angular/compiler-cli": "21.2.19", - "@angular/compiler": "21.2.19", + "@angular/compiler": "21.2.22", "@angular/platform-browser-dynamic": "21.2.19", "@angular/animations": "21.2.19", "@types/node": "^25.9.5", @@ -39,7 +39,7 @@ "overrides": { "@angular/core": "21.2.19", "@angular/common": "21.2.19", - "@angular/compiler": "21.2.19", + "@angular/compiler": "21.2.22", "@angular/forms": "21.2.19", "@angular/platform-browser": "21.2.19", "@angular/platform-browser-dynamic": "21.2.19",