From e1e2685fbad6bd78bcdbb3b56a8a8df1f282483c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:05:36 +0000 Subject: [PATCH] build(deps): bump react-i18next from 15.2.0 to 15.3.0 in /website Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.2.0 to 15.3.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.2.0...v15.3.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 4c8189d7e..6cf212491 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.3.5", "react-hook-form": "^7.54.2", - "react-i18next": "^15.2.0", + "react-i18next": "^15.3.0", "react-router-dom": "^6.28.0", "react-use": "^17.6.0", "swr": "^2.3.0" diff --git a/website/yarn.lock b/website/yarn.lock index a649e64e2..06006d208 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -3447,10 +3447,10 @@ react-hook-form@^7.54.2: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.54.2.tgz#8c26ed54c71628dff57ccd3c074b1dd377cfb211" integrity sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg== -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== +react-i18next@^15.3.0: + version "15.3.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.3.0.tgz#0dd4e84865460f3b4ccd086715360b5a3eaaa49f" + integrity sha512-rEsdTx1L6a/XmqFHreDz4arGqjWtoGWg9IxZbScRBK5aXkTLK3rzRElifhNo/SuNIEsjLDwnhvblnlYZGckrIg== dependencies: "@babel/runtime" "^7.25.0" html-parse-stringify "^3.0.1"