From bf7a51351718dffa7590b926e14239bb01108c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:48:07 +0000 Subject: [PATCH] Bump i18next from 24.2.1 to 25.2.1 in /client Bumps [i18next](https://github.com/i18next/i18next) from 24.2.1 to 25.2.1. - [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/v24.2.1...v25.2.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 25 ++++++++----------------- client/package.json | 2 +- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 8abc383..032db44 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "@fontsource/roboto-condensed": "^5.2.5", "base-64": "^1.0.0", "i18n": "^0.15.1", - "i18next": "^24.1.2", + "i18next": "^25.2.1", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.2", "jwt-decode": "^4.0.0", @@ -115,13 +115,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz", - "integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==", + "version": "7.27.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.4.tgz", + "integrity": "sha512-t3yaEOuGu9NlIZ+hIeGbBjFtZT7j2cb2tg0fuaJKeGotchRjjLfrBA9Kwf8quhpP1EUuxModQg04q/mBwyg8uA==", "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, "engines": { "node": ">=6.9.0" } @@ -4754,9 +4751,9 @@ } }, "node_modules/i18next": { - "version": "24.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", - "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", + "version": "25.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz", + "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==", "funding": [ { "type": "individual", @@ -4773,7 +4770,7 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.23.2" + "@babel/runtime": "^7.27.1" }, "peerDependencies": { "typescript": "^5" @@ -6915,12 +6912,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "license": "MIT" - }, "node_modules/regexp.prototype.flags": { "version": "1.5.4", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", diff --git a/client/package.json b/client/package.json index ca7f3f2..2c24b7c 100644 --- a/client/package.json +++ b/client/package.json @@ -19,7 +19,7 @@ "@fontsource/roboto-condensed": "^5.2.5", "base-64": "^1.0.0", "i18n": "^0.15.1", - "i18next": "^24.1.2", + "i18next": "^25.2.1", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.2", "jwt-decode": "^4.0.0",