From 3298f6865d4e41085aa6fa7979b8f80f09f02044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 05:23:48 +0000 Subject: [PATCH] Bump next-translate from 1.0.7 to 1.5.0 Bumps [next-translate](https://github.com/vinissimus/next-translate) from 1.0.7 to 1.5.0. - [Release notes](https://github.com/vinissimus/next-translate/releases) - [Commits](https://github.com/vinissimus/next-translate/compare/1.0.7...1.5.0) --- updated-dependencies: - dependency-name: next-translate 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 00f4585..a5576d2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lodash": "^4.17.21", "next": "^11.1.3", "next-seo": "^4.26.0", - "next-translate": "^1.0.7", + "next-translate": "^1.5.0", "postcss": "^8.3.8", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index 470ed13..177f60c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4301,10 +4301,10 @@ next-seo@^4.26.0: resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-4.26.0.tgz#4218cfae5651fdc2e330dcdf1cc1b34ce199d41c" integrity sha512-5TqywQ3XAwqdmEU1AyNZjR7WdDKFTkDD8aBtgQelPvzBUEy8i0mTjtiw+09jhiHFNik6FqS8uPKCaYcY6jRgSQ== -next-translate@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/next-translate/-/next-translate-1.0.7.tgz#53fab15ae856eee62d41ac96aa3e6e4c874e715f" - integrity sha512-21FgG5ZVYVoB6of2ySrjfDu/qaojRW/DMPWQQfWDec1jltRGk4Oeb+12Y1DoNWh0Yd+FJvv8WpUeUeU+pfNX6Q== +next-translate@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/next-translate/-/next-translate-1.5.0.tgz#b1e5c4a8e55e31b3ed1b9428529f27c289c6b7bc" + integrity sha512-6amnuJWw22XbaM2DVhsYaOXelFLjTbMqTgqvB+h9VfE/H2aQ/edfT06ONQLQbsVV/I7Hn+93LTaV1/qOo6Kf9A== next@^11.1.3: version "11.1.3"