From 3d13e6b632f66c4b95cefcecf0c4f1f86f4d2047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 16:58:47 +0000 Subject: [PATCH] Bump i18next from 19.5.6 to 21.4.1 Bumps [i18next](https://github.com/i18next/i18next) from 19.5.6 to 21.4.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.4.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..7b087c0 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.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.4.1.tgz", + "integrity": "sha512-uTCDfoMKTX6b/Amss7w/hQU8NV80ahmoKKNYUg0qbLbtUAMvYIWS2VvCCeNEGQIaEjyC4GV4W+iQbBcv3A/ViA==", "requires": { - "@babel/runtime": "^7.10.1" + "@babel/runtime": "^7.12.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz", + "integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "i18next-browser-languagedetector": { diff --git a/packages/client/package.json b/packages/client/package.json index 77c3748..5f9676f 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.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..270a4ce 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.1: + version "21.4.1" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.4.1.tgz#3af1a15994eb5240e9526a5c75c5d2cf931e0c48" + integrity sha512-uTCDfoMKTX6b/Amss7w/hQU8NV80ahmoKKNYUg0qbLbtUAMvYIWS2VvCCeNEGQIaEjyC4GV4W+iQbBcv3A/ViA== dependencies: "@babel/runtime" "^7.12.0"