diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index 7c6e0038f..d96185e58 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "21.1.5", "@angular/common": "21.1.5", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "21.2.17", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "21.1.5", "@angular/material": "21.1.5", diff --git a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json index bbaef2010..1d59a9207 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "21.1.5", "@angular/common": "21.1.5", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "21.2.17", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "21.1.5", "@angular/material": "21.1.5", diff --git a/src/messaging/js/composeui-messaging-abstractions/package.json b/src/messaging/js/composeui-messaging-abstractions/package.json index 27a737d1e..05e35f254 100644 --- a/src/messaging/js/composeui-messaging-abstractions/package.json +++ b/src/messaging/js/composeui-messaging-abstractions/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@types/node": "^24.5.2", "typescript": "5.9.3", - "vitest": "4.0.18", + "vitest": "4.1.0", "@vitest/coverage-v8": "4.0.18", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-typescript": "12.3.0", diff --git a/src/messaging/js/composeui-messaging-message-router/package.json b/src/messaging/js/composeui-messaging-message-router/package.json index fe6387c0c..ed34413f9 100644 --- a/src/messaging/js/composeui-messaging-message-router/package.json +++ b/src/messaging/js/composeui-messaging-message-router/package.json @@ -33,7 +33,7 @@ "@types/node": "^24.5.2", "tslib": "2.8.1", "typescript": "5.9.3", - "vitest": "4.0.18", + "vitest": "4.1.0", "@rollup/plugin-commonjs": "29.0.2", "@rollup/plugin-node-resolve": "16.0.3", "rollup": "4.60.4",