From cc71304c71071c959fe7cc93130758329d50b8ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:38:31 +0000 Subject: [PATCH] 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 eacda89..4364847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "lint-staged": "^15.2.2", "postcss": "^8.4.35", "prettier": "^3.2.5", - "react-i18next": "^14.1.0", + "react-i18next": "^15.0.0", "react-markdown": "^9.0.1", "remark-gfm": "^4.0.0", "sass": "^1.71.1", @@ -6840,13 +6840,13 @@ } }, "node_modules/react-i18next": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", - "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.0.tgz", + "integrity": "sha512-2O3IgF4zivg57Q6p6i+ChDgJ371IDcEWbuWC6gvoh5NbkDMs0Q+O7RPr4v61+Se32E0V+LmtwePAeqWZW0bi6g==", "dev": true, "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 ee5b5c0..d1b3145 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "lint-staged": "^15.2.2", "postcss": "^8.4.35", "prettier": "^3.2.5", - "react-i18next": "^14.1.0", + "react-i18next": "^15.0.0", "react-markdown": "^9.0.1", "remark-gfm": "^4.0.0", "sass": "^1.71.1",