From 54c974e9575435acb386a8636423f80dd3f5520e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:35:46 +0000 Subject: [PATCH] Bump i18next from 25.2.1 to 25.5.3 Bumps [i18next](https://github.com/i18next/i18next) from 25.2.1 to 25.5.3. - [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.5.3) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a14596c1a..4f0486c9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "deep-freeze": "0.0.1", "dexie": "4.0.11", "eventemitter2": "6.4.9", - "i18next": "^25.2.1", + "i18next": "^25.5.3", "i18next-icu": "^2.3.0", "is-plain-object": "5.0.0", "jquery": "3.7.1", @@ -6407,9 +6407,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.5.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.5.3.tgz", + "integrity": "sha512-joFqorDeQ6YpIXni944upwnuHBf5IoPMuqAchGVeQLdWC2JOjxgM9V8UGLhNIIH/Q8QleRxIi0BSRQehSrDLcg==", "funding": [ { "type": "individual", @@ -6426,7 +6426,7 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "typescript": "^5" @@ -16140,11 +16140,11 @@ } }, "i18next": { - "version": "25.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz", - "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==", + "version": "25.5.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.5.3.tgz", + "integrity": "sha512-joFqorDeQ6YpIXni944upwnuHBf5IoPMuqAchGVeQLdWC2JOjxgM9V8UGLhNIIH/Q8QleRxIi0BSRQehSrDLcg==", "requires": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" } }, "i18next-icu": { diff --git a/package.json b/package.json index 8211c73e7..35da05531 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "deep-freeze": "0.0.1", "dexie": "4.0.11", "eventemitter2": "6.4.9", - "i18next": "^25.2.1", + "i18next": "^25.5.3", "i18next-icu": "^2.3.0", "is-plain-object": "5.0.0", "jquery": "3.7.1",