From ca3e7d34f5bdba057c50ad242fd165d741a9aa54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:03:27 +0100 Subject: [PATCH] Upgrade: Bump chart.js from 4.4.3 to 4.4.4 (#4788) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.3 to 4.4.4.
Release notes

Sourced from chart.js's releases.

v4.4.4

Essential Links

Bugs Fixed

Types

Documentation

Development

Thanks to @​CatchABus, @​LeeLenaleee, @​MichelHMachado, @​artus9033, @​huqingkun, @​jdufresne and @​joliss

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chart.js&package-manager=npm_and_yarn&previous-version=4.4.3&new-version=4.4.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 404448edcf..fcfb4e4987 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tailwindcss/typography": "^0.5.14", "autoprefixer": "^10.4.20", "browserslist": "^4.23.3", - "chart.js": "^4.4.3", + "chart.js": "^4.4.4", "chartjs-plugin-crosshair": "^2.0.0", "chartjs-plugin-tailwindcss-colors": "^0.2.4", "chokidar": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index d93b8f7337..f3bbf52188 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1391,12 +1391,12 @@ __metadata: languageName: node linkType: hard -"chart.js@npm:^4.4.3": - version: 4.4.3 - resolution: "chart.js@npm:4.4.3" +"chart.js@npm:^4.4.4": + version: 4.4.4 + resolution: "chart.js@npm:4.4.4" dependencies: "@kurkle/color": "npm:^0.3.0" - checksum: 10c0/910113b07983d1b2f52689afcd88d0c5fecbd30fbbe89f4e122d78397fd4521e1563fd6d80f7742a391abe7cfbfa8deaf12c58b83c9636431fa77e7285d85c2e + checksum: 10c0/9fa3206403a6103916f7762c2665d322c42b0cc07fba91526b1d033ddb887c1ba74b3ebc0bd0748a9e55abd1017f25fdb2292cdd6579d8c2d3bcb1c58f71281c languageName: node linkType: hard @@ -5545,7 +5545,7 @@ __metadata: "@tailwindcss/typography": "npm:^0.5.14" autoprefixer: "npm:^10.4.20" browserslist: "npm:^4.23.3" - chart.js: "npm:^4.4.3" + chart.js: "npm:^4.4.4" chartjs-plugin-crosshair: "npm:^2.0.0" chartjs-plugin-tailwindcss-colors: "npm:^0.2.4" chokidar: "npm:^3.6.0"