From f4d78a669ff3653b26a55cc4c63c5689f04a3346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:18:38 +0000 Subject: [PATCH] chore: bump the react group in /site with 2 updates Bumps the react group in /site with 2 updates: [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) and [react-i18next](https://github.com/i18next/react-i18next). Updates `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) Updates `react-i18next` from 12.2.2 to 12.3.1 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.2.2...v12.3.1) --- updated-dependencies: - dependency-name: react-chartjs-2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: react - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react ... Signed-off-by: dependabot[bot] --- site/package.json | 4 ++-- site/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/site/package.json b/site/package.json index 5320d89046a79..6c3c6f72d3138 100644 --- a/site/package.json +++ b/site/package.json @@ -74,13 +74,13 @@ "monaco-editor": "0.40.0", "pretty-bytes": "6.1.0", "react": "18.2.0", - "react-chartjs-2": "4.3.1", + "react-chartjs-2": "5.0.0", "react-color": "2.19.3", "react-confetti": "6.1.0", "react-dom": "18.2.0", "react-headless-tabs": "6.0.3", "react-helmet-async": "1.3.0", - "react-i18next": "12.2.2", + "react-i18next": "12.3.1", "react-markdown": "8.0.3", "react-router-dom": "6.14.1", "react-syntax-highlighter": "15.5.0", diff --git a/site/yarn.lock b/site/yarn.lock index 636eb08a2684f..e01b276ab3d07 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -9671,10 +9671,10 @@ raw-body@2.5.1: iconv-lite "0.4.24" unpipe "1.0.0" -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-color@2.19.3: version "2.19.3" @@ -9772,10 +9772,10 @@ react-helmet-async@1.3.0: react-fast-compare "^3.2.0" shallowequal "^1.1.0" -react-i18next@12.2.2: - version "12.2.2" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.2.2.tgz#38a6fad11acf4f2abfc5611bdb6b1918d0f47578" - integrity sha512-KBB6buBmVKXUWNxXHdnthp+38gPyBT46hJCAIQ8rX19NFL/m2ahte2KARfIDf2tMnSAL7wwck6eDOd/9zn6aFg== +react-i18next@12.3.1: + version "12.3.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.3.1.tgz#30134a41a2a71c61dc69c6383504929aed1c99e7" + integrity sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA== dependencies: "@babel/runtime" "^7.20.6" html-parse-stringify "^3.0.1"