From 93569b1c26c1cb25e505cce3d86ad4120e1a5aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:35:32 +0000 Subject: [PATCH] feat(deps): bump react-i18next from 15.1.0 to 15.1.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.0 to 15.1.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.0...v15.1.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50022cb490..083121a3a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "qrcode": "^1.5.4", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.1.1", "react-pdf-html": "^2.1.2", "react-router-dom": "^6.27.0", "recoil": "^0.7.7", @@ -16910,9 +16910,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz", - "integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==", + "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.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index cd5ccf20ea..fae2bb4433 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "qrcode": "^1.5.4", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.1.1", "react-pdf-html": "^2.1.2", "react-router-dom": "^6.27.0", "recoil": "^0.7.7",