From ccd182aed90ec8f6d34beed58688a8290c7cd92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:06:22 +0000 Subject: [PATCH] Bump chartjs-chart-sankey from 0.13.0 to 0.14.0 Bumps [chartjs-chart-sankey](https://github.com/kurkle/chartjs-chart-sankey) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/kurkle/chartjs-chart-sankey/releases) - [Commits](https://github.com/kurkle/chartjs-chart-sankey/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: chartjs-chart-sankey dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- resources/assets/v2/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bd6d1889d..73f9f16756 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4501,10 +4501,9 @@ } }, "node_modules/chartjs-chart-sankey": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/chartjs-chart-sankey/-/chartjs-chart-sankey-0.13.0.tgz", - "integrity": "sha512-RnmdWdVHj6vlwBsUfdxdO4LCguhzaUplun3Goudva4AgSCkicKS8Zt/gPQWi2i/FmBTYIOuNoYe6GtY+xleJiA==", - "license": "MIT", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/chartjs-chart-sankey/-/chartjs-chart-sankey-0.14.0.tgz", + "integrity": "sha512-MrU3lE73TE9kALy4MjWFlfcwf4R1EN/DBvhHxmv9n4AHap//JLKjlJTLIZwHsUjDsYo0B8PuMkrJODwfirEZUA==", "peerDependencies": { "chart.js": ">=3.3.0" } @@ -12169,7 +12168,7 @@ "bootstrap5-tags": "^1.7", "chart.js": "^4.4.0", "chartjs-adapter-date-fns": "^3.0.0", - "chartjs-chart-sankey": "^0.13.0", + "chartjs-chart-sankey": "^0.14.0", "date-fns": "^4.0.0", "i18next": "^24.0.0", "i18next-chained-backend": "^4.6.2", diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index 6562033e25..5352f5f411 100644 --- a/resources/assets/v2/package.json +++ b/resources/assets/v2/package.json @@ -29,7 +29,7 @@ "bootstrap5-tags": "^1.7", "chart.js": "^4.4.0", "chartjs-adapter-date-fns": "^3.0.0", - "chartjs-chart-sankey": "^0.13.0", + "chartjs-chart-sankey": "^0.14.0", "date-fns": "^4.0.0", "i18next": "^24.0.0", "i18next-chained-backend": "^4.6.2",