diff --git a/package-lock.json b/package-lock.json index 4298941..44c1835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "electron-updater": "^6.8.3", "framer-motion": "^12.40.0", - "i18next": "^26.0.10", + "i18next": "^26.3.0", "lucide-react": "^0.577.0", "pusher-js": "^8.4.0", "react-i18next": "^17.0.8", @@ -6265,9 +6265,9 @@ } }, "node_modules/i18next": { - "version": "26.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.2.0.tgz", - "integrity": "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA==", + "version": "26.3.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.0.tgz", + "integrity": "sha512-gHSgGpUXVmuqE2El1W61DmxeyeTlFfZgdJRWMo9jScAn5pu7TuTuiccb1zh3E2J9hEBVGJ23+96x0ieBhfuIHA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 584eb02..a4034fe 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "clsx": "^2.1.1", "electron-updater": "^6.8.3", "framer-motion": "^12.40.0", - "i18next": "^26.0.10", + "i18next": "^26.3.0", "lucide-react": "^0.577.0", "pusher-js": "^8.4.0", "react-i18next": "^17.0.8",