From 56a0fbd01b56e73c8bad4181d6faf8ba94e956b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:35:59 +0000 Subject: [PATCH] Bump i18next from 23.16.3 to 24.2.1 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.3 to 24.2.1. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.16.3...v24.2.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b645ad4..4b4146d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "framer-motion": "^11.9.0", - "i18next": "^23.16.3", + "i18next": "^24.2.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.0.3", @@ -11724,9 +11724,9 @@ } }, "node_modules/i18next": { - "version": "23.16.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.3.tgz", - "integrity": "sha512-e8q9gFyjrou5v/hBXgRwtWVK7Gp5So19Kf42spJlijGDfkin5abYFHlblonmD2GFYcsf9XIT7MpVuveJq/VCcA==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", + "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", "funding": [ { "type": "individual", @@ -11743,6 +11743,14 @@ ], "dependencies": { "@babel/runtime": "^7.23.2" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/iconv-lite": { diff --git a/package.json b/package.json index 217fd1b..343380b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "framer-motion": "^11.9.0", - "i18next": "^23.16.3", + "i18next": "^24.2.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.0.3",