From 076e8128a645175251b9f6c87a63d6069fe54dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:32:03 -0500 Subject: [PATCH] build(deps): Bump react-i18next from 13.1.2 to 13.2.2 (#1172) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 cb15eed38..ad9c632c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,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", "rollbar": "^2.26.2", @@ -24370,9 +24370,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 ad82fad2e..99ef73370 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,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", "rollbar": "^2.26.2",