From 46e83047a164a7d629fc582f3d2f6f95f46351f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 04:06:16 +0000 Subject: [PATCH 1/2] chore(deps): bump react-i18next from 13.1.2 to 13.2.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.1.2 to 13.2.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.1.2...v13.2.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sites/lab/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sites/lab/package.json b/sites/lab/package.json index aead016b304..4fa72456296 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -48,7 +48,7 @@ "react": "18.2.0", "react-copy-to-clipboard": "5.1.0", "react-hotkeys-hook": "4.4.1", - "react-i18next": "13.1.2", + "react-i18next": "13.2.0", "react-instantsearch-dom": "6.40.4", "react-markdown": "8.0.7", "react-swipeable": "7.0.1", diff --git a/yarn.lock b/yarn.lock index 2901fae4842..fb93563cadb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11868,10 +11868,10 @@ react-hotkeys-hook@4.4.1: resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-4.4.1.tgz#1f7a7a1c9c21d4fa3280bf340fcca8fd77d81994" integrity sha512-sClBMBioFEgFGYLTWWRKvhxcCx1DRznd+wkFHwQZspnRBkHTgruKIHptlK/U/2DPX8BhHoRGzpMVWUXMmdZlmw== -react-i18next@13.1.2: - version "13.1.2" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.1.2.tgz#dbb1b18c364295af2a9072333ee4e0b43cbc2da8" - integrity sha512-D/OJ/8ZQYscabsvbCAiOgvJq8W3feQF/VIV0to1w7V7UvrUE1IZ3hcalOckUYvKBd7BP3b8EPm+hop3J8sS+Mw== +react-i18next@13.2.0: + version "13.2.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.2.0.tgz#9d7a574144738e46dd4c66573907f56942435ced" + integrity sha512-YD8xMc+I0jkHHLotd8ERMzZ53hMaCBVLCndbcbBveJn3FbppRP4jyYOAkmR8XItN01sTD9ilAjoEjpH1i42IgA== dependencies: "@babel/runtime" "^7.22.5" html-parse-stringify "^3.0.1" From 235df1f75e7658de8ba644718f1b8efdbb40cdee Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 23 Aug 2023 04:09:52 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/react-i18next-13.2.0 changes in config/dependencies.yaml --- config/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 794b226ba5e..ca7a7939d30 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -284,7 +284,7 @@ lab: 'react': *react 'react-copy-to-clipboard': *reactCopyToClipboard 'react-hotkeys-hook': *reactHotkeysHook - 'react-i18next': &reactI18next '13.1.2' + 'react-i18next': &reactI18next '13.2.0' 'react-instantsearch-dom': *reactInstantsearchDom 'react-markdown': *reactMarkdown 'react-swipeable': *reactSwipeable