Skip to content

Commit 8bb791a

Browse files
fix(deps): update dependency i18next to ~25.8.11
1 parent c6a7e0e commit 8bb791a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prettier": "@valora/prettier-config",
2020
"dependencies": {
2121
"joi": "^18.0.2",
22-
"i18next": "~25.3.0"
22+
"i18next": "~25.8.11"
2323
},
2424
"devDependencies": {
2525
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@
240240
dependencies:
241241
"@babel/helper-plugin-utils" "^7.27.1"
242242

243-
"@babel/runtime@^7.27.6":
244-
version "7.27.6"
245-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
246-
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
243+
"@babel/runtime@^7.28.4":
244+
version "7.28.6"
245+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
246+
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
247247

248248
"@babel/template@^7.27.2":
249249
version "7.27.2"
@@ -2903,12 +2903,12 @@ human-signals@^2.1.0:
29032903
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
29042904
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
29052905

2906-
i18next@~25.3.0:
2907-
version "25.3.0"
2908-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.3.0.tgz#514b3231575d507ea4e84f09152dcc27ca9e0bf9"
2909-
integrity sha512-ZSQIiNGfqSG6yoLHaCvrkPp16UejHI8PCDxFYaNG/1qxtmqNmqEg4JlWKlxkrUmrin2sEjsy+Mjy1TRozBhOgw==
2906+
i18next@~25.8.11:
2907+
version "25.8.13"
2908+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.8.13.tgz#1f9df59329f1706f02b2b58b5d1f75196ddb6e4a"
2909+
integrity sha512-E0vzjBY1yM+nsFrtgkjLhST2NBkirkvOVoQa0MSldhsuZ3jUge7ZNpuwG0Cfc74zwo5ZwRzg3uOgT+McBn32iA==
29102910
dependencies:
2911-
"@babel/runtime" "^7.27.6"
2911+
"@babel/runtime" "^7.28.4"
29122912

29132913
ieee754@^1.1.13:
29142914
version "1.2.1"

0 commit comments

Comments
 (0)