From 7155b90aabc698ccc188518ffcd2b8474dd1b1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:52:28 +0000 Subject: [PATCH] Bump react-i18next from 15.1.1 to 15.4.1 in /app/frontend Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.1 to 15.4.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.1...v15.4.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/frontend/package-lock.json | 9 +++++---- app/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/frontend/package-lock.json b/app/frontend/package-lock.json index f577997725..c02a8a3358 100644 --- a/app/frontend/package-lock.json +++ b/app/frontend/package-lock.json @@ -23,7 +23,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", - "react-i18next": "^15.1.1", + "react-i18next": "^15.4.1", "react-markdown": "^9.0.1", "react-router-dom": "^6.28.0", "react-syntax-highlighter": "^15.6.1", @@ -5215,9 +5215,10 @@ } }, "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.4.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.1.tgz", + "integrity": "sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/app/frontend/package.json b/app/frontend/package.json index 224d93867d..76fcb515ea 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -29,7 +29,7 @@ "react-markdown": "^9.0.1", "react-router-dom": "^6.28.0", "react-helmet-async": "^2.0.5", - "react-i18next": "^15.1.1", + "react-i18next": "^15.4.1", "react-syntax-highlighter": "^15.6.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0",