From 37dce64eb66d65906f2396742f1f6ce2d7ac6b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 09:01:14 +0530 Subject: [PATCH] Bump react-i18next from 15.1.3 to 15.2.0 (#9575) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 103d081c665..fa8c7e1aa72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "react-copy-to-clipboard": "^5.1.0", "react-dom": "18.3.1", "react-google-recaptcha": "^3.1.0", - "react-i18next": "^15.1.3", + "react-i18next": "^15.2.0", "react-infinite-scroll-component": "^6.1.0", "react-pdf": "^9.2.1", "react-webcam": "^7.2.0", @@ -16661,9 +16661,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.3.tgz", - "integrity": "sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.2.0.tgz", + "integrity": "sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", diff --git a/package.json b/package.json index 72f0f53ed4d..b768b4893aa 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "react-copy-to-clipboard": "^5.1.0", "react-dom": "18.3.1", "react-google-recaptcha": "^3.1.0", - "react-i18next": "^15.1.3", + "react-i18next": "^15.2.0", "react-infinite-scroll-component": "^6.1.0", "react-pdf": "^9.2.1", "react-webcam": "^7.2.0",