diff --git a/package-lock.json b/package-lock.json index d1484b9aa20..ae0fe7044ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6346,9 +6346,9 @@ "integrity": "sha512-fXHXcGFTXOvZTSkPJuGOQf5Lv5T/R2itiiCVPg9LxAje5D00O0pP83yJShFq5V89Ly//Gt6acj7z8pbBr34stw==" }, "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.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.0.tgz", + "integrity": "sha512-ORGCwMrXxpmB/AljFbGEe0UK/9Pz6umb9aZgLZ9qJGE+kjKhlnLj423WX2mt+N0MlEJ78pQXFMBmeMzrkLxriQ==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 7d837376d0e..e772215fc0b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "file-saver": "^2.0.5", "file-select-dialog": "^1.5.4", "firebase": "^11.0.2", - "i18next": "^23.16.8", + "i18next": "^24.0.0", "interweave": "^13.1.0", "jszip": "^3.10.1", "jw-epub-parser": "^3.28.1",