From f7e0641221a789348e621db9037ad1f027d184b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:14:15 +0000 Subject: [PATCH] chore(deps): update dependency react-i18next to v15.2.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 1aba52923..f21395a6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "moment": "2.30.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-i18next": "15.1.4", + "react-i18next": "15.2.0", "react-icons": "5.4.0", "react-redux": "9.2.0", "react-router": "7.0.2", @@ -13494,9 +13494,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.4.tgz", - "integrity": "sha512-2tai71gmehbvl9ZIqPMqlCCkm/cbeV1G4STpmM3C8Uzo6T2l8jDvZxEVSsQKt8blP9X34iRFP/k1ROqG2296MQ==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.2.0.tgz", + "integrity": "sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", diff --git a/package.json b/package.json index 3af401938..c9e21b029 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "moment": "2.30.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-i18next": "15.1.4", + "react-i18next": "15.2.0", "react-icons": "5.4.0", "react-redux": "9.2.0", "react-router": "7.0.2",