From a8f65f42fc5283b4d20a2b929fd972f10696a509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:22:09 +0000 Subject: [PATCH] Bump chartjs-chart-sankey from 0.12.1 to 0.13.0 Bumps [chartjs-chart-sankey](https://github.com/kurkle/chartjs-chart-sankey) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/kurkle/chartjs-chart-sankey/releases) - [Commits](https://github.com/kurkle/chartjs-chart-sankey/compare/v0.12.1...v0.13.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 | 8 ++++---- resources/assets/v2/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed67fd3b3e..f71fc15f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4135,9 +4135,9 @@ } }, "node_modules/chartjs-chart-sankey": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/chartjs-chart-sankey/-/chartjs-chart-sankey-0.12.1.tgz", - "integrity": "sha512-OhrNTEpzEoYaoBW4dp136mnhB9Gf52bKVzqCY41RpH4vvRo04haCsDVYDnHFNWJkBDaKYXd+fzBnVlspU0ZuEw==", + "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==", "peerDependencies": { "chart.js": ">=3.3.0" } @@ -11032,7 +11032,7 @@ "bootstrap5-tags": "^1.7", "chart.js": "^4.4.0", "chartjs-adapter-date-fns": "^3.0.0", - "chartjs-chart-sankey": "^0.12.1", + "chartjs-chart-sankey": "^0.13.0", "date-fns": "^4.0.0", "i18next": "^23.15.2", "i18next-chained-backend": "^4.6.2", diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index 6fe63c82b8..09ee42b3f7 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.12.1", + "chartjs-chart-sankey": "^0.13.0", "date-fns": "^4.0.0", "i18next": "^23.15.2", "i18next-chained-backend": "^4.6.2",