From 771763d814dd162f84c3f292621e12a70039c8c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:40:01 +0000 Subject: [PATCH] build(deps): bump plotly.js-dist from 2.24.3 to 2.27.1 Bumps [plotly.js-dist](https://github.com/plotly/plotly.js) from 2.24.3 to 2.27.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.24.3...v2.27.1) --- updated-dependencies: - dependency-name: plotly.js-dist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17b2e2b..c63bc5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "jquery": "^3.7.0", "jsoneditor": "^9.10.2", "jsonpath": "^1.1.1", - "plotly.js-dist": "^2.24.3", + "plotly.js-dist": "^2.27.1", "vis-data": "^7.1.6", "vis-network": "^9.1.6" }, @@ -7285,9 +7285,9 @@ } }, "node_modules/plotly.js-dist": { - "version": "2.24.3", - "resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.24.3.tgz", - "integrity": "sha512-ryz/Wn8FcR7c0t7Yb9WZlK6QUJJCAqLKYNexFdYc69A6R9U13HQRXypPeKZ+b657Aos8sgqaOn9FnY5yO5x6rQ==" + "version": "2.27.1", + "resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.27.1.tgz", + "integrity": "sha512-0ANRbzVXbi4H01njmpOSPSUoo6NVTZC/gJJhn4J2lUx6Woc5j1Fye3A0+VwXYV2+UxCEU7WTkyaI2y8l4bCu4A==" }, "node_modules/postcss": { "version": "8.4.16", @@ -17194,9 +17194,9 @@ "dev": true }, "plotly.js-dist": { - "version": "2.24.3", - "resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.24.3.tgz", - "integrity": "sha512-ryz/Wn8FcR7c0t7Yb9WZlK6QUJJCAqLKYNexFdYc69A6R9U13HQRXypPeKZ+b657Aos8sgqaOn9FnY5yO5x6rQ==" + "version": "2.27.1", + "resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.27.1.tgz", + "integrity": "sha512-0ANRbzVXbi4H01njmpOSPSUoo6NVTZC/gJJhn4J2lUx6Woc5j1Fye3A0+VwXYV2+UxCEU7WTkyaI2y8l4bCu4A==" }, "postcss": { "version": "8.4.16", diff --git a/package.json b/package.json index 9207274..cdef288 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "jquery": "^3.7.0", "jsoneditor": "^9.10.2", "jsonpath": "^1.1.1", - "plotly.js-dist": "^2.24.3", + "plotly.js-dist": "^2.27.1", "vis-data": "^7.1.6", "vis-network": "^9.1.6" },