Skip to content

Commit 0588c5e

Browse files
fix(deps): update dependency i18next to ~25.3.2
1 parent e7411d3 commit 0588c5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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": "^17.13.3",
22-
"i18next": "~25.3.0"
22+
"i18next": "~25.3.2"
2323
},
2424
"devDependencies": {
2525
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,10 +2778,10 @@ human-signals@^2.1.0:
27782778
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
27792779
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
27802780

2781-
i18next@~25.3.0:
2782-
version "25.3.0"
2783-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.3.0.tgz#514b3231575d507ea4e84f09152dcc27ca9e0bf9"
2784-
integrity sha512-ZSQIiNGfqSG6yoLHaCvrkPp16UejHI8PCDxFYaNG/1qxtmqNmqEg4JlWKlxkrUmrin2sEjsy+Mjy1TRozBhOgw==
2781+
i18next@~25.3.2:
2782+
version "25.3.2"
2783+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.3.2.tgz#3d6a7d1dc058caa1b9bdca47fd585483e2e7a637"
2784+
integrity sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==
27852785
dependencies:
27862786
"@babel/runtime" "^7.27.6"
27872787

0 commit comments

Comments
 (0)