From 06bf5be7cdccd8ede34e70a7e8cbf0ac2f3815e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 04:37:14 +0000 Subject: [PATCH] Bump i18next from 21.6.13 to 21.10.0 Bumps [i18next](https://github.com/i18next/i18next) from 21.6.13 to 21.10.0. - [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/v21.6.13...v21.10.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 13d2819bf9..3f81eb258c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "glamor": "^2.20.40", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^21.6.13", + "i18next": "^21.10.0", "i18next-xhr-backend": "3.2.2", "ical.js": "^1.5.0", "memoize-one": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 24f5c594e1..929754f73c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9617,12 +9617,12 @@ i18next@^19.8.3: dependencies: "@babel/runtime" "^7.12.0" -i18next@^21.6.13: - version "21.6.13" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.6.13.tgz#e881b05f156ac06997e9b63379d8b2674bb4a4f2" - integrity sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q== +i18next@^21.10.0: + version "21.10.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.10.0.tgz#85429af55fdca4858345d0e16b584ec29520197d" + integrity sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg== dependencies: - "@babel/runtime" "^7.12.0" + "@babel/runtime" "^7.17.2" ical.js@^1.5.0: version "1.5.0"