From d3f0b722ffaf78ff614d1b6e89ad211c9b664e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 08:33:10 +0000 Subject: [PATCH] Bump react-i18next from 13.0.2 to 13.0.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.0.2 to 13.0.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.0.2...v13.0.3) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 0e23c634c..236332af9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-hook-form": "^7.45.2", - "react-i18next": "^13.0.2", + "react-i18next": "^13.0.3", "react-ipgeolocation": "^1.4.0", "react-konva": "^17.0.2-6", "react-masonry-component": "^6.3.0", diff --git a/yarn.lock b/yarn.lock index fd7135408..6e6693d6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4412,10 +4412,10 @@ react-hook-form@^7.45.2: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.45.2.tgz#c757f3d5e633ccb186443d57c10fc511df35721a" integrity sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A== -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@^13.0.3: + version "13.0.3" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.0.3.tgz#8eedc5c2ab57f4641540778cc7373c8ed891523c" + integrity sha512-/t4kt4Y2o+21hbvx+o9zpVnmoiud7KLDncyZFGN0U6TGAWYaXdTsp/ytAHFcKKSAODg4noIMaOO3X7bMgCqLHw== dependencies: "@babel/runtime" "^7.22.5" html-parse-stringify "^3.0.1"