From 2de6ef254823658b11d2d0662a118477e7e46a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 16:25:59 +0000 Subject: [PATCH] Bump i18next from 19.5.6 to 21.3.1 Bumps [i18next](https://github.com/i18next/i18next) from 19.5.6 to 21.3.1. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v19.5.6...v21.3.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/client/package-lock.json | 18 ++++++++++++++---- packages/client/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/packages/client/package-lock.json b/packages/client/package-lock.json index 0d99594..000620c 100644 --- a/packages/client/package-lock.json +++ b/packages/client/package-lock.json @@ -7837,11 +7837,21 @@ "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" }, "i18next": { - "version": "19.5.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.5.6.tgz", - "integrity": "sha512-5Myu9NDyBhygRUJv6o7/uIXSaHMP/hgS9QLVDICqS5V0i80dcGZEqzYER8pcPRWzuzbLBq4CSJZhFSpWbl+YUA==", + "version": "21.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.1.tgz", + "integrity": "sha512-VElMm+LoeEuhViVwnDw1gR3snTItK9NJqgok8PZ5WU870MVO1x+5KEbzLO/6GC1zu42Uc3EuGj3nsGMGMNwT0A==", "requires": { - "@babel/runtime": "^7.10.1" + "@babel/runtime": "^7.12.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "i18next-browser-languagedetector": { diff --git a/packages/client/package.json b/packages/client/package.json index 77c3748..09a5a34 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -15,7 +15,7 @@ "classnames": "^2.2.6", "firebase": "^7.24.0", "formik": "^2.2.6", - "i18next": "^19.5.4", + "i18next": "^21.3.1", "i18next-browser-languagedetector": "^5.0.0", "i18next-http-backend": "^1.0.21", "lodash-node": "^3.10.2", diff --git a/yarn.lock b/yarn.lock index 094c8b4..ad87fba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9718,10 +9718,10 @@ i18next-http-backend@^1.0.21: dependencies: cross-fetch "3.1.4" -i18next@^19.5.4: - version "19.9.2" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.9.2.tgz#ea5a124416e3c5ab85fddca2c8e3c3669a8da397" - integrity sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg== +i18next@^21.3.1: + version "21.3.1" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.3.1.tgz#cb132b6e0975de7d5472b26c4cdec57ecca96cf0" + integrity sha512-VElMm+LoeEuhViVwnDw1gR3snTItK9NJqgok8PZ5WU870MVO1x+5KEbzLO/6GC1zu42Uc3EuGj3nsGMGMNwT0A== dependencies: "@babel/runtime" "^7.12.0"