From ecd33daf8c65b4e638031b1ec02057a137fd219f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:49:41 +0000 Subject: [PATCH] build(deps): bump next-i18next from 15.4.0 to 15.4.1 Bumps [next-i18next](https://github.com/i18next/next-i18next) from 15.4.0 to 15.4.1. - [Release notes](https://github.com/i18next/next-i18next/releases) - [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/next-i18next/compare/v15.4.0...v15.4.1) --- updated-dependencies: - dependency-name: next-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index a7a5de027f..f1c498c858 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5035,7 +5035,7 @@ dependencies: "@types/unist" "^2" -"@types/hoist-non-react-statics@^3.3.1", "@types/hoist-non-react-statics@^3.3.4": +"@types/hoist-non-react-statics@^3.3.1": version "3.3.4" resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.4.tgz#cc477ce0283bb9d19ea0cbfa2941fe2c8493a1be" integrity sha512-ZchYkbieA+7tnxwX/SCBySx9WwvWR8TaP5tb2jRAzwvLb/rWchGw3v0w3pqUbUvj0GCwW2Xz/AVPSk6kUGctXQ== @@ -13625,12 +13625,11 @@ newrelic@~12.8.1: "@prisma/prisma-fmt-wasm" "^4.17.0-16.27eb2449f178cd9fe1a4b892d732cc4795f75085" next-i18next@~15.4.0: - version "15.4.0" - resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-15.4.0.tgz#5914973f9a3d2c57066149a955740d9cfc3aba11" - integrity sha512-TmWxoJMtFFYaj0xkAC6zyMj2knwJHygDpvQLHR6rK4mfaOlgwQObQ/fwPRgzg6etQPr26jg/a2bd/CRtSbCWjQ== + version "15.4.1" + resolved "https://registry.yarnpkg.com/next-i18next/-/next-i18next-15.4.1.tgz#644171ceedb304b7a2bab5e3eef6800fd01a32b3" + integrity sha512-n3cFqBKDpEDLXZVYD52H6k2QzLAnUSuBie02BmVpfywNZGxcNgq6QXdpVpvONQ7WkBVntPtldt867ZgtEcP1Og== dependencies: "@babel/runtime" "^7.23.2" - "@types/hoist-non-react-statics" "^3.3.4" core-js "^3" hoist-non-react-statics "^3.3.2" i18next-fs-backend "^2.6.0"