From 3786f152a5128cf4812efefb6172e0fa1262d5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:40:00 +0000 Subject: [PATCH] build(deps): Bump react-i18next from 15.0.2 to 15.1.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.0.2 to 15.1.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.0.2...v15.1.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8455b446..08e2ac2af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.53.0", - "react-i18next": "^15.0.2", + "react-i18next": "^15.1.0", "react-redux": "^8.1.3", "react-router-dom": "^6.26.2", "scrollama": "^3.2.0", @@ -25577,9 +25577,9 @@ } }, "node_modules/react-i18next": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.2.tgz", - "integrity": "sha512-z0W3/RES9Idv3MmJUcf0mDNeeMOUXe+xoL0kPfQPbDoZHmni/XsIoq5zgT2MCFUiau283GuBUK578uD/mkAbLQ==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz", + "integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index adf36ffc4..a75ff2825 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.53.0", - "react-i18next": "^15.0.2", + "react-i18next": "^15.1.0", "react-redux": "^8.1.3", "react-router-dom": "^6.26.2", "scrollama": "^3.2.0",