From 00d78ddd3ddcd94c07680fe457b090a7bdeb33a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:02:38 +0000 Subject: [PATCH] chore(deps): bump plotly.js-dist-min from 3.7.0 to 4.0.0 Bumps [plotly.js-dist-min](https://github.com/plotly/plotly.js) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/plotly/plotly.js/releases) - [Changelog](https://github.com/plotly/plotly.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.js/compare/v3.7.0...v4.0.0) --- updated-dependencies: - dependency-name: plotly.js-dist-min dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e84a3c1..f21ce51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@tanstack/react-query": "^5.102.8", - "plotly.js-dist-min": "^3.7.0", + "plotly.js-dist-min": "^4.0.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, @@ -3732,9 +3732,9 @@ } }, "node_modules/plotly.js-dist-min": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-3.7.0.tgz", - "integrity": "sha512-IRWNnBJZmKss3URDnicBK2nvt/VTSi/MD1GnUscAYFjwSuN6g/CTde5R1UC0RYtblehj8rkT4BL8r05e/c8j5Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-4.0.0.tgz", + "integrity": "sha512-Dm6Sr5aHaxDZ7HN6eLRBotMZ9zRYEd+eoimm27B8d2XOFiNpv0oO7QIE0WFwFAfPN16JHM/6do6kDbasB+ftbQ==", "license": "MIT" }, "node_modules/possible-typed-array-names": { diff --git a/package.json b/package.json index a32a740..bea249b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@tanstack/react-query": "^5.102.8", - "plotly.js-dist-min": "^3.7.0", + "plotly.js-dist-min": "^4.0.0", "react": "^19.2.8", "react-dom": "^19.2.8" },