From a9f52c19288ba6e3b22f66bf1c068a86160b460a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 03:35:22 +0000 Subject: [PATCH] Bump plotly.js-dist-min from 3.5.1 to 3.7.0 in /vue Bumps [plotly.js-dist-min](https://github.com/plotly/plotly.js) from 3.5.1 to 3.7.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/v3.5.1...v3.7.0) --- updated-dependencies: - dependency-name: plotly.js-dist-min dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package-lock.json | 8 ++++---- vue/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vue/package-lock.json b/vue/package-lock.json index f028fe5e..03da5845 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -20,7 +20,7 @@ "luxon": "^3.7.2", "marked": "^18.0.5", "pinia": "^3.0.4", - "plotly.js-dist-min": "^3.5.1", + "plotly.js-dist-min": "^3.7.0", "primeicons": "^7.0.0", "primelocale": "^2.3.2", "primevue": "^4.5.5", @@ -10728,9 +10728,9 @@ } }, "node_modules/plotly.js-dist-min": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-3.5.1.tgz", - "integrity": "sha512-N2R4RXKFSRTapdMc/+CDIbvcgFk3HNhs3tR6cKK499tNrSo7C3X7p20Wqi7qpf03s+3oH+DC/hDINYlsE8hxxA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-3.7.0.tgz", + "integrity": "sha512-IRWNnBJZmKss3URDnicBK2nvt/VTSi/MD1GnUscAYFjwSuN6g/CTde5R1UC0RYtblehj8rkT4BL8r05e/c8j5Q==", "license": "MIT" }, "node_modules/pngjs": { diff --git a/vue/package.json b/vue/package.json index d38d342c..8c6ea627 100644 --- a/vue/package.json +++ b/vue/package.json @@ -87,7 +87,7 @@ "luxon": "^3.7.2", "marked": "^18.0.5", "pinia": "^3.0.4", - "plotly.js-dist-min": "^3.5.1", + "plotly.js-dist-min": "^3.7.0", "primeicons": "^7.0.0", "primelocale": "^2.3.2", "primevue": "^4.5.5",