diff --git a/clients/display/package.json b/clients/display/package.json index 6c9d5e8..7b34c83 100644 --- a/clients/display/package.json +++ b/clients/display/package.json @@ -48,7 +48,7 @@ "dependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.1.6", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", diff --git a/clients/package-lock.json b/clients/package-lock.json index f182768..5a21482 100644 --- a/clients/package-lock.json +++ b/clients/package-lock.json @@ -29,7 +29,7 @@ "dependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.1.6", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", @@ -60,6 +60,43 @@ "typescript": "~5.9.3" } }, + "display/node_modules/@angular/compiler": { + "version": "21.1.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.6.tgz", + "integrity": "sha512-8RFdfbWTyx+OiRkiK2LsYPuhv8b65S3x/4+98kZRCrzP6YNjq/qsuqpfMUIKwnjok78FfhGyEx4I5LOV3Vkabw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + } + }, + "display/node_modules/@angular/core": { + "version": "21.1.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.6.tgz", + "integrity": "sha512-c+n9Ynq1Ar+4SOaL10C/arqBje0dUFFUaDyErXp3jPXU/L29fsFTlmKM2EWunM1RhJckYonJ/xtH0gwwrH6W9Q==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "21.1.6", + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.15.0 || ~0.16.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } + } + }, "node_modules/@algolia/abtesting": { "version": "1.12.2", "resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.12.2.tgz", @@ -672,6 +709,7 @@ "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.0.tgz", "integrity": "sha512-UprCiJwEU1Ilw1dVk+yLgNiHlbH81obAuh92lRKozUQRgtSCpOfCQUM79q5r+VdmCPxDshr79U2Ke0fRaiJfAQ==", "license": "MIT", + "peer": true, "dependencies": { "tslib": "^2.3.0" }, @@ -717,6 +755,7 @@ "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.0.tgz", "integrity": "sha512-QTl9s8GYNN0pt1k3GE6UVlfe6zWtfdykhfchinKq2YJywQ6LBM4UcZgoc56YkgscmyrRFYrr4JYUJjlzTF57+A==", "license": "MIT", + "peer": true, "dependencies": { "tslib": "^2.3.0" }, @@ -20677,7 +20716,7 @@ }, "peerDependencies": { "@angular/common": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.1.0", "@angular/forms": "^21.0.0", "@angular/router": "^21.0.0", "@microsoft/signalr": "^8.0.0 || ^10.0.0", @@ -20690,7 +20729,7 @@ "dependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.1.6", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0", @@ -20718,6 +20757,43 @@ "typescript": "~5.9.3" } }, + "web/node_modules/@angular/compiler": { + "version": "21.1.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.6.tgz", + "integrity": "sha512-8RFdfbWTyx+OiRkiK2LsYPuhv8b65S3x/4+98kZRCrzP6YNjq/qsuqpfMUIKwnjok78FfhGyEx4I5LOV3Vkabw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + } + }, + "web/node_modules/@angular/core": { + "version": "21.1.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.6.tgz", + "integrity": "sha512-c+n9Ynq1Ar+4SOaL10C/arqBje0dUFFUaDyErXp3jPXU/L29fsFTlmKM2EWunM1RhJckYonJ/xtH0gwwrH6W9Q==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "21.1.6", + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.15.0 || ~0.16.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } + } + }, "web/node_modules/@microsoft/signalr": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-10.0.0.tgz", diff --git a/clients/web/package.json b/clients/web/package.json index 7bb1fbe..58db815 100644 --- a/clients/web/package.json +++ b/clients/web/package.json @@ -21,7 +21,7 @@ "dependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.1.6", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/platform-browser-dynamic": "^21.0.0",