From 0e4d89d6757a653ee35dec3da51328273f8e25fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:14:34 +0000 Subject: [PATCH] build(deps): bump react-i18next in /frontend in the i18next group Bumps the i18next group in /frontend with 1 update: [react-i18next](https://github.com/i18next/react-i18next). Updates `react-i18next` from 15.1.1 to 15.1.2 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.1...v15.1.2) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 20d8e4176..bf1d72250 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "i18next": "^24.0.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.1", + "react-i18next": "^15.1.2", "swagger-ui-react": "^5.18.2", "vaul": "^1.1.1", "zod": "^3.23.8" @@ -12730,9 +12730,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz", - "integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==", + "version": "15.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.2.tgz", + "integrity": "sha512-tl7AfbWyz9a4BefFXnVooc+gvQBVlavUkVTphGUcvhsNmbRf5UixJVdHeSFkE4gUyQkmFPYHVwTuxIdHjfQgiA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", diff --git a/frontend/package.json b/frontend/package.json index 1cd029b25..7ac4ce7c5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "i18next": "^24.0.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.1", + "react-i18next": "^15.1.2", "swagger-ui-react": "^5.18.2", "vaul": "^1.1.1", "zod": "^3.23.8"