From 953847b03df5eb4063b940a393de72b95da6f6de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:36:58 +0000 Subject: [PATCH] Bump i18next from 25.2.1 to 25.3.0 Bumps [i18next](https://github.com/i18next/i18next) from 25.2.1 to 25.3.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/v25.2.1...v25.3.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cb8b947..760fd27 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "chalk": "^5.4.1", "esbuild-plugin-copy": "^2.1.1", - "i18next": "^25.2.1", + "i18next": "^25.3.0", "prettier": "^3.5.3", "slug": "^11.0.0" } diff --git a/yarn.lock b/yarn.lock index d45e6b2..a71a8cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11,7 +11,7 @@ eslint-visitor-keys "^2.1.0" semver "^6.3.1" -"@babel/runtime@^7.27.1": +"@babel/runtime@^7.27.6": version "7.27.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6" integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q== @@ -707,12 +707,12 @@ has-flag@^4.0.0: resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== -i18next@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.2.1.tgz#23cf8794904f551f577558d93c84b0fb6cd489a2" - integrity sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw== +i18next@^25.3.0: + version "25.3.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.3.0.tgz#514b3231575d507ea4e84f09152dcc27ca9e0bf9" + integrity sha512-ZSQIiNGfqSG6yoLHaCvrkPp16UejHI8PCDxFYaNG/1qxtmqNmqEg4JlWKlxkrUmrin2sEjsy+Mjy1TRozBhOgw== dependencies: - "@babel/runtime" "^7.27.1" + "@babel/runtime" "^7.27.6" ignore@^5.2.0: version "5.3.2"