From ea800926a542787995c25404c0a4e89ec760b0c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:47:53 +0000 Subject: [PATCH] Bump react-i18next from 13.2.2 to 13.3.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.2.2 to 13.3.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.2.2...v13.3.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... 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 eaf6c94a..be6ce7c8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-draggable": "^4.4.6", "react-dropzone": "^14.2.3", "react-hotkeys-hook": "^4.4.1", - "react-i18next": "^13.2.2", + "react-i18next": "^13.3.1", "react-joyride": "^2.5.5", "react-redux": "^7.2.9", "react-transition-group": "^4.4.5", diff --git a/yarn.lock b/yarn.lock index 989ade09..c2a0e39a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10109,10 +10109,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@*, react-i18next@^13.1.2, react-i18next@^13.2.2: - version "13.2.2" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.2.2.tgz#b1e78ed66a54f4bc819616f68b98221e1b1a1936" - integrity sha512-+nFUkbRByFwnrfDcYqvzBuaeZb+nACHx+fAWN/pZMddWOCJH5hoc21+Sa/N/Lqi6ne6/9wC/qRGOoQhJa6IkEQ== +react-i18next@*, react-i18next@^13.1.2, react-i18next@^13.3.1: + version "13.3.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.3.1.tgz#9b072bf4dd4cafb028e92315a8a1415f8034bdca" + integrity sha512-JAtYREK879JXaN9GdzfBI4yJeo/XyLeXWUsRABvYXiFUakhZJ40l+kaTo+i+A/3cKIED41kS/HAbZ5BzFtq/Og== dependencies: "@babel/runtime" "^7.22.5" html-parse-stringify "^3.0.1"