diff --git a/.changelog/780.internal.md b/.changelog/780.internal.md new file mode 100644 index 000000000..e4df767c0 --- /dev/null +++ b/.changelog/780.internal.md @@ -0,0 +1 @@ +Update dependency react-i18next to v13.0.3 diff --git a/package.json b/package.json index ba06c29ec..5ec0890ce 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "i18next": "23.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "13.0.2", + "react-i18next": "13.0.3", "react-quick-pinch-zoom": "4.9.0", "react-redux": "8.1.1", "react-router-dom": "6.14.1", diff --git a/yarn.lock b/yarn.lock index b3ccd4455..b30e32970 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10476,10 +10476,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.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"