diff --git a/client/package-lock.json b/client/package-lock.json index 34b9c86963b..3f5cac070fb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16798,9 +16798,9 @@ } }, "react-i18next": { - "version": "11.11.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.1.tgz", - "integrity": "sha512-MtfzPEOvx0ev2cz0HmrEcduuqkktSa5bfeN8Flp0cvN0xP3H3MRSTa8P6pxPtqstHbRe1cD9QBOr5T/FEV2gOw==", + "version": "11.11.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.2.tgz", + "integrity": "sha512-42tWoD0X12mJyYtTnK99Hihi2nCc3WIJ23WpUiDwojTWj7w5rfa/cCqo57QLhTFOoYSpG+ydr6Cr1hjtkvmVPw==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index 969e83eb958..86863f51a06 100644 --- a/client/package.json +++ b/client/package.json @@ -99,7 +99,7 @@ "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hotkeys": "2.0.0", - "react-i18next": "11.11.1", + "react-i18next": "11.11.2", "react-instantsearch-dom": "6.12.0", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.43.0",