From 06059eb4f9f521a42d035b2d5c26738f39407814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:44:50 +0000 Subject: [PATCH] Bump react-i18next from 15.0.1 to 15.1.1 in /app/frontend Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.0.1 to 15.1.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.0.1...v15.1.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 | 11 +++++------ app/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/frontend/package-lock.json b/app/frontend/package-lock.json index 695a71e8a3..09a386b97c 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.0.0", + "react-i18next": "^15.1.1", "react-markdown": "^9.0.1", "react-router-dom": "^6.26.2", "react-syntax-highlighter": "^15.5.0", @@ -5193,12 +5193,11 @@ } }, "node_modules/react-i18next": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", - "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", - "license": "MIT", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz", + "integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/app/frontend/package.json b/app/frontend/package.json index 79ed118649..0aae634add 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -29,7 +29,7 @@ "react-markdown": "^9.0.1", "react-router-dom": "^6.26.2", "react-helmet-async": "^2.0.5", - "react-i18next": "^15.0.0", + "react-i18next": "^15.1.1", "react-syntax-highlighter": "^15.5.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0",