From 78346be91ae9ad38022b00c29a1065c08357d81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:54:18 +0000 Subject: [PATCH] chore(deps): bump plotly.js-dist-min from 2.35.3 to 3.0.1 Bumps [plotly.js-dist-min](https://github.com/plotly/plotly.js) from 2.35.3 to 3.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: plotly.js-dist-min dependency-version: 3.0.1 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 48f3761..11571c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@types/plotly.js": "2.35.4", "@types/plotly.js-dist-min": "2.3.4", "@types/webextension-polyfill": "^0.12.3", - "plotly.js-dist-min": "2.35.3" + "plotly.js-dist-min": "3.0.1" }, "devDependencies": { "release-it": "^19.0.4", @@ -4299,9 +4299,9 @@ } }, "node_modules/plotly.js-dist-min": { - "version": "2.35.3", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.35.3.tgz", - "integrity": "sha512-sz2HLP8gkysLx/BanM2PtJTtZ1PLPwdHwMWNri2YxLBy3IOeuDsVQtlmWa4hoK3j/fi4naaD3uZJqH5ozM3zGg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-3.0.1.tgz", + "integrity": "sha512-RReOqr6TfoHaTbVAoHR1UbTCOSRDsQ7Hbthd+3XAxOwaKmxCE3oejMhLG7urQSqWC65DAcSKV23kZd8e+7mG7w==", "license": "MIT" }, "node_modules/postcss": { diff --git a/package.json b/package.json index b563f4c..2446363 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "@types/plotly.js-dist-min": "2.3.4", "@types/plotly.js": "2.35.4", "@types/webextension-polyfill": "^0.12.3", - "plotly.js-dist-min": "2.35.3" + "plotly.js-dist-min": "3.0.1" } }