From 6f33d94ea7c4cd3fc7a0e0ea09a8eaa49527559f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 16:45:14 +0000 Subject: [PATCH] Bump i18next from 19.5.6 to 21.5.4 Bumps [i18next](https://github.com/i18next/i18next) from 19.5.6 to 21.5.4. - [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.5.4) --- 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..482f300 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.5.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.5.4.tgz", + "integrity": "sha512-ukwRJpLhYg4EUfCOtbaKjlwF71qyel1XMXQN78OkQMcaQG68UzlYgLC6g2fhoTNBvoH2tJkaaqzDumhC9skAhA==", "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..668df74 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.5.4", "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..8c63623 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.5.4: + version "21.5.4" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.5.4.tgz#55ab39c31cc0b4f9f58c3a599db50c4515698284" + integrity sha512-ukwRJpLhYg4EUfCOtbaKjlwF71qyel1XMXQN78OkQMcaQG68UzlYgLC6g2fhoTNBvoH2tJkaaqzDumhC9skAhA== dependencies: "@babel/runtime" "^7.12.0"