From f141a5f2f7f6efea428476a623dbf814beb6eacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:43:42 +0000 Subject: [PATCH] chore(deps): bump plotly.js-dist-min in the npm-prod group Bumps the npm-prod group with 1 update: [plotly.js-dist-min](https://github.com/plotly/plotly.js). Updates `plotly.js-dist-min` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/plotly/plotly.js/releases) - [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.js/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: plotly.js-dist-min dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-prod ... 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 9792fcd..06ddb88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@tanstack/react-query": "^5.101.2", - "plotly.js-dist-min": "^3.6.0", + "plotly.js-dist-min": "^3.7.0", "react": "^19.2.7", "react-dom": "^19.2.7" }, @@ -3772,9 +3772,9 @@ } }, "node_modules/plotly.js-dist-min": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-3.6.0.tgz", - "integrity": "sha512-VR9jO2YdcEwbzVwtRyPE0eAieXFv1x5q6M9nnIgUS8FggahPrjiID6kzpnTYABwLX0gZkgEc0zxS6gQgVmgHzw==", + "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==", "license": "MIT" }, "node_modules/possible-typed-array-names": { diff --git a/package.json b/package.json index 8338df0..fb6cae6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@tanstack/react-query": "^5.101.2", - "plotly.js-dist-min": "^3.6.0", + "plotly.js-dist-min": "^3.7.0", "react": "^19.2.7", "react-dom": "^19.2.7" }