From dfca7f5aaf5f809ec392d910a4e8385a1d6c725b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:05:26 +0000 Subject: [PATCH] chore(deps): bump i18next from 25.0.1 to 25.0.2 in /client Bumps [i18next](https://github.com/i18next/i18next) from 25.0.1 to 25.0.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.0.1...v25.0.2) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index f0e81382..d1487c91 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "@vitejs/plugin-react": "^4.4.1", "chart.js": "^4.4.9", "cron-parser": "^5.1.1", - "i18next": "^25.0.1", + "i18next": "^25.0.2", "i18next-browser-languagedetector": "^8.0.5", "i18next-http-backend": "^3.0.2", "react": "^19.1.0", @@ -3890,9 +3890,9 @@ } }, "node_modules/i18next": { - "version": "25.0.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.0.1.tgz", - "integrity": "sha512-8S8PyZbrymJZn3DaN70/34JYWNhsqrU6yA4MuzcygJBv+41dgNMocEA8h+kV1P7MCc1ll03lOTOIXE7mpNCicw==", + "version": "25.0.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.0.2.tgz", + "integrity": "sha512-xWxgK8GAaPYkV9ia2tdgbtdM+qiC+ysVTBPvXhpCORU/+QkeQe3BSI7Crr+c4ZXULN1PfnXG/HY2n7HGx4KKBg==", "funding": [ { "type": "individual", @@ -8636,9 +8636,9 @@ } }, "i18next": { - "version": "25.0.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.0.1.tgz", - "integrity": "sha512-8S8PyZbrymJZn3DaN70/34JYWNhsqrU6yA4MuzcygJBv+41dgNMocEA8h+kV1P7MCc1ll03lOTOIXE7mpNCicw==", + "version": "25.0.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.0.2.tgz", + "integrity": "sha512-xWxgK8GAaPYkV9ia2tdgbtdM+qiC+ysVTBPvXhpCORU/+QkeQe3BSI7Crr+c4ZXULN1PfnXG/HY2n7HGx4KKBg==", "requires": { "@babel/runtime": "^7.26.10" } diff --git a/client/package.json b/client/package.json index 2178aa30..07205e6f 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "@vitejs/plugin-react": "^4.4.1", "chart.js": "^4.4.9", "cron-parser": "^5.1.1", - "i18next": "^25.0.1", + "i18next": "^25.0.2", "i18next-browser-languagedetector": "^8.0.5", "i18next-http-backend": "^3.0.2", "react": "^19.1.0",