From a1150011d05a1009c53c3861c4b59a6518442e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:41:04 +0000 Subject: [PATCH] build(deps): bump react-i18next from 15.2.0 to 15.3.0 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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61703508d..36e131bae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "react-email": "3.0.4", "react-google-recaptcha": "3.1.0", "react-hot-toast": "2.4.1", - "react-i18next": "15.2.0", + "react-i18next": "15.3.0", "sharp": "0.33.5", "slack-notify": "2.0.7", "stripe": "17.5.0", @@ -19470,10 +19470,9 @@ } }, "node_modules/react-i18next": { - "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", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.3.0.tgz", + "integrity": "sha512-rEsdTx1L6a/XmqFHreDz4arGqjWtoGWg9IxZbScRBK5aXkTLK3rzRElifhNo/SuNIEsjLDwnhvblnlYZGckrIg==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 5c693b62a..cf0e21748 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-email": "3.0.4", "react-google-recaptcha": "3.1.0", "react-hot-toast": "2.4.1", - "react-i18next": "15.2.0", + "react-i18next": "15.3.0", "sharp": "0.33.5", "slack-notify": "2.0.7", "stripe": "17.5.0",