From 0745b9eedfb58375ae437f4d8e1c962ff817beb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 00:50:45 +0000 Subject: [PATCH] Bump react-i18next from 15.4.1 to 15.5.1 in /Plan/react/dashboard Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.4.1 to 15.5.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.4.1...v15.5.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 15.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Plan/react/dashboard/package.json | 2 +- Plan/react/dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Plan/react/dashboard/package.json b/Plan/react/dashboard/package.json index 69e2654040..af94e3c589 100644 --- a/Plan/react/dashboard/package.json +++ b/Plan/react/dashboard/package.json @@ -36,7 +36,7 @@ "react-bootstrap": "^2.10.9", "react-bootstrap-range-slider": "^3.0.8", "react-dom": "^18.3.1", - "react-i18next": "^15.4.1", + "react-i18next": "^15.5.1", "react-mcjsonchat": "^1.0.0", "react-router-dom": "^6.26.0", "sass": "^1.86.3", diff --git a/Plan/react/dashboard/yarn.lock b/Plan/react/dashboard/yarn.lock index 3ca70fe5ab..ff235fae7b 100644 --- a/Plan/react/dashboard/yarn.lock +++ b/Plan/react/dashboard/yarn.lock @@ -2575,10 +2575,10 @@ react-debounce-input@=3.3.0: loose-envify "^1.1.0" scheduler "^0.23.2" -react-i18next@^15.4.1: - version "15.4.1" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.4.1.tgz#33f3e89c2f6c68e2bfcbf9aa59986ad42fe78758" - integrity sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw== +react-i18next@^15.5.1: + version "15.5.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.5.1.tgz#ceada755a0b6691432b6b6dc5dad454fd3d158e3" + integrity sha512-C8RZ7N7H0L+flitiX6ASjq9p5puVJU1Z8VyL3OgM/QOMRf40BMZX+5TkpxzZVcTmOLPX5zlti4InEX5pFyiVeA== dependencies: "@babel/runtime" "^7.25.0" html-parse-stringify "^3.0.1"