From 36a20a0eb4d6851a740f2a4731913ef1c53a48a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:46:41 +0000 Subject: [PATCH] build(deps): bump plotly.js from 2.35.3 to 3.4.0 Bumps [plotly.js](https://github.com/plotly/plotly.js) from 2.35.3 to 3.4.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/v2.35.3...v3.4.0) --- updated-dependencies: - dependency-name: plotly.js dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f06816907..5ac8496ec 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "plotly.js": "2.35.3" + "plotly.js": "3.4.0" } }