From 2b592e93b90f2b28910c2b7bc6a25e2f392a29b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 04:14:36 +0000 Subject: [PATCH] Bump react-i18next from 11.12.0 to 11.13.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.12.0 to 11.13.0. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v11.12.0...v11.13.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6395a0469a..71214cb119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-error-boundary": "^3.1.3", "react-flow-renderer": "^9.6.9", "react-hook-form": "^6.15.8", - "react-i18next": "^11.12.0", + "react-i18next": "^11.13.0", "react-router-dom": "^5.3.0", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -16954,9 +16954,9 @@ } }, "node_modules/react-i18next": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.12.0.tgz", - "integrity": "sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ==", + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.13.0.tgz", + "integrity": "sha512-AY8ydSqx8LVm1Tn5yXFA0JwCeSWpcFOSr96HrjUXXVAWWbptamZOY2iMxVaGNlGxSLnRY0U2sdCIPVYHcmhBxQ==", "dependencies": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" @@ -34368,9 +34368,9 @@ "requires": {} }, "react-i18next": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.12.0.tgz", - "integrity": "sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ==", + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.13.0.tgz", + "integrity": "sha512-AY8ydSqx8LVm1Tn5yXFA0JwCeSWpcFOSr96HrjUXXVAWWbptamZOY2iMxVaGNlGxSLnRY0U2sdCIPVYHcmhBxQ==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 446ba188a2..e85331d539 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-error-boundary": "^3.1.3", "react-flow-renderer": "^9.6.9", "react-hook-form": "^6.15.8", - "react-i18next": "^11.12.0", + "react-i18next": "^11.13.0", "react-router-dom": "^5.3.0", "use-react-router-breadcrumbs": "^2.0.2" },