From de422a1f31ce2913125b43fc11c9aca865427541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 21:19:46 +0000 Subject: [PATCH] Bump react-i18next from 11.11.3 to 11.11.4 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.11.3 to 11.11.4. - [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.11.3...v11.11.4) --- 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 9dc04a789b..bf263dfa15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^17.0.2", "react-error-boundary": "^3.1.3", "react-hook-form": "^6.15.8", - "react-i18next": "^11.11.3", + "react-i18next": "^11.11.4", "react-router-dom": "^5.2.0", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -13890,9 +13890,9 @@ } }, "node_modules/react-i18next": { - "version": "11.11.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.3.tgz", - "integrity": "sha512-upzG5/SpyOlYP5oSF4K8TZBvDWVhnCo38JNV+KnWjrg0+IaJCBltyh6lRGZDO5ovLyA4dU6Ip0bwbUCjb6Yyxw==", + "version": "11.11.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.4.tgz", + "integrity": "sha512-ayWFlu8Sc7GAxW1PzMaPtzq+yiozWMxs0P1WeITNVzXAVRhC0Httkzw/IiODBta6seJRBCLrtUeFUSXhAIxlRg==", "dependencies": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" @@ -27361,9 +27361,9 @@ "requires": {} }, "react-i18next": { - "version": "11.11.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.3.tgz", - "integrity": "sha512-upzG5/SpyOlYP5oSF4K8TZBvDWVhnCo38JNV+KnWjrg0+IaJCBltyh6lRGZDO5ovLyA4dU6Ip0bwbUCjb6Yyxw==", + "version": "11.11.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.4.tgz", + "integrity": "sha512-ayWFlu8Sc7GAxW1PzMaPtzq+yiozWMxs0P1WeITNVzXAVRhC0Httkzw/IiODBta6seJRBCLrtUeFUSXhAIxlRg==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 4002c65746..6aa761bbaa 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-dom": "^17.0.2", "react-error-boundary": "^3.1.3", "react-hook-form": "^6.15.8", - "react-i18next": "^11.11.3", + "react-i18next": "^11.11.4", "react-router-dom": "^5.2.0", "use-react-router-breadcrumbs": "^2.0.2" },