From f23f46c5d0c14664468192079d16b445324f4d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:35:35 +0000 Subject: [PATCH] Bump react-i18next from 14.0.1 to 14.0.2 (#29) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.1 to 14.0.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.0.1...v14.0.2) --- 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87e71939..4227990b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hubspot-form": "^1.3.7", - "react-i18next": "^14.0.1", + "react-i18next": "^14.0.2", "react-icons": "^5.0.1", "react-share": "^5.0.3", "react-slick": "^0.30.1", @@ -23885,11 +23885,11 @@ } }, "node_modules/react-i18next": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", - "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.2.tgz", + "integrity": "sha512-YOB/H1IgXveEWeTsCHez18QjDXImzVZOcF9/JroSbjYoN1LOfCoARFJUQQ8VNow0TnGOtHq9SwTmismm78CTTA==", "dependencies": { - "@babel/runtime": "^7.22.5", + "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index d006c3e5..a9fb4397 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hubspot-form": "^1.3.7", - "react-i18next": "^14.0.1", + "react-i18next": "^14.0.2", "react-icons": "^5.0.1", "react-share": "^5.0.3", "react-slick": "^0.30.1",