From 3fd1d406a6c56a16ac84d8a25480b42de1d31a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 23:55:27 +0000 Subject: [PATCH] feat(deps): bump react-i18next from 14.1.1 to 14.1.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.1 to 14.1.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.1...v14.1.2) --- 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 ec5b985e21..5ccc4691f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "qrcode": "^1.5.3", "react": "^18.3.0", "react-dom": "^18.3.1", - "react-i18next": "^14.1.1", + "react-i18next": "^14.1.2", "react-pdf-html": "^2.0.4", "react-router-dom": "^6.23.1", "recoil": "^0.7.7", @@ -19089,9 +19089,9 @@ } }, "node_modules/react-i18next": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.1.tgz", - "integrity": "sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", + "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 06c4befe17..d17e61a79c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "qrcode": "^1.5.3", "react": "^18.3.0", "react-dom": "^18.3.1", - "react-i18next": "^14.1.1", + "react-i18next": "^14.1.2", "react-pdf-html": "^2.0.4", "react-router-dom": "^6.23.1", "recoil": "^0.7.7",