From 71dcbae2e2bc8420bce398dcd15b1ba07f41c0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:45:49 +0000 Subject: [PATCH] Bump react-i18next from 15.1.3 to 15.2.0 in /web Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.3 to 15.2.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.3...v15.2.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 19c4e540ff..60e3263f56 100644 --- a/web/package.json +++ b/web/package.json @@ -18,7 +18,7 @@ "next": "14.2.14", "react": "^18", "react-dom": "^18", - "react-i18next": "^15.1.3", + "react-i18next": "^15.2.0", "react-native-safe-area-context": "^4.14.0", "react-native-svg": "15.4.0", "react-native-web": "^0.19.13", diff --git a/web/yarn.lock b/web/yarn.lock index 0abb0028ee..fd917760d4 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -4825,10 +4825,10 @@ react-dom@^18: loose-envify "^1.1.0" scheduler "^0.23.2" -react-i18next@^15.1.3: - version "15.1.3" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.3.tgz#172c3905038ea4f90699a19949a0084b5641c94f" - integrity sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw== +react-i18next@^15.2.0: + version "15.2.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.2.0.tgz#6b51650e1e93eb4d235a4d533fcf61b3bbf4ea10" + integrity sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg== dependencies: "@babel/runtime" "^7.25.0" html-parse-stringify "^3.0.1"