From 0c39122030daa5e0ad23591d0616daed230df9af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 07:40:26 +0000 Subject: [PATCH] chore(deps): update dependency react-i18next to v14.0.1 --- 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 1372c55ff..e51e44bd3 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.0", + "react-i18next": "14.0.1", "react-icons": "5.0.1", "react-redux": "9.1.0", "react-router-dom": "6.21.3", @@ -20328,9 +20328,9 @@ } }, "node_modules/react-i18next": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.0.tgz", - "integrity": "sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==", + "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.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 427ff8b02..f27be5587 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "moment": "2.30.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-i18next": "14.0.0", + "react-i18next": "14.0.1", "react-icons": "5.0.1", "react-redux": "9.1.0", "react-router-dom": "6.21.3",