diff --git a/packages/pluggableWidgets/area-chart-web/package.json b/packages/pluggableWidgets/area-chart-web/package.json index 2da7c572be..1cdf18e065 100644 --- a/packages/pluggableWidgets/area-chart-web/package.json +++ b/packages/pluggableWidgets/area-chart-web/package.json @@ -41,7 +41,7 @@ "@mendix/shared-charts": "workspace:*", "@mendix/widget-plugin-component-kit": "workspace:*", "classnames": "^2.5.1", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/pluggableWidgets/bar-chart-web/package.json b/packages/pluggableWidgets/bar-chart-web/package.json index 23145d7915..388a608adf 100644 --- a/packages/pluggableWidgets/bar-chart-web/package.json +++ b/packages/pluggableWidgets/bar-chart-web/package.json @@ -41,7 +41,7 @@ "@mendix/shared-charts": "workspace:*", "@mendix/widget-plugin-component-kit": "workspace:*", "classnames": "^2.5.1", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/pluggableWidgets/bubble-chart-web/package.json b/packages/pluggableWidgets/bubble-chart-web/package.json index e51399304d..a568ccbe14 100644 --- a/packages/pluggableWidgets/bubble-chart-web/package.json +++ b/packages/pluggableWidgets/bubble-chart-web/package.json @@ -41,7 +41,7 @@ "@mendix/shared-charts": "workspace:*", "@mendix/widget-plugin-component-kit": "workspace:*", "classnames": "^2.5.1", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/pluggableWidgets/column-chart-web/package.json b/packages/pluggableWidgets/column-chart-web/package.json index ee15c42d29..6ab7eca01a 100644 --- a/packages/pluggableWidgets/column-chart-web/package.json +++ b/packages/pluggableWidgets/column-chart-web/package.json @@ -43,7 +43,7 @@ "@mendix/shared-charts": "workspace:*", "@mendix/widget-plugin-component-kit": "workspace:*", "classnames": "^2.5.1", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/pluggableWidgets/custom-chart-web/package.json b/packages/pluggableWidgets/custom-chart-web/package.json index c202683723..2f31d907cd 100644 --- a/packages/pluggableWidgets/custom-chart-web/package.json +++ b/packages/pluggableWidgets/custom-chart-web/package.json @@ -49,7 +49,7 @@ "@mendix/widget-plugin-mobx-kit": "workspace:*", "@mendix/widget-plugin-platform": "workspace:*", "classnames": "^2.5.1", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/pluggableWidgets/heatmap-chart-web/package.json b/packages/pluggableWidgets/heatmap-chart-web/package.json index 2e7426ce44..6e37ee588c 100644 --- a/packages/pluggableWidgets/heatmap-chart-web/package.json +++ b/packages/pluggableWidgets/heatmap-chart-web/package.json @@ -44,7 +44,7 @@ "@mendix/widget-plugin-component-kit": "workspace:*", "classnames": "^2.5.1", "date-fns": "^2.30.0", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/pluggableWidgets/line-chart-web/package.json b/packages/pluggableWidgets/line-chart-web/package.json index 589a248070..eeeca083e2 100644 --- a/packages/pluggableWidgets/line-chart-web/package.json +++ b/packages/pluggableWidgets/line-chart-web/package.json @@ -43,7 +43,7 @@ "@mendix/shared-charts": "workspace:*", "@mendix/widget-plugin-component-kit": "workspace:*", "classnames": "^2.5.1", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/pluggableWidgets/pie-doughnut-chart-web/package.json b/packages/pluggableWidgets/pie-doughnut-chart-web/package.json index 9fa2c4a801..e2a474336e 100644 --- a/packages/pluggableWidgets/pie-doughnut-chart-web/package.json +++ b/packages/pluggableWidgets/pie-doughnut-chart-web/package.json @@ -44,7 +44,7 @@ "@mendix/widget-plugin-component-kit": "workspace:*", "classnames": "^2.5.1", "date-fns": "^2.30.0", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/pluggableWidgets/time-series-chart-web/package.json b/packages/pluggableWidgets/time-series-chart-web/package.json index 8b21b895a2..6e08df4dd8 100644 --- a/packages/pluggableWidgets/time-series-chart-web/package.json +++ b/packages/pluggableWidgets/time-series-chart-web/package.json @@ -43,7 +43,7 @@ "@mendix/shared-charts": "workspace:*", "@mendix/widget-plugin-component-kit": "workspace:*", "classnames": "^2.5.1", - "plotly.js-dist-min": "^3.0.0" + "plotly.js-dist-min": "^3.0.3" }, "devDependencies": { "@happy-dom/jest-environment": "^18.0.1", diff --git a/packages/shared/charts/package.json b/packages/shared/charts/package.json index d24ec41ac5..ec889af0bd 100644 --- a/packages/shared/charts/package.json +++ b/packages/shared/charts/package.json @@ -36,7 +36,7 @@ "dependencies": { "classnames": "^2.5.1", "deepmerge": "^4.3.1", - "plotly.js-dist-min": "^3.0.0", + "plotly.js-dist-min": "^3.0.3", "react-plotly.js": "^2.6.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 054ac8ba19..8827354ac7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -461,8 +461,8 @@ importers: specifier: ^2.5.1 version: 2.5.1 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -560,8 +560,8 @@ importers: specifier: ^2.5.1 version: 2.5.1 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -634,8 +634,8 @@ importers: specifier: ^2.5.1 version: 2.5.1 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -892,8 +892,8 @@ importers: specifier: ^2.5.1 version: 2.5.1 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -984,8 +984,8 @@ importers: specifier: ^2.5.1 version: 2.5.1 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -1540,8 +1540,8 @@ importers: specifier: ^2.30.0 version: 2.30.0 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -1667,8 +1667,8 @@ importers: specifier: ^2.5.1 version: 2.5.1 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -1805,8 +1805,8 @@ importers: specifier: ^2.30.0 version: 2.30.0 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -2240,8 +2240,8 @@ importers: specifier: ^2.5.1 version: 2.5.1 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 devDependencies: '@happy-dom/jest-environment': specifier: ^18.0.1 @@ -2398,8 +2398,8 @@ importers: specifier: ^4.3.1 version: 4.3.1 plotly.js-dist-min: - specifier: ^3.0.0 - version: 3.0.1 + specifier: ^3.0.3 + version: 3.0.3 react-plotly.js: specifier: ^2.6.0 version: 2.6.0(plotly.js@3.0.1(mapbox-gl@1.13.3)(webpack@5.94.0))(react@18.2.0) @@ -9306,8 +9306,8 @@ packages: engines: {node: '>=18'} hasBin: true - plotly.js-dist-min@3.0.1: - resolution: {integrity: sha512-RReOqr6TfoHaTbVAoHR1UbTCOSRDsQ7Hbthd+3XAxOwaKmxCE3oejMhLG7urQSqWC65DAcSKV23kZd8e+7mG7w==} + plotly.js-dist-min@3.0.3: + resolution: {integrity: sha512-Y6sbdBbRPebY0bDu7IPtfJivbHDBVPE4T/5rLtwuckH2Hh+69q2lLycKRoJ8pnaZQ8rR1vgPWgbfrWY575cEZg==} plotly.js@3.0.1: resolution: {integrity: sha512-eWEUkqdv4sblmUQJ7xGlEA+LghzEVPJOlPBZMJuagG0CsQxlmBb+7rd0UFVig5jhRnN8PQqRQaLv6qXIjnvzgg==} @@ -19773,7 +19773,7 @@ snapshots: optionalDependencies: fsevents: 2.3.2 - plotly.js-dist-min@3.0.1: {} + plotly.js-dist-min@3.0.3: {} plotly.js@3.0.1(mapbox-gl@1.13.3)(webpack@5.94.0): dependencies: