From 59bffa4b377e72e2acd8bd73afeeb7f07c78ba8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:08:24 +0000 Subject: [PATCH] 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index edc6897..8787551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "i18next-http-backend": "^2.5.1", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-i18next": "^14.1.1", + "react-i18next": "^14.1.2", "react-lazy-load-image-component": "^1.6.0", "react-loadable": "^5.5.0", "react-router-dom": "^6.21.1", @@ -14509,9 +14509,9 @@ "dev": true }, "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" @@ -28110,9 +28110,9 @@ "dev": true }, "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==", "requires": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index e6949cc..b7c1baa 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "i18next-http-backend": "^2.5.1", "react": "^18.2.0", "react-dom": "^18.3.1", - "react-i18next": "^14.1.1", + "react-i18next": "^14.1.2", "react-lazy-load-image-component": "^1.6.0", "react-loadable": "^5.5.0", "react-router-dom": "^6.21.1",