From ba502b2f7300a24e81db9d10071725e5cbea1562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:25:18 +0000 Subject: [PATCH] build(deps): bump react-i18next from 14.1.1 to 15.0.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.1 to 15.0.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.1...v15.0.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... 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 76afe1851..788f9b61a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-focus-on": "3.9.3", - "react-i18next": "14.1.1", + "react-i18next": "15.0.0", "react-idle-timer": "5.7.2", "sharp": "0.33.4", "yup": "1.4.0" @@ -12985,11 +12985,11 @@ } }, "node_modules/react-i18next": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.1.tgz", - "integrity": "sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.0.tgz", + "integrity": "sha512-2O3IgF4zivg57Q6p6i+ChDgJ371IDcEWbuWC6gvoh5NbkDMs0Q+O7RPr4v61+Se32E0V+LmtwePAeqWZW0bi6g==", "dependencies": { - "@babel/runtime": "^7.23.9", + "@babel/runtime": "^7.24.8", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index 5ea12f171..fc5fd4027 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-focus-on": "3.9.3", - "react-i18next": "14.1.1", + "react-i18next": "15.0.0", "react-idle-timer": "5.7.2", "sharp": "0.33.4", "yup": "1.4.0"