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",