From ef9f2f2b9c78b17f886f54ecbaa178c529c738cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:05:25 +0000 Subject: [PATCH] Bump plotly.js-dist from 2.34.0 to 2.35.2 in /GUI Bumps [plotly.js-dist](https://github.com/plotly/plotly.js) from 2.34.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.34.0...v2.35.2) --- updated-dependencies: - dependency-name: plotly.js-dist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- GUI/package-lock.json | 9 ++++----- GUI/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/GUI/package-lock.json b/GUI/package-lock.json index 9388b76..03bd424 100644 --- a/GUI/package-lock.json +++ b/GUI/package-lock.json @@ -19,7 +19,7 @@ "mathjax": "^3.2.2", "ml-matrix": "^6.11.1", "ms": "^2.1.3", - "plotly.js-dist": "^2.34.0", + "plotly.js-dist": "^2.35.2", "update-electron-app": "^3.0.0" }, "devDependencies": { @@ -2735,10 +2735,9 @@ } }, "node_modules/plotly.js-dist": { - "version": "2.34.0", - "resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.34.0.tgz", - "integrity": "sha512-FZR9QT60vtE1ocdSIfop+zDIJEoy1lejwOvAjTSy+AmE4GZ//rW1nnIXwCRv4o9ejfzWq++lQMu6FJf9G+NtFg==", - "license": "MIT" + "version": "2.35.2", + "resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.35.2.tgz", + "integrity": "sha512-zbKfz7jXGcLGoyPJxjGrKLttPiqvsEjIMHON/dEU/mnOJ+/yYoEctEEQ3qp5zQmvoovw1L47kCsQpq/GTbejBA==" }, "node_modules/pngjs": { "version": "7.0.0", diff --git a/GUI/package.json b/GUI/package.json index 723cfba..63ce55f 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -47,7 +47,7 @@ "mathjax": "^3.2.2", "ml-matrix": "^6.11.1", "ms": "^2.1.3", - "plotly.js-dist": "^2.34.0", + "plotly.js-dist": "^2.35.2", "update-electron-app": "^3.0.0" }, "devDependencies": {