From 3f1f8437a0f278768d33d8c34d4cd853d3538232 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:19:37 +0000 Subject: [PATCH] chore(deps): update dependency react-i18next to v14 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 104942b2a..181ee2bf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "moment": "2.29.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "13.5.0", + "react-i18next": "14.0.0", "react-icons": "4.12.0", "react-redux": "9.0.4", "react-router-dom": "6.21.0", @@ -19940,9 +19940,9 @@ } }, "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.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.0.tgz", + "integrity": "sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index db67f28c6..7f75f9160 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "moment": "2.29.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "13.5.0", + "react-i18next": "14.0.0", "react-icons": "4.12.0", "react-redux": "9.0.4", "react-router-dom": "6.21.0",