From 67685c9450320ace67a232fb1df72d6b0844e91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:23:43 +0000 Subject: [PATCH] build(deps): bump react-i18next from 15.4.0 to 15.4.1 (#3376) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.4.0 to 15.4.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.4.0...v15.4.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04a8f5873..03fc51260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "react-bootstrap": "^2.10.9", "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", - "react-i18next": "^15.4.0", + "react-i18next": "^15.4.1", "react-icons": "^5.4.0", "react-share": "^5.1.2", "react-switch": "^7.1.0", @@ -25717,9 +25717,10 @@ } }, "node_modules/react-i18next": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz", - "integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.1.tgz", + "integrity": "sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 087e6625c..f322b6b96 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-bootstrap": "^2.10.9", "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", - "react-i18next": "^15.4.0", + "react-i18next": "^15.4.1", "react-icons": "^5.4.0", "react-share": "^5.1.2", "react-switch": "^7.1.0",