diff --git a/package-lock.json b/package-lock.json index 49cacc94..2b0df8ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "framer-motion": "^12.29.2", "gpt-token-utils": "^1.2.0", "html-react-parser": "^5.2.14", - "i18next": "^25.8.0", + "i18next": "^25.8.11", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "lucide-react": "^0.563.0", @@ -55,13 +55,13 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", - "@types/node": "latest", + "@types/node": "*", "@types/react": "*", "@types/react-dom": "*", "@types/uuid": "^11.0.0", "eslint": "*", - "eslint-config-next": "latest", - "postcss": "latest", + "eslint-config-next": "*", + "postcss": "*", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^4.1.18", @@ -9024,9 +9024,9 @@ } }, "node_modules/i18next": { - "version": "25.8.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.0.tgz", - "integrity": "sha512-urrg4HMFFMQZ2bbKRK7IZ8/CTE7D8H4JRlAwqA2ZwDRFfdd0K/4cdbNNLgfn9mo+I/h9wJu61qJzH7jCFAhUZQ==", + "version": "25.8.11", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.11.tgz", + "integrity": "sha512-LZ32llTLGludnddjLoijHV7TbmVubU5eJnsWf8taiuM3jmSfUuvBLuyDeubJKS1yBjLBgb7As124M4KWNcBvpw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index d6e6214b..269f3bb5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "framer-motion": "^12.29.2", "gpt-token-utils": "^1.2.0", "html-react-parser": "^5.2.14", - "i18next": "^25.8.0", + "i18next": "^25.8.11", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "lucide-react": "^0.563.0",