From 058b053502b8d12c271c7f19fb92b434cc71cbc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:43:05 +0000 Subject: [PATCH] build(deps): bump react-i18next from 15.1.3 to 15.1.4 (#3289) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.3 to 15.1.4. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.3...v15.1.4) --- 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, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ae1d37ef..1b34725cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "react-bootstrap": "^2.10.6", "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", - "react-i18next": "^15.1.3", + "react-i18next": "^15.1.4", "react-icons": "^5.4.0", "react-share": "^5.1.1", "react-switch": "^7.0.0", @@ -25699,10 +25699,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==", - "license": "MIT", + "version": "15.1.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.4.tgz", + "integrity": "sha512-2tai71gmehbvl9ZIqPMqlCCkm/cbeV1G4STpmM3C8Uzo6T2l8jDvZxEVSsQKt8blP9X34iRFP/k1ROqG2296MQ==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 08980e4b8..d786713d3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-bootstrap": "^2.10.6", "react-dom": "^18.3.1", "react-hubspot-form": "^1.3.7", - "react-i18next": "^15.1.3", + "react-i18next": "^15.1.4", "react-icons": "^5.4.0", "react-share": "^5.1.1", "react-switch": "^7.0.0",