diff --git a/package-lock.json b/package-lock.json index c2f7f6e49..122a93dba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "deep-freeze": "0.0.1", "dexie": "4.0.11", "eventemitter2": "6.4.9", - "i18next": "^25.2.1", + "i18next": "^25.3.2", "i18next-icu": "^2.3.0", "is-plain-object": "5.0.0", "jquery": "3.7.1", @@ -6539,9 +6539,9 @@ } }, "node_modules/i18next": { - "version": "25.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz", - "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==", + "version": "25.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.2.tgz", + "integrity": "sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==", "funding": [ { "type": "individual", @@ -6558,7 +6558,7 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "typescript": "^5" @@ -16469,11 +16469,11 @@ } }, "i18next": { - "version": "25.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz", - "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==", + "version": "25.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.2.tgz", + "integrity": "sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==", "requires": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" } }, "i18next-icu": { diff --git a/package.json b/package.json index ee56a0f0f..f535379fb 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "deep-freeze": "0.0.1", "dexie": "4.0.11", "eventemitter2": "6.4.9", - "i18next": "^25.2.1", + "i18next": "^25.3.2", "i18next-icu": "^2.3.0", "is-plain-object": "5.0.0", "jquery": "3.7.1",