Skip to content

Commit 4ccbb59

Browse files
fix(deps): update dependency i18next to ~25.7.3
1 parent 0f12be7 commit 4ccbb59

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.7.3"
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.4"
245+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
246+
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
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.7.3:
2907+
version "25.7.3"
2908+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.7.3.tgz#88bf15b414012a53ca87b9d408108aa81cb627cc"
2909+
integrity sha512-2XaT+HpYGuc2uTExq9TVRhLsso+Dxym6PWaKpn36wfBmTI779OQ7iP/XaZHzrnGyzU4SHpFrTYLKfVyBfAhVNA==
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)