From 67bb64ebf64b4ef37f2c518eb6bafb41faf9bc35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:56:32 +0000 Subject: [PATCH] Bump i18next from 23.16.4 to 24.2.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.4 to 24.2.0. - [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.4...v24.2.0) --- 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 8d551d0..3a79c86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "browserslist": "^4.24.2", "browserslist-useragent": "^4.0.0", "cypress": "^13.17.0", - "i18next": "^23.16.4", + "i18next": "^24.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", @@ -3884,9 +3884,9 @@ } }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "funding": [ { "type": "individual", @@ -3903,6 +3903,14 @@ ], "dependencies": { "@babel/runtime": "^7.23.2" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/ieee754": { diff --git a/package.json b/package.json index 257af04..302cdfb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "browserslist": "^4.24.2", "browserslist-useragent": "^4.0.0", "cypress": "^13.17.0", - "i18next": "^23.16.4", + "i18next": "^24.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0",