diff --git a/package-lock.json b/package-lock.json index 213132d0b..87b688bd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "fluent-ffmpeg": "^2.1.3", "form-data": "^4.0.1", "https-proxy-agent": "^7.0.6", - "i18next": "^23.7.19", + "i18next": "^25.5.2", "jimp": "^1.6.0", "json-schema": "^0.4.0", "jsonschema": "^1.4.1", @@ -9633,9 +9633,9 @@ } }, "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": "25.5.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.5.2.tgz", + "integrity": "sha512-lW8Zeh37i/o0zVr+NoCHfNnfvVw+M6FQbRp36ZZ/NyHDJ3NJVpp2HhAUyU9WafL5AssymNoOjMRB48mmx2P6Hw==", "funding": [ { "type": "individual", @@ -9652,7 +9652,15 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.23.2" + "@babel/runtime": "^7.27.6" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/iconv-lite": { diff --git a/package.json b/package.json index 0ec12f9a1..e6dacd82e 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "fluent-ffmpeg": "^2.1.3", "form-data": "^4.0.1", "https-proxy-agent": "^7.0.6", - "i18next": "^23.7.19", + "i18next": "^25.5.2", "jimp": "^1.6.0", "json-schema": "^0.4.0", "jsonschema": "^1.4.1",