From 73beb47a92bcfaaa68578547a9c59a39cb25491b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 01:02:57 +0000 Subject: [PATCH] Bump react-i18next from 13.0.2 to 13.1.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.0.2 to 13.1.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.0.2...v13.1.2) --- 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 915e74312..0ee19444f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-error-boundary": "^4.0.10", "react-helmet": "^6.1.0", "react-hotkeys-hook": "^4.4.1", - "react-i18next": "^13.0.2", + "react-i18next": "^13.1.2", "react-intersection-observer": "^9.5.2", "react-loader-spinner": "^5.3.4", "react-query": "^3.39.3", @@ -17795,9 +17795,9 @@ } }, "node_modules/react-i18next": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.2.tgz", - "integrity": "sha512-NEVxC32v0oR4egwYM0QM0WE93AiJG5r0NTXTL8mhQfAhsMfDS2fSO6jpluyfsfypP988KzUQrAXncspcJ7+GHA==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.1.2.tgz", + "integrity": "sha512-D/OJ/8ZQYscabsvbCAiOgvJq8W3feQF/VIV0to1w7V7UvrUE1IZ3hcalOckUYvKBd7BP3b8EPm+hop3J8sS+Mw==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index f62665907..deb2fa447 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react-error-boundary": "^4.0.10", "react-helmet": "^6.1.0", "react-hotkeys-hook": "^4.4.1", - "react-i18next": "^13.0.2", + "react-i18next": "^13.1.2", "react-intersection-observer": "^9.5.2", "react-loader-spinner": "^5.3.4", "react-query": "^3.39.3",