From d855bfdc822c097210a77576b36a156b1358a95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:35:44 +0000 Subject: [PATCH] Bump react-i18next from 14.0.1 to 14.1.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.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.0.1...v14.1.2) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22da80be95..4bf1ff982b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "react-datepicker": "^4.25.0", "react-dom": "^17.0.2", "react-hotkeys-hook": "^4.4.4", - "react-i18next": "^14.0.1", + "react-i18next": "^14.1.2", "react-icons": "^5.2.1", "react-redux": "^7.2.9", "react-router-dom": "^6.21.2", @@ -19222,11 +19222,11 @@ } }, "node_modules/react-i18next": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", - "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", + "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.22.5", + "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index 1d5019b3b8..2253349847 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-datepicker": "^4.25.0", "react-dom": "^17.0.2", "react-hotkeys-hook": "^4.4.4", - "react-i18next": "^14.0.1", + "react-i18next": "^14.1.2", "react-icons": "^5.2.1", "react-redux": "^7.2.9", "react-router-dom": "^6.21.2",