From 64aa562aa23a845ef550b3315bdd164417ae015b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:23:48 +0000 Subject: [PATCH] feat(deps): bump react-i18next from 15.0.0 to 15.0.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.0.0 to 15.0.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.0.0...v15.0.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70a20d8b83..d64408f169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-pdf-html": "^2.0.5", "react-photo-view": "^1.2.6", "react-router-dom": "^6.26.0", @@ -17381,8 +17381,9 @@ } }, "node_modules/react-i18next": { - "version": "15.0.0", - "license": "MIT", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", + "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", "dependencies": { "@babel/runtime": "^7.24.8", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index a3f604cfcd..66057c23fa 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-pdf-html": "^2.0.5", "react-photo-view": "^1.2.6", "react-router-dom": "^6.26.0",