From cd0e87f1334eed85f08d918429a6b839e66dc1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 20:12:25 +0000 Subject: [PATCH] Bump plotly.js-basic-dist from 2.5.0 to 2.5.1 Bumps [plotly.js-basic-dist](https://github.com/plotly/plotly.js) from 2.5.0 to 2.5.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.5.0...v2.5.1) --- updated-dependencies: - dependency-name: plotly.js-basic-dist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 384296ed..8a9d849d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9599,9 +9599,9 @@ } }, "plotly.js-basic-dist": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/plotly.js-basic-dist/-/plotly.js-basic-dist-2.5.0.tgz", - "integrity": "sha512-ndFEcw5HZnKRvUZqCNCBIkRnY0upGHluecJrrDGZppgUVaH24EqgHLHta96+DnT9Jp14tWO5/5KV2MD8bSb7YA==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/plotly.js-basic-dist/-/plotly.js-basic-dist-2.5.1.tgz", + "integrity": "sha512-UeJEKrJl5m0DllgvKLV8qFk83BOOJZv9SA37a/7lvfyNeXIdj+gpVe56+0Bm0oLpqZI/Uqf9vNABuXXnNgMVMQ==" }, "point-in-big-polygon": { "version": "2.0.0", diff --git a/package.json b/package.json index cc64241a..157f1b85 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "babel-plugin-wildcard": "^7.0.0", "bootstrap": "5.1.1", "jquery": "1.9.1 - 3", - "plotly.js-basic-dist": "2.5.0", + "plotly.js-basic-dist": "2.5.1", "popper.js": "^1.16.1", "react": "^16.12.0", "react-dom": "^16.12.0",