diff --git a/src/AngularCliClient/package-lock.json b/src/AngularCliClient/package-lock.json index 3edeb29..9ae21d7 100644 --- a/src/AngularCliClient/package-lock.json +++ b/src/AngularCliClient/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.0.1", "@angular/common": "^21.0.1", - "@angular/compiler": "^21.0.1", + "@angular/compiler": "^21.0.2", "@angular/core": "^21.0.1", "@angular/forms": "^21.0.1", "@angular/platform-browser": "^21.0.1", @@ -2148,9 +2148,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.1.tgz", - "integrity": "sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==", + "version": "21.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.2.tgz", + "integrity": "sha512-Rs69yqT1M+l0DqAAZcGDt2TntKAPyldEViq3GQHbkM1W4f/hoRgBRsE6StxvP6wszW6VVHH3uQQdyeZV8Z4rpw==", "dependencies": { "tslib": "^2.3.0" }, @@ -18102,9 +18102,9 @@ } }, "@angular/compiler": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.1.tgz", - "integrity": "sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==", + "version": "21.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.2.tgz", + "integrity": "sha512-Rs69yqT1M+l0DqAAZcGDt2TntKAPyldEViq3GQHbkM1W4f/hoRgBRsE6StxvP6wszW6VVHH3uQQdyeZV8Z4rpw==", "requires": { "tslib": "^2.3.0" } diff --git a/src/AngularCliClient/package.json b/src/AngularCliClient/package.json index 02f2f26..5c769e7 100644 --- a/src/AngularCliClient/package.json +++ b/src/AngularCliClient/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^21.0.1", "@angular/common": "^21.0.1", - "@angular/compiler": "^21.0.1", + "@angular/compiler": "^21.0.2", "@angular/core": "^21.0.1", "@angular/forms": "^21.0.1", "@angular/platform-browser": "^21.0.1",