From 29dd5dd402a7621e71511f054ece485ec8bb8387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:40:29 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ea464ac..d0debc86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", - "react-i18next": "^15.2.0", + "react-i18next": "^15.3.0", "react-icons": "^5.4.0", "react-share": "^5.1.1", "react-slick": "^0.30.3", @@ -23768,9 +23768,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==", + "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 9cfa379a..09b2c47f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", - "react-i18next": "^15.2.0", + "react-i18next": "^15.3.0", "react-icons": "^5.4.0", "react-share": "^5.1.1", "react-slick": "^0.30.3",