From 15b1b67effd31904f0dd04eafa4175be5485f5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 06:19:27 +0000 Subject: [PATCH 1/3] 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.2.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.2.0) Updates `react-i18next` from 12.2.2 to 13.0.2 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.2.2...v13.0.2) --- 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-major dependency-group: react ... Signed-off-by: dependabot[bot] --- site/package.json | 4 ++-- site/yarn.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/site/package.json b/site/package.json index e2f46bf869b69..ed5149d0f4842 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.2.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": "13.0.2", "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 f3732a5a6b830..2240297c80c6f 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -9861,10 +9861,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.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-5.2.0.tgz#43c1e3549071c00a1a083ecbd26c1ad34d385f5d" + integrity sha512-98iN5aguJyVSxp5U3CblRLH67J8gkfyGNbiK3c+l1QI/G4irHMPQw44aEPmjVag+YKTyQ260NcF82GTQ3bdscA== react-color@2.19.3: version "2.19.3" @@ -9962,12 +9962,12 @@ 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@13.0.2: + version "13.0.2" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.0.2.tgz#1708a9bdabc1fe1dd4a8534f4c3a80ab784b01e9" + integrity sha512-NEVxC32v0oR4egwYM0QM0WE93AiJG5r0NTXTL8mhQfAhsMfDS2fSO6jpluyfsfypP988KzUQrAXncspcJ7+GHA== dependencies: - "@babel/runtime" "^7.20.6" + "@babel/runtime" "^7.22.5" html-parse-stringify "^3.0.1" react-inspector@^6.0.0, react-inspector@^6.0.1: From 6cc6619595c4a76a40005c01d000710e04820f8a Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 24 Jul 2023 12:55:29 +0300 Subject: [PATCH 2/3] Update package.json --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index ed5149d0f4842..25ff8959de6cf 100644 --- a/site/package.json +++ b/site/package.json @@ -80,7 +80,7 @@ "react-dom": "18.2.0", "react-headless-tabs": "6.0.3", "react-helmet-async": "1.3.0", - "react-i18next": "13.0.2", + "react-i18next": "12.2.2", "react-markdown": "8.0.3", "react-router-dom": "6.14.1", "react-syntax-highlighter": "15.5.0", From 4f627ed1fd6398d682bed36ef14a9328db3f2bf6 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 24 Jul 2023 09:56:17 +0000 Subject: [PATCH 3/3] fix --- site/yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/yarn.lock b/site/yarn.lock index 2240297c80c6f..4c2e6ecb5c922 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -9962,12 +9962,12 @@ react-helmet-async@1.3.0: react-fast-compare "^3.2.0" shallowequal "^1.1.0" -react-i18next@13.0.2: - version "13.0.2" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.0.2.tgz#1708a9bdabc1fe1dd4a8534f4c3a80ab784b01e9" - integrity sha512-NEVxC32v0oR4egwYM0QM0WE93AiJG5r0NTXTL8mhQfAhsMfDS2fSO6jpluyfsfypP988KzUQrAXncspcJ7+GHA== +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== dependencies: - "@babel/runtime" "^7.22.5" + "@babel/runtime" "^7.20.6" html-parse-stringify "^3.0.1" react-inspector@^6.0.0, react-inspector@^6.0.1: