From 5d87c7ba74500cacb073dca646a7ed4063eab4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:13:55 +0000 Subject: [PATCH] build(deps): bump react-i18next from 15.1.2 to 15.1.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.2 to 15.1.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.2...v15.1.3) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 94a0ca5c7..f8094ecf3 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.2", + "react-i18next": "^15.1.3", "react-icons": "^5.3.0", "react-share": "^5.1.1", "react-switch": "^7.0.0", @@ -25697,9 +25697,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.2.tgz", - "integrity": "sha512-tl7AfbWyz9a4BefFXnVooc+gvQBVlavUkVTphGUcvhsNmbRf5UixJVdHeSFkE4gUyQkmFPYHVwTuxIdHjfQgiA==", + "version": "15.1.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.3.tgz", + "integrity": "sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", diff --git a/package.json b/package.json index 478da20cf..01e18cfc4 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.2", + "react-i18next": "^15.1.3", "react-icons": "^5.3.0", "react-share": "^5.1.1", "react-switch": "^7.0.0",