From b084e0184ec265ed0719b09defa5f2c748cda776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:09:44 +0000 Subject: [PATCH] Bump react-i18next from 11.18.1 to 11.18.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.1 to 11.18.3. - [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.18.1...v11.18.3) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd647822b0..a59061732a 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.18.1", + "react-i18next": "^11.18.3", "react-router-dom": "^5.3.3", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -15467,8 +15467,9 @@ } }, "node_modules/react-i18next": { - "version": "11.18.1", - "license": "MIT", + "version": "11.18.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.3.tgz", + "integrity": "sha512-EttTX31HbqzZymUM3SIrMPuvamfSXFZVsDHm/ZAqoDfTLjhzlwyxqfbDNxcKNAGOi2mjZaXfR7hSNMlvLNpB/g==", "dependencies": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" @@ -29702,7 +29703,9 @@ "requires": {} }, "react-i18next": { - "version": "11.18.1", + "version": "11.18.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.3.tgz", + "integrity": "sha512-EttTX31HbqzZymUM3SIrMPuvamfSXFZVsDHm/ZAqoDfTLjhzlwyxqfbDNxcKNAGOi2mjZaXfR7hSNMlvLNpB/g==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 2d5c17297a..7c478406ef 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.4", "react-hook-form": "^6.15.8", - "react-i18next": "^11.18.1", + "react-i18next": "^11.18.3", "react-router-dom": "^5.3.3", "use-react-router-breadcrumbs": "^2.0.2" },