From b503dd89f453167279ab4ba3ba8780e17b565f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 03:56:35 +0200 Subject: [PATCH] chore(deps): bump react-i18next from 14.1.3 to 15.0.0 (#299) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.3 to 15.0.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.3...v15.0.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b07da1bc..e6b437c7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-email": "^2.1.4", - "react-i18next": "^14.1.1", + "react-i18next": "^15.0.0", "remix-auth": "^3.6.0", "remix-auth-github": "^1.7.0", "remix-auth-totp": "^3.3.0",