diff --git a/client/package-lock.json b/client/package-lock.json index 0142b9b3a6..1feee691bf 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16819,9 +16819,9 @@ } }, "react-i18next": { - "version": "11.11.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.2.tgz", - "integrity": "sha512-42tWoD0X12mJyYtTnK99Hihi2nCc3WIJ23WpUiDwojTWj7w5rfa/cCqo57QLhTFOoYSpG+ydr6Cr1hjtkvmVPw==", + "version": "11.11.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.3.tgz", + "integrity": "sha512-upzG5/SpyOlYP5oSF4K8TZBvDWVhnCo38JNV+KnWjrg0+IaJCBltyh6lRGZDO5ovLyA4dU6Ip0bwbUCjb6Yyxw==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index 2dbd3fa96c..e21a6a556f 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.2", + "react-i18next": "11.11.3", "react-instantsearch-dom": "6.12.0", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.43.0",