diff --git a/package-lock.json b/package-lock.json index 5734072a..5d91f1fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "github-markdown-css": "^5.8.1", "hast": "^1.0.0", "highlight.js": "^11.11.1", - "i18next": "^25.3.2", + "i18next": "^25.4.0", "i18next-browser-languagedetector": "^8.2.0", "i18next-http-backend": "^3.0.2", "postcss": "^8.5.6", @@ -5163,9 +5163,9 @@ } }, "node_modules/i18next": { - "version": "25.3.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.2.tgz", - "integrity": "sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.4.0.tgz", + "integrity": "sha512-UH5aiamXsO3cfrZFurCHiB6YSs3C+s+XY9UaJllMMSbmaoXILxFgqDEZu4NbfzJFjmUo3BNMa++Rjkr3ofjfLw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index ca2ac2f6..050e8cac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "github-markdown-css": "^5.8.1", "hast": "^1.0.0", "highlight.js": "^11.11.1", - "i18next": "^25.3.2", + "i18next": "^25.4.0", "i18next-browser-languagedetector": "^8.2.0", "i18next-http-backend": "^3.0.2", "postcss": "^8.5.6",