From 491accca94a860f4bfa13e1d5a567ea7b41e9d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 16:48:05 +0000 Subject: [PATCH] Bump i18next from 19.5.6 to 21.4.2 Bumps [i18next](https://github.com/i18next/i18next) from 19.5.6 to 21.4.2. - [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.4.2) --- 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..c17c853 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.4.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.2.tgz", + "integrity": "sha512-vVWsmTnZNdYHPLt01MvT5YNM2lxec2R6r5T72J89eaazp8XQnGSqA66O+a918qqmjHZGB6HHRSs02xp753he9g==", "requires": { - "@babel/runtime": "^7.10.1" + "@babel/runtime": "^7.12.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.16.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", + "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "i18next-browser-languagedetector": { diff --git a/packages/client/package.json b/packages/client/package.json index 77c3748..9ed934b 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.4.2", "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..1636984 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.4.2: + version "21.4.2" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.4.2.tgz#10d10e07c9d1d589d71ac031f8ae755a37fcd0fc" + integrity sha512-vVWsmTnZNdYHPLt01MvT5YNM2lxec2R6r5T72J89eaazp8XQnGSqA66O+a918qqmjHZGB6HHRSs02xp753he9g== dependencies: "@babel/runtime" "^7.12.0"