From f29d31d0b9abc965fe3332433328abc374f4a7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:20:04 +0000 Subject: [PATCH] Bump plotly.js-dist-min from 2.35.3 to 3.1.1 Bumps [plotly.js-dist-min](https://github.com/plotly/plotly.js) from 2.35.3 to 3.1.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.1.1) --- updated-dependencies: - dependency-name: plotly.js-dist-min dependency-version: 3.1.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 ae4a1386..593eb0bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5", "happy-dom": "17.4.4", - "plotly.js-dist-min": "^2.33.0", + "plotly.js-dist-min": "^3.1.1", "rxjs": "^7.8.1", "zone.js": "^0.15.0" }, @@ -21521,9 +21521,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.1.1", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-3.1.1.tgz", + "integrity": "sha512-eyuiESylUXW4kaF+v9J2gy9eZ+YT2uSVLILM4w1Afxnuv9u4UX9OnZnHR1OdF9ybq4x7+9chAzWUUbQ6HvBb3g==", "license": "MIT" }, "node_modules/portfinder": { diff --git a/package.json b/package.json index 92cf577e..dbf434c6 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5", "happy-dom": "17.4.4", - "plotly.js-dist-min": "^2.33.0", + "plotly.js-dist-min": "^3.1.1", "rxjs": "^7.8.1", "zone.js": "^0.15.0" },