From ca10162065f58dbceb25cfefdbb68666d8194ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:50:04 +0000 Subject: [PATCH] [npm]: Bump i18next from 23.16.8 to 24.0.5 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.8 to 24.0.5. - [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.8...v24.0.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++++----- package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 757e6acaa..85f1ec747 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "express": "^4.21.1", "globals": "^15.12.0", "html-react-parser": "^5.1.18", - "i18next": "^23.16.8", + "i18next": "^24.0.5", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.7.0", "i18next-resources-to-backend": "^1.2.1", @@ -9404,9 +9404,9 @@ "license": "BSD-3-Clause" }, "node_modules/i18next": { - "version": "23.16.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", - "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", + "version": "24.0.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", + "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", "funding": [ { "type": "individual", @@ -9421,9 +9421,16 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/i18next-browser-languagedetector": { diff --git a/package.json b/package.json index 3fe6d3bfb..dc6bcb594 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "express": "^4.21.1", "globals": "^15.12.0", "html-react-parser": "^5.1.18", - "i18next": "^23.16.8", + "i18next": "^24.0.5", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.7.0", "i18next-resources-to-backend": "^1.2.1",