From 121a023f357080b261022dc31068c5a269763346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:06:25 +0000 Subject: [PATCH] Bump react-i18next from 15.1.3 to 15.4.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.3 to 15.4.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.3...v15.4.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec2266184d..d359852167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "react-datepicker": "^7.5.0", "react-dom": "^18.3.1", "react-hotkeys-hook": "^4.6.1", - "react-i18next": "^15.1.3", + "react-i18next": "^15.4.0", "react-icons": "^5.3.0", "react-redux": "^9.1.2", "react-router-dom": "^6.27.0", @@ -9032,10 +9032,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.3.tgz", - "integrity": "sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==", - "license": "MIT", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz", + "integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index b8a8d33149..163ddd28b9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-datepicker": "^7.5.0", "react-dom": "^18.3.1", "react-hotkeys-hook": "^4.6.1", - "react-i18next": "^15.1.3", + "react-i18next": "^15.4.0", "react-icons": "^5.3.0", "react-redux": "^9.1.2", "react-router-dom": "^6.27.0",