From 3a4e95a8ec86f83ab16ddbe7de095a4f9c5ac162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:16:36 +1030 Subject: [PATCH] Bump i18next from 23.16.4 to 24.0.5 (#2654) Bumps [i18next](https://github.com/i18next/i18next) from 23.16.4 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.4...v24.0.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c3257f811..a25948280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "genson-js": "^0.0.8", "glob": "^11.0.0", "har-validator": "5.1.5", - "i18next": "^23.16.4", + "i18next": "^24.0.5", "i18next-fs-backend": "^2.3.2", "include-all": "^4.0.3", "jquery": "^3.7.1", @@ -4902,9 +4902,9 @@ "license": "BSD-3-Clause" }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "24.0.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", + "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", "funding": [ { "type": "individual", @@ -4921,6 +4921,14 @@ ], "dependencies": { "@babel/runtime": "^7.23.2" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/i18next-fs-backend": { diff --git a/package.json b/package.json index 5a5a52aca..9eaadefb8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "genson-js": "^0.0.8", "glob": "^11.0.0", "har-validator": "5.1.5", - "i18next": "^23.16.4", + "i18next": "^24.0.5", "i18next-fs-backend": "^2.3.2", "include-all": "^4.0.3", "jquery": "^3.7.1",