From 13c9b880e2fe6a7db7dbf79366a979a1edf681e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 17:39:10 +0000 Subject: [PATCH] :arrow_up: Bump next-i18next from 8.9.0 to 8.10.0 Bumps [next-i18next](https://github.com/isaachinman/next-i18next) from 8.9.0 to 8.10.0. - [Release notes](https://github.com/isaachinman/next-i18next/releases) - [Commits](https://github.com/isaachinman/next-i18next/compare/v8.9.0...v8.10.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 | 21 ++++----------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 56bd83ae88e2d1..33adb6850955e3 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "micro": "^9.3.4", "next": "^12.0.2", "next-auth": "^3.29.0", - "next-i18next": "^8.9.0", + "next-i18next": "^8.10.0", "next-seo": "^4.26.0", "next-transpile-modules": "^9.0.0", "nodemailer": "^6.6.3", diff --git a/yarn.lock b/yarn.lock index 0fda5155c66bf5..45754fb43b86b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1973,12 +1973,6 @@ "@types/react" "*" hoist-non-react-statics "^3.3.0" -"@types/i18next-fs-backend@^1.0.0": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@types/i18next-fs-backend/-/i18next-fs-backend-1.1.2.tgz#4f3116769229371fcdf64bbdb6841ea745e392f9" - dependencies: - i18next "^21.0.1" - "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.3" resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" @@ -4479,12 +4473,6 @@ i18next@^20.1.0: dependencies: "@babel/runtime" "^7.12.0" -i18next@^21.0.1: - version "21.1.1" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.1.1.tgz#e7569de4d9fea2972c28ca4c334d13799b94ce76" - dependencies: - "@babel/runtime" "^7.12.0" - ical.js@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/ical.js/-/ical.js-1.4.0.tgz#fc5619dc55fe03d909bf04362aa0677f4541b9d7" @@ -6014,14 +6002,13 @@ next-auth@^3.29.0: preact-render-to-string "^5.1.14" querystring "^0.2.0" -next-i18next@^8.9.0: - version "8.9.0" - resolved "https://registry.npmjs.org/next-i18next/-/next-i18next-8.9.0.tgz#3f5a7f51ba3b40b60dcfd0b14c686d0657dcdd7d" - integrity sha512-A0j1Tw5/bT7C9rWmnu9oFNRtRHVqssPky7XQy4b/CAVT6Z8cy+eJUZ/az6AjR45Z6elFENk+CwNz7USLffITqg== +next-i18next@^8.10.0: + version "8.10.0" + resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-8.10.0.tgz#94440d796d7c3d16a74218ac72df296daf13aaa3" + integrity sha512-nY3tw+uU6lzZq7YfqRr0lFBiz15txIeYBX5R6rVeAK8wWFsCRJpZ6lTm02DMC+MfD1G6LmtpR6bmOOaBD3TR9A== dependencies: "@babel/runtime" "^7.13.17" "@types/hoist-non-react-statics" "^3.3.1" - "@types/i18next-fs-backend" "^1.0.0" core-js "^3" hoist-non-react-statics "^3.2.0" i18next "^20.1.0"