diff --git a/package-lock.json b/package-lock.json index e0686c5..689296f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@tauri-apps/plugin-dialog": "~2.7.0", "d3-force": "^3.0.0", "github-slugger": "^2.0.0", - "i18next": "^26.0.4", + "i18next": "^26.2.0", "mdast-util-to-string": "^4.0.0", "mermaid": "^11.14.0", "react": "^19.2.0", @@ -3124,9 +3124,9 @@ } }, "node_modules/i18next": { - "version": "26.0.10", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.10.tgz", - "integrity": "sha512-k3yGPAlWR2RdMYoVXJoDZDT87qeHIWKH7gVksdZMpRty7QX/D9QZeYGvN08KGbKHke9wn01eYT+EEsrqX/YTlw==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.2.0.tgz", + "integrity": "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index e68ea14..3b51f03 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@tauri-apps/plugin-dialog": "~2.7.0", "d3-force": "^3.0.0", "github-slugger": "^2.0.0", - "i18next": "^26.0.4", + "i18next": "^26.2.0", "mdast-util-to-string": "^4.0.0", "mermaid": "^11.14.0", "react": "^19.2.0",