From f5f423b254116c0ea0818170a2ef6ebd1e14e8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 05:01:12 +0000 Subject: [PATCH] Bump i18next from 21.6.13 to 21.8.11 Bumps [i18next](https://github.com/i18next/i18next) from 21.6.13 to 21.8.11. - [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.8.11) --- 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..3e9d22fd0a 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.8.11", "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..441ccf8b0b 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.8.11: + version "21.8.11" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.8.11.tgz#197aac04be51b7083999a2cb63deb831cf1ba4c8" + integrity sha512-+s8N6kQShwNK+Ua/+VsS/Sji24NUJJLBk9QIucygj1f97f4hPNDWmLP9fQCI4d5+XLfXJ3JctX4g+zJla967Vw== dependencies: - "@babel/runtime" "^7.12.0" + "@babel/runtime" "^7.17.2" ical.js@^1.5.0: version "1.5.0"