diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index e373e3b32..d057cd832 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -10,17 +10,17 @@ "test": "ng test --watch=false" }, "dependencies": { - "@angular/animations": "17.3.11", + "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", - "@angular/common": "17.3.11", - "@angular/compiler": "17.3.11", - "@angular/core": "17.3.11", + "@angular/common": "17.3.12", + "@angular/compiler": "17.3.12", + "@angular/core": "17.3.12", "@angular/flex-layout": "^15.0.0-beta.42", - "@angular/forms": "17.3.11", + "@angular/forms": "17.3.12", "@angular/material": "17.3.10", - "@angular/platform-browser": "17.3.11", - "@angular/platform-browser-dynamic": "17.3.11", - "@angular/router": "17.3.11", + "@angular/platform-browser": "17.3.12", + "@angular/platform-browser-dynamic": "17.3.12", + "@angular/router": "17.3.12", "@finos/fdc3": "2.1.0", "material-icons": "1.13.12", "rxjs": "7.8.1", @@ -30,7 +30,7 @@ "devDependencies": { "@angular-devkit/build-angular": "17.3.8", "@angular/cli": "17.3.8", - "@angular/compiler-cli": "17.3.11", + "@angular/compiler-cli": "17.3.12", "@types/jasmine": "5.1.4", "jasmine-core": "5.1.2", "karma": "6.4.3", 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 088e9ecf7..3d601db12 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -10,17 +10,17 @@ "test": "ng test --watch=false" }, "dependencies": { - "@angular/animations": "17.3.11", + "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", - "@angular/common": "17.3.11", - "@angular/compiler": "17.3.11", - "@angular/core": "17.3.11", + "@angular/common": "17.3.12", + "@angular/compiler": "17.3.12", + "@angular/core": "17.3.12", "@angular/flex-layout": "^15.0.0-beta.42", - "@angular/forms": "17.3.11", + "@angular/forms": "17.3.12", "@angular/material": "17.3.10", - "@angular/platform-browser": "17.3.11", - "@angular/platform-browser-dynamic": "17.3.11", - "@angular/router": "17.3.11", + "@angular/platform-browser": "17.3.12", + "@angular/platform-browser-dynamic": "17.3.12", + "@angular/router": "17.3.12", "material-icons": "1.13.12", "@morgan-stanley/composeui-messaging-client": "*", "rxjs": "7.8.1", @@ -30,7 +30,7 @@ "devDependencies": { "@angular-devkit/build-angular": "17.3.8", "@angular/cli": "17.3.8", - "@angular/compiler-cli": "17.3.11", + "@angular/compiler-cli": "17.3.12", "@types/jasmine": "5.1.4", "jasmine-core": "5.1.2", "karma": "6.4.3", diff --git a/package-lock.json b/package-lock.json index e05774c62..b7f598933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,17 +39,17 @@ "name": "@morgan-stanley/composeui-example-grid", "version": "0.1.0-alpha.1", "dependencies": { - "@angular/animations": "17.3.11", + "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", - "@angular/common": "17.3.11", - "@angular/compiler": "17.3.11", - "@angular/core": "17.3.11", + "@angular/common": "17.3.12", + "@angular/compiler": "17.3.12", + "@angular/core": "17.3.12", "@angular/flex-layout": "^15.0.0-beta.42", - "@angular/forms": "17.3.11", + "@angular/forms": "17.3.12", "@angular/material": "17.3.10", - "@angular/platform-browser": "17.3.11", - "@angular/platform-browser-dynamic": "17.3.11", - "@angular/router": "17.3.11", + "@angular/platform-browser": "17.3.12", + "@angular/platform-browser-dynamic": "17.3.12", + "@angular/router": "17.3.12", "@finos/fdc3": "2.1.0", "material-icons": "1.13.12", "rxjs": "7.8.1", @@ -59,7 +59,7 @@ "devDependencies": { "@angular-devkit/build-angular": "17.3.8", "@angular/cli": "17.3.8", - "@angular/compiler-cli": "17.3.11", + "@angular/compiler-cli": "17.3.12", "@types/jasmine": "5.1.4", "jasmine-core": "5.1.2", "karma": "6.4.3", @@ -92,17 +92,17 @@ "name": "@morgan-stanley/composeui-example-grid-messagerouter", "version": "0.1.0-alpha.1", "dependencies": { - "@angular/animations": "17.3.11", + "@angular/animations": "17.3.12", "@angular/cdk": "17.3.10", - "@angular/common": "17.3.11", - "@angular/compiler": "17.3.11", - "@angular/core": "17.3.11", + "@angular/common": "17.3.12", + "@angular/compiler": "17.3.12", + "@angular/core": "17.3.12", "@angular/flex-layout": "^15.0.0-beta.42", - "@angular/forms": "17.3.11", + "@angular/forms": "17.3.12", "@angular/material": "17.3.10", - "@angular/platform-browser": "17.3.11", - "@angular/platform-browser-dynamic": "17.3.11", - "@angular/router": "17.3.11", + "@angular/platform-browser": "17.3.12", + "@angular/platform-browser-dynamic": "17.3.12", + "@angular/router": "17.3.12", "@morgan-stanley/composeui-messaging-client": "*", "material-icons": "1.13.12", "rxjs": "7.8.1", @@ -112,7 +112,7 @@ "devDependencies": { "@angular-devkit/build-angular": "17.3.8", "@angular/cli": "17.3.8", - "@angular/compiler-cli": "17.3.11", + "@angular/compiler-cli": "17.3.12", "@types/jasmine": "5.1.4", "jasmine-core": "5.1.2", "karma": "6.4.3", @@ -450,9 +450,9 @@ "license": "MIT" }, "node_modules/@angular/animations": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.11.tgz", - "integrity": "sha512-1y1Egag5jbdUSUWVK+KA39N9VFDrzq9ObjbAhrXFlXKa0npBRw5bprEEeLFQMETMP9Mpjbmj2PoASfl4vqj/Iw==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.12.tgz", + "integrity": "sha512-9hsdWF4gRRcVJtPcCcYLaX1CIyM9wUu6r+xRl6zU5hq8qhl35hig6ounz7CXFAzLf0WDBdM16bPHouVGaG76lg==", "dependencies": { "tslib": "^2.3.0" }, @@ -460,7 +460,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.11" + "@angular/core": "17.3.12" } }, "node_modules/@angular/cdk": { @@ -618,9 +618,9 @@ } }, "node_modules/@angular/common": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.11.tgz", - "integrity": "sha512-WG+HQjUaQziYLGdbcv2aW+G73uroN5VF9yk4qWYcolW+VB8SV/DOAol8uFVgCF21cIOl5+wfJZvA4r5oG3dYaw==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.12.tgz", + "integrity": "sha512-vabJzvrx76XXFrm1RJZ6o/CyG32piTB/1sfFfKHdlH1QrmArb8It4gyk9oEjZ1IkAD0HvBWlfWmn+T6Vx3pdUw==", "dependencies": { "tslib": "^2.3.0" }, @@ -628,14 +628,14 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.11", + "@angular/core": "17.3.12", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.11.tgz", - "integrity": "sha512-ingRoREDPkeZGSa13DlztSjZgGArNcmsAWjj+f+vQgQekTjkfQD/N+Bix/LSt5ZdbSjHMtrkDMyRPwbNyk5Keg==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.12.tgz", + "integrity": "sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w==", "dependencies": { "tslib": "^2.3.0" }, @@ -643,7 +643,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.11" + "@angular/core": "17.3.12" }, "peerDependenciesMeta": { "@angular/core": { @@ -652,9 +652,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.3.11.tgz", - "integrity": "sha512-O44H/BKGw0TYq0aNTOKYZfQiTrfjbmcTl8y4UX6C9Xey8hXvijzZOAsjA0TGvvDJxeLR+sxaRF4i9Ihoatnd8g==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-17.3.12.tgz", + "integrity": "sha512-1F8M7nWfChzurb7obbvuE7mJXlHtY1UG58pcwcomVtpPb+kPavgAO8OEvJHYBMV+bzSxkXt5UIwL9lt9jHUxZA==", "dev": true, "dependencies": { "@babel/core": "7.23.9", @@ -675,7 +675,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/compiler": "17.3.11", + "@angular/compiler": "17.3.12", "typescript": ">=5.2 <5.5" } }, @@ -722,9 +722,9 @@ } }, "node_modules/@angular/core": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.11.tgz", - "integrity": "sha512-2wPZwXFei3kVxK2ylIH6CdGebrC4kvooFx7qoX+250OITAEFMODJGdh/e3x0DpFUjlRvQtIFQ+YpQlfC5JnL4g==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.3.12.tgz", + "integrity": "sha512-MuFt5yKi161JmauUta4Dh0m8ofwoq6Ino+KoOtkYMBGsSx+A7dSm+DUxxNwdj7+DNyg3LjVGCFgBFnq4g8z06A==", "dependencies": { "tslib": "^2.3.0" }, @@ -751,9 +751,9 @@ } }, "node_modules/@angular/forms": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-17.3.11.tgz", - "integrity": "sha512-719flo/1L64YOAxL3pzszTK+7bczVVOQDXT1khnjb48GVZdBUBwW2D+cFbqSW1VMuWWr2Amwy1lL4YM5S7qPJQ==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-17.3.12.tgz", + "integrity": "sha512-tV6r12Q3yEUlXwpVko4E+XscunTIpPkLbaiDn/MTL3Vxi2LZnsLgHyd/i38HaHN+e/H3B0a1ToSOhV5wf3ay4Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -761,9 +761,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/common": "17.3.11", - "@angular/core": "17.3.11", - "@angular/platform-browser": "17.3.11", + "@angular/common": "17.3.12", + "@angular/core": "17.3.12", + "@angular/platform-browser": "17.3.12", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -831,9 +831,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.3.11.tgz", - "integrity": "sha512-sWjMy8qKH6AOt5YV4OMoPhExCbGdRIPjNSwUrxCm8a8Zz5DamoX3Sib9yRk1etjBuRj+oJySSxISJim2OYXJQQ==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.3.12.tgz", + "integrity": "sha512-DYY04ptWh/ulMHzd+y52WCE8QnEYGeIiW3hEIFjCN8z0kbIdFdUtEB0IK5vjNL3ejyhUmphcpeT5PYf3YXtqWQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -841,9 +841,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/animations": "17.3.11", - "@angular/common": "17.3.11", - "@angular/core": "17.3.11" + "@angular/animations": "17.3.12", + "@angular/common": "17.3.12", + "@angular/core": "17.3.12" }, "peerDependenciesMeta": { "@angular/animations": { @@ -852,9 +852,9 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-17.3.11.tgz", - "integrity": "sha512-JPA0enJyJQ5H340WQ2wfXbCCHzjBiAljEDMr/Siw/CzSe0XI8aQYDqKMLUMtRyCdYhNCEYjnBWgXBi9Za9blZg==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-17.3.12.tgz", + "integrity": "sha512-DQwV7B2x/DRLRDSisngZRdLqHdYbbrqZv2Hmu4ZbnNYaWPC8qvzgE/0CvY+UkDat3nCcsfwsMnlDeB6TL7/IaA==", "dependencies": { "tslib": "^2.3.0" }, @@ -862,16 +862,16 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/common": "17.3.11", - "@angular/compiler": "17.3.11", - "@angular/core": "17.3.11", - "@angular/platform-browser": "17.3.11" + "@angular/common": "17.3.12", + "@angular/compiler": "17.3.12", + "@angular/core": "17.3.12", + "@angular/platform-browser": "17.3.12" } }, "node_modules/@angular/router": { - "version": "17.3.11", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.3.11.tgz", - "integrity": "sha512-A3aU6uHAeJfsfCw1dgNXHn2Kjw/UieRMnFwENkzz96YFCvFPCEZjy/mODuE3zHludMuqVsJhM/uUxWu8ATRTcA==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.3.12.tgz", + "integrity": "sha512-dg7PHBSW9fmPKTVzwvHEeHZPZdpnUqW/U7kj8D29HTP9ur8zZnx9QcnbplwPeYb8yYa62JMnZSEel2X4PxdYBg==", "dependencies": { "tslib": "^2.3.0" }, @@ -879,9 +879,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/common": "17.3.11", - "@angular/core": "17.3.11", - "@angular/platform-browser": "17.3.11", + "@angular/common": "17.3.12", + "@angular/core": "17.3.12", + "@angular/platform-browser": "17.3.12", "rxjs": "^6.5.3 || ^7.4.0" } },