From 0a5e0995f8fd8cf218f6d75f3bc896ec6dffc8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:09:16 +0000 Subject: [PATCH] build(deps): bump chart.js from 4.4.5 to 4.4.6 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.5 to 4.4.6. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.5...v4.4.6) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 276b452..7b72322 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "chart.js": "^4.4.5" + "chart.js": "^4.4.6" } } diff --git a/yarn.lock b/yarn.lock index ede0515..70e7dbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -713,10 +713,10 @@ chalk@^4.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chart.js@^4.4.5: - version "4.4.5" - resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-4.4.5.tgz#6acd3dd74759e6e1e42275572eaedad3918221d1" - integrity sha512-CVVjg1RYTJV9OCC8WeJPMx8gsV8K6WIyIEQUE3ui4AR9Hfgls9URri6Ja3hyMVBbTF8Q2KFa19PE815gWcWhng== +chart.js@^4.4.6: + version "4.4.6" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-4.4.6.tgz#da39b84ca752298270d4c0519675c7659936abec" + integrity sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA== dependencies: "@kurkle/color" "^0.3.0"