diff --git a/package-lock.json b/package-lock.json index 736e09fe..73f267eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "distube": "^5.0.4", "firebase": "^11.0.2", "genius-lyrics": "^4.4.7", - "i18next": "^23.16.5", + "i18next": "^24.0.2", "i18next-fs-backend": "^2.6.0", "pino": "^9.5.0", "pino-pretty": "^13.0.0", @@ -2664,9 +2664,9 @@ } }, "node_modules/i18next": { - "version": "23.16.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", - "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", + "version": "24.0.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", + "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", "funding": [ { "type": "individual", @@ -2683,6 +2683,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 2afb99ae..e431233b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "distube": "^5.0.4", "firebase": "^11.0.2", "genius-lyrics": "^4.4.7", - "i18next": "^23.16.5", + "i18next": "^24.0.2", "i18next-fs-backend": "^2.6.0", "pino": "^9.5.0", "pino-pretty": "^13.0.0",