From 2835c0741d9ff5f4e2fa50077ebabf4cc34be868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:03:17 +0000 Subject: [PATCH] build(deps): Bump react-i18next from 13.1.2 to 13.2.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.1.2 to 13.2.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.1.2...v13.2.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 515de2eba4..15b4e0928a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-helmet-async": "^1.3.0", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.45.4", - "react-i18next": "^13.1.2", + "react-i18next": "^13.2.2", "react-redux": "^8.1.2", "react-router-dom": "^6.15.0", "scrollama": "^3.2.0", @@ -24367,9 +24367,9 @@ } }, "node_modules/react-i18next": { - "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==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.2.2.tgz", + "integrity": "sha512-+nFUkbRByFwnrfDcYqvzBuaeZb+nACHx+fAWN/pZMddWOCJH5hoc21+Sa/N/Lqi6ne6/9wC/qRGOoQhJa6IkEQ==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 11136d89a7..df24ec9c1c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-helmet-async": "^1.3.0", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.45.4", - "react-i18next": "^13.1.2", + "react-i18next": "^13.2.2", "react-redux": "^8.1.2", "react-router-dom": "^6.15.0", "scrollama": "^3.2.0",