From 197f5359f757732ab74b7de59fdcea76433724ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:37:17 +0000 Subject: [PATCH] Bump react-i18next from 14.1.2 to 14.1.3 in /VAMobile 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] --- VAMobile/package.json | 2 +- VAMobile/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VAMobile/package.json b/VAMobile/package.json index 1876a97d13..406e71f0d6 100644 --- a/VAMobile/package.json +++ b/VAMobile/package.json @@ -63,7 +63,7 @@ "postinstall-postinstall": "^2.1.0", "react": "18.3.1", "react-content-loader": "^7.0.0", - "react-i18next": "^14.1.2", + "react-i18next": "^14.1.3", "react-native": "0.75.3", "react-native-blob-util": "^0.19.11", "react-native-document-picker": "^8.2.2", diff --git a/VAMobile/yarn.lock b/VAMobile/yarn.lock index 4ea6984a10..df993f561c 100644 --- a/VAMobile/yarn.lock +++ b/VAMobile/yarn.lock @@ -9222,10 +9222,10 @@ react-freeze@^1.0.0: resolved "https://registry.yarnpkg.com/react-freeze/-/react-freeze-1.0.0.tgz#b21c65fe1783743007c8c9a2952b1c8879a77354" integrity sha512-yQaiOqDmoKqks56LN9MTgY06O0qQHgV4FUrikH357DydArSZHQhl0BJFqGKIZoTqi8JizF9Dxhuk1FIZD6qCaw== -react-i18next@^14.1.2: - version "14.1.2" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.2.tgz#cd57a755f25a32a5fcc3dbe546cf3cc62b4f3ebd" - integrity sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg== +react-i18next@^14.1.3: + version "14.1.3" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.3.tgz#85525c4294ef870ddd3f5d184e793cae362f47cb" + integrity sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw== dependencies: "@babel/runtime" "^7.23.9" html-parse-stringify "^3.0.1"