From d8f42b33e73a87083c1e97aa5ec596bf594fb2e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:13:50 +0000 Subject: [PATCH] fix(deps): update dependency react-i18next to v15 --- 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 c2a6b51c..5c90aae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.45.2", - "react-i18next": "^14.0.0", + "react-i18next": "^15.0.0", "react-markdown": "^9.0.0", "react-router-dom": "^6.14.2", "recharts": "^2.12.7", @@ -11794,12 +11794,12 @@ } }, "node_modules/react-i18next": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.3.tgz", - "integrity": "sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.0.tgz", + "integrity": "sha512-2O3IgF4zivg57Q6p6i+ChDgJ371IDcEWbuWC6gvoh5NbkDMs0Q+O7RPr4v61+Se32E0V+LmtwePAeqWZW0bi6g==", "license": "MIT", "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 0bf331fd..f8f4f075 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.45.2", - "react-i18next": "^14.0.0", + "react-i18next": "^15.0.0", "react-markdown": "^9.0.0", "react-router-dom": "^6.14.2", "recharts": "^2.12.7",