From 04dc7b5afe04bb63262de9364818fca66154b663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 10:13:11 +0000 Subject: [PATCH] Bump react-i18next from 11.16.6 to 11.16.7 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.6 to 11.16.7. - [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.16.6...v11.16.7) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 39cab32d44..72822763ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.16.6", + "react-i18next": "^11.16.7", "react-router-dom": "^5.3.1", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -17748,9 +17748,9 @@ } }, "node_modules/react-i18next": { - "version": "11.16.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.6.tgz", - "integrity": "sha512-qa76GnvAPafNSxKNN/XMhdCkVN/9Lm+BpzW5+6FE2ctYUemhbglP7oklGmYiJXlG24p9itqzlJDbCi3SNd3jzA==", + "version": "11.16.7", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.7.tgz", + "integrity": "sha512-7yotILJLnKfvUfrl/nt9eK9vFpVFjZPLWAwBzWL6XppSZZEvlmlKk0GBGDCAPfLfs8oND7WAbry8wGzdoiW5Nw==", "dependencies": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -35876,9 +35876,9 @@ "requires": {} }, "react-i18next": { - "version": "11.16.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.6.tgz", - "integrity": "sha512-qa76GnvAPafNSxKNN/XMhdCkVN/9Lm+BpzW5+6FE2ctYUemhbglP7oklGmYiJXlG24p9itqzlJDbCi3SNd3jzA==", + "version": "11.16.7", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.7.tgz", + "integrity": "sha512-7yotILJLnKfvUfrl/nt9eK9vFpVFjZPLWAwBzWL6XppSZZEvlmlKk0GBGDCAPfLfs8oND7WAbry8wGzdoiW5Nw==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", diff --git a/package.json b/package.json index d855cc46ca..db26d78580 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.16.6", + "react-i18next": "^11.16.7", "react-router-dom": "^5.3.1", "use-react-router-breadcrumbs": "^2.0.2" },