From 4b5774be94aa0b50ead26e0d9e503dfe0d50c108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:11:06 +0000 Subject: [PATCH] build(deps): bump react-i18next from 15.0.1 to 15.0.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.0.1 to 15.0.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.0.1...v15.0.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3578584e..08b8414f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "rc-virtual-list": "^3.14.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-router-dom": "^6.26.2", "react-use-intercom": "^5.4.1", "react-window": "^1.8.10", @@ -7051,11 +7051,11 @@ } }, "node_modules/react-i18next": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", - "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.3.tgz", + "integrity": "sha512-BlO1P+oLKjjIxDBQ0GkAIMacgjfMbnvops+3Y5nZXF7UJ99v4KCWr0Na1azJXC8AMiNWp4kgUcFCJM7U9ZsUDg==", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index b8292448..ea51c409 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "posthog-js": "^1.165.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-router-dom": "^6.26.2", "react-use-intercom": "^5.4.1", "react-window": "^1.8.10",