diff --git a/examples/fdc3-chart-and-grid/js-chart/package.json b/examples/fdc3-chart-and-grid/js-chart/package.json index 82cd85963..4236946b1 100644 --- a/examples/fdc3-chart-and-grid/js-chart/package.json +++ b/examples/fdc3-chart-and-grid/js-chart/package.json @@ -15,7 +15,7 @@ "dependencies": { "@finos/fdc3": "^2.0.3", "bootstrap": "5.3.8", - "highcharts": "11.4.8", + "highcharts": "12.5.0", "jquery": "4.0.0", "tslib": "2.8.1" }, diff --git a/examples/js-chart-and-grid-messagerouter/js-chart/package.json b/examples/js-chart-and-grid-messagerouter/js-chart/package.json index 1c86e4d68..13b537d2b 100644 --- a/examples/js-chart-and-grid-messagerouter/js-chart/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-chart/package.json @@ -15,7 +15,7 @@ "dependencies": { "@morgan-stanley/composeui-messaging-client": "*", "bootstrap": "5.3.8", - "highcharts": "11.4.8", + "highcharts": "12.5.0", "jquery": "4.0.0", "tslib": "2.8.1" }, diff --git a/package-lock.json b/package-lock.json index 3e762c870..fdc8ba22e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "dependencies": { "@finos/fdc3": "^2.0.3", "bootstrap": "5.3.8", - "highcharts": "11.4.8", + "highcharts": "^12.5.0", "jquery": "4.0.0", "tslib": "2.8.1" }, @@ -36,12 +36,6 @@ "webpack-cli": "^6.0.1" } }, - "examples/fdc3-chart-and-grid/js-chart/node_modules/highcharts": { - "version": "11.4.8", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-11.4.8.tgz", - "integrity": "sha512-5Tke9LuzZszC4osaFisxLIcw7xgNGz4Sy3Jc9pRMV+ydm6sYqsPYdU8ELOgpzGNrbrRNDRBtveoR5xS3SzneEA==", - "license": "https://www.highcharts.com/license" - }, "examples/fdc3-chart-and-grid/js-datagrid": { "name": "@morgan-stanley/composeui-example-grid", "version": "0.1.0-alpha.12", @@ -208,7 +202,7 @@ "dependencies": { "@morgan-stanley/composeui-messaging-client": "*", "bootstrap": "5.3.8", - "highcharts": "11.4.8", + "highcharts": "^12.5.0", "jquery": "4.0.0", "tslib": "2.8.1" }, @@ -220,12 +214,6 @@ "webpack-cli": "^6.0.1" } }, - "examples/js-chart-and-grid-messagerouter/js-chart/node_modules/highcharts": { - "version": "11.4.8", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-11.4.8.tgz", - "integrity": "sha512-5Tke9LuzZszC4osaFisxLIcw7xgNGz4Sy3Jc9pRMV+ydm6sYqsPYdU8ELOgpzGNrbrRNDRBtveoR5xS3SzneEA==", - "license": "https://www.highcharts.com/license" - }, "examples/js-chart-and-grid-messagerouter/js-datagrid": { "name": "@morgan-stanley/composeui-example-grid-messagerouter", "version": "0.1.0-alpha.12", @@ -12911,6 +12899,24 @@ "he": "bin/he" } }, + "node_modules/highcharts": { + "version": "12.5.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-12.5.0.tgz", + "integrity": "sha512-uNSSv1KqRLNvkyXlf1FbeGWB1mJ/8/IYpVeqYiTIop5Wo8peUvNyzUfLa58vILsmXyz+XrETtgKIEOcSgBBKuQ==", + "license": "https://www.highcharts.com/license", + "peerDependencies": { + "jspdf": "^3.0.0", + "svg2pdf.js": "^2.6.0" + }, + "peerDependenciesMeta": { + "jspdf": { + "optional": true + }, + "svg2pdf.js": { + "optional": true + } + } + }, "node_modules/hono": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.0.tgz",