From 07b4ec6ca8f21e7d61803deb7c6a617a105a2cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 05:13:18 +0000 Subject: [PATCH] build(deps): bump i18next from 22.4.15 to 22.5.0 Bumps [i18next](https://github.com/i18next/i18next) from 22.4.15 to 22.5.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/v22.4.15...v22.5.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec33ca0..18cf18d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "esm": "^3.2.25", "formik": "^2.2.9", "i18n": "^0.15.1", - "i18next": "^22.4.15", + "i18next": "^22.5.0", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.2.0", "next": "13.4.4", diff --git a/yarn.lock b/yarn.lock index 672da7f..0dffe86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1486,10 +1486,10 @@ i18next-http-backend@^2.2.0: dependencies: cross-fetch "3.1.5" -i18next@^22.4.15: - version "22.4.15" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.4.15.tgz#951882b751872994f8502b5a6ef6f796e6a7d7f8" - integrity sha512-yYudtbFrrmWKLEhl6jvKUYyYunj4bTBCe2qIUYAxbXoPusY7YmdwPvOE6fx6UIfWvmlbCWDItr7wIs8KEBZ5Zg== +i18next@^22.5.0: + version "22.5.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.5.0.tgz#16d98eba7c748ab183a36505046b5b91f87e989b" + integrity sha512-sqWuJFj+wJAKQP2qBQ+b7STzxZNUmnSxrehBCCj9vDOW9RDYPfqCaK1Hbh2frNYQuPziz6O2CGoJPwtzY3vAYA== dependencies: "@babel/runtime" "^7.20.6"