diff --git a/client/package-lock.json b/client/package-lock.json index 177a23bcc..f52a50293 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -28,7 +28,7 @@ "notistack": "1.0.10", "react": "17.0.2", "react-dom": "17.0.2", - "react-i18next": "11.11.3", + "react-i18next": "11.11.4", "react-redux": "7.2.4", "react-redux-i18n": "1.9.3", "react-router-dom": "5.2.0", @@ -23317,9 +23317,9 @@ "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" }, "node_modules/react-i18next": { - "version": "11.11.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.3.tgz", - "integrity": "sha512-upzG5/SpyOlYP5oSF4K8TZBvDWVhnCo38JNV+KnWjrg0+IaJCBltyh6lRGZDO5ovLyA4dU6Ip0bwbUCjb6Yyxw==", + "version": "11.11.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.4.tgz", + "integrity": "sha512-ayWFlu8Sc7GAxW1PzMaPtzq+yiozWMxs0P1WeITNVzXAVRhC0Httkzw/IiODBta6seJRBCLrtUeFUSXhAIxlRg==", "dependencies": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" @@ -46875,9 +46875,9 @@ "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" }, "react-i18next": { - "version": "11.11.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.3.tgz", - "integrity": "sha512-upzG5/SpyOlYP5oSF4K8TZBvDWVhnCo38JNV+KnWjrg0+IaJCBltyh6lRGZDO5ovLyA4dU6Ip0bwbUCjb6Yyxw==", + "version": "11.11.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.4.tgz", + "integrity": "sha512-ayWFlu8Sc7GAxW1PzMaPtzq+yiozWMxs0P1WeITNVzXAVRhC0Httkzw/IiODBta6seJRBCLrtUeFUSXhAIxlRg==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index 49f79e190..2cab9a5b4 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ "notistack": "1.0.10", "react": "17.0.2", "react-dom": "17.0.2", - "react-i18next": "11.11.3", + "react-i18next": "11.11.4", "react-redux": "7.2.4", "react-redux-i18n": "1.9.3", "react-router-dom": "5.2.0",