diff --git a/package-lock.json b/package-lock.json index de2eeb7..556e77f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "clsx": "^2.1.0", "electron-store": "^11.0.2", "electron-updater": "^6.8.3", - "i18next": "^25.10.4", + "i18next": "^26.0.1", "minimatch": "^10.2.4", "path-browserify": "^1.0.1", "process": "^0.11.10", @@ -10922,9 +10922,9 @@ } }, "node_modules/i18next": { - "version": "25.10.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.9.tgz", - "integrity": "sha512-hQY9/bFoQKGlSKMlaCuLR8w1h5JjieqrsnZvEmj1Ja6Ec7fbyc4cTrCsY9mb9Sd8YQ/swsrKz1S9M8AcvVI70w==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.1.tgz", + "integrity": "sha512-vtz5sXU4+nkCm8yEU+JJ6yYIx0mkg9e68W0G0PXpnOsmzLajNsW5o28DJMqbajxfsfq0gV3XdrBudsDQnwxfsQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 0eda04e..8193ea8 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "clsx": "^2.1.0", "electron-store": "^11.0.2", "electron-updater": "^6.8.3", - "i18next": "^25.10.4", + "i18next": "^26.0.1", "minimatch": "^10.2.4", "path-browserify": "^1.0.1", "process": "^0.11.10",