From 58409c758272285fd867b94bab95ea3c0b7c6b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:13:34 +0000 Subject: [PATCH] Bump i18next from 25.2.1 to 25.3.6 Bumps [i18next](https://github.com/i18next/i18next) from 25.2.1 to 25.3.6. - [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.3.6) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.3.6 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 9bc9d53ea..6f652d068 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.4.0", "i18next-icu": "^2.3.0", "is-plain-object": "5.0.0", "jquery": "3.7.1", @@ -6541,9 +6541,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.4.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.4.0.tgz", + "integrity": "sha512-UH5aiamXsO3cfrZFurCHiB6YSs3C+s+XY9UaJllMMSbmaoXILxFgqDEZu4NbfzJFjmUo3BNMa++Rjkr3ofjfLw==", "funding": [ { "type": "individual", @@ -6560,7 +6560,7 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "typescript": "^5" @@ -16473,11 +16473,11 @@ } }, "i18next": { - "version": "25.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz", - "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.4.0.tgz", + "integrity": "sha512-UH5aiamXsO3cfrZFurCHiB6YSs3C+s+XY9UaJllMMSbmaoXILxFgqDEZu4NbfzJFjmUo3BNMa++Rjkr3ofjfLw==", "requires": { - "@babel/runtime": "^7.27.1" + "@babel/runtime": "^7.27.6" } }, "i18next-icu": { diff --git a/package.json b/package.json index d174dd246..e3cdfc4f0 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.4.0", "i18next-icu": "^2.3.0", "is-plain-object": "5.0.0", "jquery": "3.7.1",