From 2c37474e5c8d6f96497f34664e45ecdd36f7327e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:19:45 +0000 Subject: [PATCH] chore(deps): Bump plotly.js from 2.26.0 to 2.26.2 Bumps [plotly.js](https://github.com/plotly/plotly.js) from 2.26.0 to 2.26.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.26.0...v2.26.2) --- updated-dependencies: - dependency-name: plotly.js dependency-type: direct:production update-type: version-update:semver-patch ... 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 d18b1a4ee..57b209753 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "object-hash": "^3.0.0", "path-browserify": "^1.0.1", "platform": "^1.3.6", - "plotly.js": "^2.26.0", + "plotly.js": "^2.26.2", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^9.1.3", "prop-types": "^15.8.1", @@ -19859,9 +19859,9 @@ "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" }, "node_modules/plotly.js": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-2.26.0.tgz", - "integrity": "sha512-FRIi4Tek9SDZRv2y0ONuPjojkAnUFC7mIOgBeBw2qtBHYoPWGbpUqz4nWK8BoRhFYUg53lsrgGQWzntSeeX8IQ==", + "version": "2.26.2", + "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-2.26.2.tgz", + "integrity": "sha512-HJv4n1I1SFTmY1+kzkLzrRyqqWVJ6r0JekvPKP0XtxITr8jugMJNJBFiErlKiPvSz8hcDEMwys5QIdFsK57KYw==", "dependencies": { "@plotly/d3": "3.8.1", "@plotly/d3-sankey": "0.7.2", diff --git a/package.json b/package.json index b958ad575..2723e4d6c 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "object-hash": "^3.0.0", "path-browserify": "^1.0.1", "platform": "^1.3.6", - "plotly.js": "^2.26.0", + "plotly.js": "^2.26.2", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^9.1.3", "prop-types": "^15.8.1",