From 1ae8beda71003391dd1b815968b55a623092a511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 12:30:00 +0000 Subject: [PATCH] Bump i18next from 25.2.1 to 25.3.2 Bumps [i18next](https://github.com/i18next/i18next) from 25.2.1 to 25.3.2. - [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.2) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.3.2 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 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",