From bbc3e0da22879019a765fdf15e0268a9246e02f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 04:09:20 +0000 Subject: [PATCH] Bump react-i18next from 11.17.0 to 11.17.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.17.0 to 11.17.1. - [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.17.0...v11.17.1) --- 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 4f77df8012..caa79e30e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.17.0", + "react-i18next": "^11.17.1", "react-router-dom": "^5.3.3", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -17015,9 +17015,9 @@ } }, "node_modules/react-i18next": { - "version": "11.17.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.0.tgz", - "integrity": "sha512-ewq2S4bVUTRqOMAdM/XvzCn9xUPIryzeBQRghmJ8lC6VI/8Kp7z1GwoLyt8j7GB2ywhN2SjPk7LU4sHzVeu7aw==", + "version": "11.17.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.1.tgz", + "integrity": "sha512-4H4fK9vWsQtPP0iAdqzGfdPKLaSXpCjuh1xaGsejX/CO8tx8zCnrOnlQhMgrJf+OlUfzth5YaDPXYGp3RHxV1g==", "dependencies": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -32373,9 +32373,9 @@ "requires": {} }, "react-i18next": { - "version": "11.17.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.0.tgz", - "integrity": "sha512-ewq2S4bVUTRqOMAdM/XvzCn9xUPIryzeBQRghmJ8lC6VI/8Kp7z1GwoLyt8j7GB2ywhN2SjPk7LU4sHzVeu7aw==", + "version": "11.17.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.1.tgz", + "integrity": "sha512-4H4fK9vWsQtPP0iAdqzGfdPKLaSXpCjuh1xaGsejX/CO8tx8zCnrOnlQhMgrJf+OlUfzth5YaDPXYGp3RHxV1g==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", diff --git a/package.json b/package.json index 09c353ddfd..8d1fc9b533 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.17.0", + "react-i18next": "^11.17.1", "react-router-dom": "^5.3.3", "use-react-router-breadcrumbs": "^2.0.2" },