diff --git a/package-lock.json b/package-lock.json index 46312e43ff..bc6ebc63f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "moment": "2.30.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "14.0.5", + "react-i18next": "14.1.0", "react-icons": "5.0.1", "react-redux": "9.1.0", "react-router-dom": "6.22.2", @@ -20654,9 +20654,9 @@ } }, "node_modules/react-i18next": { - "version": "14.0.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.5.tgz", - "integrity": "sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", + "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index aa49b852d4..fdc82de601 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "moment": "2.30.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "14.0.5", + "react-i18next": "14.1.0", "react-icons": "5.0.1", "react-redux": "9.1.0", "react-router-dom": "6.22.2",