From 96f9fa9025a4a064e191a608093303674e4507a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:37:48 +0000 Subject: [PATCH] Bump plotly.js from 2.25.1 to 2.25.2 Bumps [plotly.js](https://github.com/plotly/plotly.js) from 2.25.1 to 2.25.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.25.1...v2.25.2) --- updated-dependencies: - dependency-name: plotly.js dependency-type: direct:production ... 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 9b8d688..92dcac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "leaflet": "^1.7.1", "lodash": "^4.17.21", "nanoid": "^3.1.30", - "plotly.js": "^2.8.0", + "plotly.js": "^2.25.2", "prettier": "^2.5.1", "prop-types": "^15.7.2", "react": "^17.0.2", @@ -15498,9 +15498,9 @@ } }, "node_modules/plotly.js": { - "version": "2.25.1", - "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-2.25.1.tgz", - "integrity": "sha512-dcB+Ppln/AE68o8WfxqZccrKYKqj4TN5hwf7y4lr4YH1S2smM5EEcwxr5KPakbPp/0Fy4X459YJ3dQtjQOispA==", + "version": "2.25.2", + "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-2.25.2.tgz", + "integrity": "sha512-Pf6dPYGl21W7A3FTgLQ52fpgvrqGhCPDT3+612bxwg4QXlvxhnoFwvuhT1BRW/l2nbYGpRoUH79K54yf2vCMVQ==", "dependencies": { "@plotly/d3": "3.8.1", "@plotly/d3-sankey": "0.7.2", diff --git a/package.json b/package.json index 7a33da1..826bc31 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "leaflet": "^1.7.1", "lodash": "^4.17.21", "nanoid": "^3.1.30", - "plotly.js": "^2.8.0", + "plotly.js": "^2.25.2", "prettier": "^2.5.1", "prop-types": "^15.7.2", "react": "^17.0.2",