From 8b2bb3a1e3800fc61ba83e9649c720be9f30a24c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 07:03:44 +0000 Subject: [PATCH] Update dependency react-i18next to v13.2.2 --- .changelog/845.internal.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .changelog/845.internal.md diff --git a/.changelog/845.internal.md b/.changelog/845.internal.md new file mode 100644 index 000000000..e7c668a48 --- /dev/null +++ b/.changelog/845.internal.md @@ -0,0 +1 @@ +Update dependency react-i18next to v13.2.2 diff --git a/package.json b/package.json index f59176ac3..3ab40504c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "i18next": "23.4.6", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "13.2.1", + "react-i18next": "13.2.2", "react-quick-pinch-zoom": "4.9.0", "react-redux": "8.1.2", "react-router-dom": "6.15.0", diff --git a/yarn.lock b/yarn.lock index f523021f9..188f9f7a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10709,10 +10709,10 @@ react-error-overlay@6.0.9: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== -react-i18next@13.2.1: - version "13.2.1" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.2.1.tgz#57cf7c07778281bdb1e0a1fd60ca5fcc35c0a786" - integrity sha512-XhMsnGgJnytWfi2Q70HMYfm+zysPUu1Pz+It6I87WwaeclGY+W8W1c11uENEMNg+Xb+mNrGuo8GEDuQDOgO+oQ== +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== dependencies: "@babel/runtime" "^7.22.5" html-parse-stringify "^3.0.1"