diff --git a/package-lock.json b/package-lock.json index 17bd5640..fc9a4166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "pidusage": "^3.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.2.2", + "react-i18next": "^14.1.0", "react-redux": "^8.0.5", "react-router-dom": "^6.4.4", "react-select": "^5.8.0", @@ -18767,11 +18767,11 @@ "dev": true }, "node_modules/react-i18next": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", - "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", + "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.22.5", + "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index d03dd289..f0f50c63 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "pidusage": "^3.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.2.2", + "react-i18next": "^14.1.0", "react-redux": "^8.0.5", "react-router-dom": "^6.4.4", "react-select": "^5.8.0",