diff --git a/package-lock.json b/package-lock.json index 7d5f4c518..068dcf146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "moment": "2.29.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "13.1.2", + "react-i18next": "13.2.0", "react-icons": "4.10.1", "react-redux": "8.1.2", "react-router-dom": "6.15.0", @@ -20027,9 +20027,9 @@ } }, "node_modules/react-i18next": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.1.2.tgz", - "integrity": "sha512-D/OJ/8ZQYscabsvbCAiOgvJq8W3feQF/VIV0to1w7V7UvrUE1IZ3hcalOckUYvKBd7BP3b8EPm+hop3J8sS+Mw==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.2.0.tgz", + "integrity": "sha512-YD8xMc+I0jkHHLotd8ERMzZ53hMaCBVLCndbcbBveJn3FbppRP4jyYOAkmR8XItN01sTD9ilAjoEjpH1i42IgA==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 49a3545b7..b210aa6a4 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "moment": "2.29.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "13.1.2", + "react-i18next": "13.2.0", "react-icons": "4.10.1", "react-redux": "8.1.2", "react-router-dom": "6.15.0",