From 794000403dc65c6b00414f3242ef15ff322d4f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 08:23:56 +0000 Subject: [PATCH] chore(deps): Bump react-chartjs-2 from 4.3.1 to 5.0.0 Bumps [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/reactchartjs/react-chartjs-2/releases) - [Changelog](https://github.com/reactchartjs/react-chartjs-2/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactchartjs/react-chartjs-2/compare/v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: react-chartjs-2 dependency-type: direct:production update-type: version-update:semver-major ... 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 1f94ac6..78dfd01 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "less": "^4.1.2", "plausible-tracker": "^0.3.8", "react": "^18.2.0", - "react-chartjs-2": "^4.3.1", + "react-chartjs-2": "^5.0.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-router-dom": "6.2.1", diff --git a/yarn.lock b/yarn.lock index a95f2b3..c0d64dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2562,10 +2562,10 @@ queue-microtask@^1.2.2: resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== -react-chartjs-2@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-4.3.1.tgz#9941e7397fb963f28bb557addb401e9ff96c6681" - integrity sha512-5i3mjP6tU7QSn0jvb8I4hudTzHJqS8l00ORJnVwI2sYu0ihpj83Lv2YzfxunfxTZkscKvZu2F2w9LkwNBhj6xA== +react-chartjs-2@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-5.0.0.tgz#bd55afc982b09241f248caa0fa9cc5c8f4acff1a" + integrity sha512-cA9dd1P4hHOfb4lpxaT6ghmfk3ZW0JgL94BpEf5sTTWFeeykNw3HgddcnTjFOikva9tLSnYTPE2b43cAUKZx5Q== react-dom@^18.2.0: version "18.2.0"