From e24a40166d40b20720c3eacdde92266572d8dae6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:54:40 +0000 Subject: [PATCH] chore(deps): update dependency react-i18next to v14.1.0 --- 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 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",