From 2442c8ccdec75274d9b0cbadea6625f628d79dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:30:39 -0400 Subject: [PATCH] build(deps): bump plotly.js from 2.35.0 to 2.35.2 (#35) Bumps [plotly.js](https://github.com/plotly/plotly.js) from 2.35.0 to 2.35.2. - [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.0...v2.35.2) --- updated-dependencies: - dependency-name: plotly.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6412e127..91d78c4d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "plotly.js": "2.35.0" + "plotly.js": "2.35.2" } }