From 9d5d4152f71446989dc9720732b4578533d0aeb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:46:58 +0000 Subject: [PATCH] :arrow_up: Bump next-i18next from 8.8.0 to 8.9.0 Bumps [next-i18next](https://github.com/isaachinman/next-i18next) from 8.8.0 to 8.9.0. - [Release notes](https://github.com/isaachinman/next-i18next/releases) - [Commits](https://github.com/isaachinman/next-i18next/compare/v8.8.0...v8.9.0) --- updated-dependencies: - dependency-name: next-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 77869080fbc015..96d8d9b6c10235 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "micro": "^9.3.4", "next": "^11.1.1", "next-auth": "^3.28.0", - "next-i18next": "^8.8.0", + "next-i18next": "^8.9.0", "next-seo": "^4.26.0", "next-transpile-modules": "^8.0.0", "nodemailer": "^6.6.3", diff --git a/yarn.lock b/yarn.lock index f5fc1b8027f2c1..179fed23c60459 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5856,9 +5856,10 @@ next-auth@^3.28.0: preact-render-to-string "^5.1.14" querystring "^0.2.0" -next-i18next@^8.8.0: - version "8.8.0" - resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-8.8.0.tgz#9d00e0c122ef240fedb6e6ec102d32cde48aebce" +next-i18next@^8.9.0: + version "8.9.0" + resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-8.9.0.tgz#3f5a7f51ba3b40b60dcfd0b14c686d0657dcdd7d" + integrity sha512-A0j1Tw5/bT7C9rWmnu9oFNRtRHVqssPky7XQy4b/CAVT6Z8cy+eJUZ/az6AjR45Z6elFENk+CwNz7USLffITqg== dependencies: "@babel/runtime" "^7.13.17" "@types/hoist-non-react-statics" "^3.3.1"