From 848e1baf1ba118aacd690505feb9cf6ce2810181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:44:17 +0000 Subject: [PATCH] Bump react-i18next from 15.0.1 to 15.0.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.0.1 to 15.0.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.0.1...v15.0.3) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3befc826..90cf294d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.5.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-icons": "^4.12.0", "react-indiana-drag-scroll": "^2.2.0", "react-player": "git+https://arnei@github.com/Arnei/react-player.git#b441d7aafe9b98745318103d9c93872a3ffc5da9", @@ -5617,11 +5617,11 @@ } }, "node_modules/react-i18next": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", - "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.3.tgz", + "integrity": "sha512-BlO1P+oLKjjIxDBQ0GkAIMacgjfMbnvops+3Y5nZXF7UJ99v4KCWr0Na1azJXC8AMiNWp4kgUcFCJM7U9ZsUDg==", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index 844e89fef..2a18232c1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.5.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-icons": "^4.12.0", "react-indiana-drag-scroll": "^2.2.0", "react-player": "git+https://arnei@github.com/Arnei/react-player.git#b441d7aafe9b98745318103d9c93872a3ffc5da9",