diff --git a/package-lock.json b/package-lock.json index f27c1fa..cd19d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "i18next-http-backend": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.3.1", + "react-i18next": "^14.0.1", "react-lazy-load-image-component": "^1.5.6", "react-loadable": "^5.5.0", "react-router-dom": "^6.21.1", @@ -14786,15 +14786,15 @@ "dev": true }, "node_modules/react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", + "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 19.0.0", + "i18next": ">= 23.2.3", "react": ">= 16.8.0" }, "peerDependenciesMeta": { @@ -28586,11 +28586,11 @@ "dev": true }, "react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", + "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", "requires": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" } }, diff --git a/package.json b/package.json index 2c5b436..7c4e743 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "i18next-http-backend": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.3.1", + "react-i18next": "^14.0.1", "react-lazy-load-image-component": "^1.5.6", "react-loadable": "^5.5.0", "react-router-dom": "^6.21.1",