From 3053fa491833d0b69216c3a9658def387c590b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:13:27 +0000 Subject: [PATCH] Bump chartjs-plugin-dragdata from 2.2.4 to 2.2.5 Bumps [chartjs-plugin-dragdata](https://github.com/chrispahm/chartjs-plugin-dragdata) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/chrispahm/chartjs-plugin-dragdata/releases) - [Commits](https://github.com/chrispahm/chartjs-plugin-dragdata/commits) --- updated-dependencies: - dependency-name: chartjs-plugin-dragdata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1738953..dce8569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chart.js": "^3.8.0", "chartjs-plugin-datalabels": "^2.1.0", - "chartjs-plugin-dragdata": "^2.2.4", + "chartjs-plugin-dragdata": "^2.2.5", "chartjs-plugin-zoom": "^1.2.1", "electron": "^18.2.0", "electron-packager": "^15.5.1", @@ -821,9 +821,9 @@ } }, "node_modules/chart.js": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.8.0.tgz", - "integrity": "sha512-cr8xhrXjLIXVLOBZPkBZVF6NDeiVIrPLHcMhnON7UufudL+CNeRrD+wpYanswlm8NpudMdrt3CHoLMQMxJhHRg==" + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.9.1.tgz", + "integrity": "sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==" }, "node_modules/chartjs-plugin-datalabels": { "version": "2.1.0", @@ -834,11 +834,11 @@ } }, "node_modules/chartjs-plugin-dragdata": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/chartjs-plugin-dragdata/-/chartjs-plugin-dragdata-2.2.4.tgz", - "integrity": "sha512-opoByfmp2LN7QPiAvwI/bci1Un++cwFUrazLUCmgE7qd39XjOJvdbmxxzv0buI7v5YRCbQwX5uBj0Hpw/JwMfA==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/chartjs-plugin-dragdata/-/chartjs-plugin-dragdata-2.2.5.tgz", + "integrity": "sha512-Q/wuzWVhKS5TJEGJbDxuw/z4sXh9sDaMgC9A4X2NWpThO5rKi71NfLbxo/OICPbI5e/z5lAHPdJYKzRFb1fcxA==", "dependencies": { - "chart.js": "^3.6.0", + "chart.js": "^3.9.1", "d3-drag": "^3.0.0", "d3-selection": "^3.0.0" } @@ -4293,9 +4293,9 @@ } }, "chart.js": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.8.0.tgz", - "integrity": "sha512-cr8xhrXjLIXVLOBZPkBZVF6NDeiVIrPLHcMhnON7UufudL+CNeRrD+wpYanswlm8NpudMdrt3CHoLMQMxJhHRg==" + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.9.1.tgz", + "integrity": "sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==" }, "chartjs-plugin-datalabels": { "version": "2.1.0", @@ -4304,11 +4304,11 @@ "requires": {} }, "chartjs-plugin-dragdata": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/chartjs-plugin-dragdata/-/chartjs-plugin-dragdata-2.2.4.tgz", - "integrity": "sha512-opoByfmp2LN7QPiAvwI/bci1Un++cwFUrazLUCmgE7qd39XjOJvdbmxxzv0buI7v5YRCbQwX5uBj0Hpw/JwMfA==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/chartjs-plugin-dragdata/-/chartjs-plugin-dragdata-2.2.5.tgz", + "integrity": "sha512-Q/wuzWVhKS5TJEGJbDxuw/z4sXh9sDaMgC9A4X2NWpThO5rKi71NfLbxo/OICPbI5e/z5lAHPdJYKzRFb1fcxA==", "requires": { - "chart.js": "^3.6.0", + "chart.js": "^3.9.1", "d3-drag": "^3.0.0", "d3-selection": "^3.0.0" } diff --git a/package.json b/package.json index d8f9543..7f555c9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "chart.js": "^3.8.0", "chartjs-plugin-datalabels": "^2.1.0", - "chartjs-plugin-dragdata": "^2.2.4", + "chartjs-plugin-dragdata": "^2.2.5", "chartjs-plugin-zoom": "^1.2.1", "electron": "^18.2.0", "electron-packager": "^15.5.1",