diff --git a/package-lock.json b/package-lock.json index 927a0ab2b4..9aa106532d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.17.3", + "react-i18next": "^11.17.4", "react-router-dom": "^5.3.3", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -15124,9 +15124,9 @@ } }, "node_modules/react-i18next": { - "version": "11.17.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.3.tgz", - "integrity": "sha512-rIrLl5cLDoHdXFWdjKurRpatA3MPC9j3yTZidv0GmJEea5+XGXl42p7NupA1dmghoLGOXllShNUobgPYtgEcRA==", + "version": "11.17.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.4.tgz", + "integrity": "sha512-LswEIl8KNDTP4Wk3c22XDstbR++Vc4BZyNwvGFGaYbYDjdDLkHDLwrgd7DN28f8jufFHaYhQvCG5YWLxFhRt/g==", "dependencies": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -28716,9 +28716,9 @@ "requires": {} }, "react-i18next": { - "version": "11.17.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.3.tgz", - "integrity": "sha512-rIrLl5cLDoHdXFWdjKurRpatA3MPC9j3yTZidv0GmJEea5+XGXl42p7NupA1dmghoLGOXllShNUobgPYtgEcRA==", + "version": "11.17.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.4.tgz", + "integrity": "sha512-LswEIl8KNDTP4Wk3c22XDstbR++Vc4BZyNwvGFGaYbYDjdDLkHDLwrgd7DN28f8jufFHaYhQvCG5YWLxFhRt/g==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", diff --git a/package.json b/package.json index d8319d239c..6ebe86dfc1 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.17.3", + "react-i18next": "^11.17.4", "react-router-dom": "^5.3.3", "use-react-router-breadcrumbs": "^2.0.2" },