From 42abc727d7ce8f097e86ec7afa2974d7b59bcb83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:27:33 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 14.1.2 to 14.1.3 in /frontend (#2965) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.2 to 14.1.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.2...v14.1.3) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ee2f6913cb..25c12480ae 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "react-dom": "^18.3.1", "react-highlight": "^0.15.0", "react-hot-toast": "^2.4.1", - "react-i18next": "^14.1.2", + "react-i18next": "^14.1.3", "react-icons": "^5.2.1", "react-markdown": "^9.0.1", "react-redux": "^9.1.2", @@ -13066,9 +13066,9 @@ } }, "node_modules/react-i18next": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", - "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.3.tgz", + "integrity": "sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index 6ec151454c..b0984a8b10 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "react-dom": "^18.3.1", "react-highlight": "^0.15.0", "react-hot-toast": "^2.4.1", - "react-i18next": "^14.1.2", + "react-i18next": "^14.1.3", "react-icons": "^5.2.1", "react-markdown": "^9.0.1", "react-redux": "^9.1.2",