diff --git a/package-lock.json b/package-lock.json index cd1a3142..35fc1ca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", - "i18next-cli": "^1.51.4", + "i18next-cli": "^1.51.5", "istanbul": "^0.4.5", "istanbul-lib-coverage": "^3.2.2", "postcss": "^8.5.8", @@ -8090,9 +8090,9 @@ } }, "node_modules/i18next-cli": { - "version": "1.51.4", - "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.51.4.tgz", - "integrity": "sha512-7VR1AIqVj4vuTu0vdbX6TG85Zh4IiwtQtlHSQdtDxLVDUpQB3pnJzjWmUPmOcV1iPcIVkJhYq9BnTc1L91bWbA==", + "version": "1.51.5", + "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.51.5.tgz", + "integrity": "sha512-WjNfP2D61NjxH9KNpsCq0dg6PRcSo4ZWxEx6MawiX/ZXIB8QeKVQEMFGe+5mP+1QN88Wz5Zgopjll1WXB4g/kg==", "dev": true, "license": "MIT", "dependencies": { @@ -8110,7 +8110,7 @@ "minimatch": "^10.2.4", "ora": "^9.3.0", "react": "^19.2.4", - "react-i18next": "^17.0.0", + "react-i18next": "^17.0.1", "yaml": "^2.8.3" }, "bin": { diff --git a/package.json b/package.json index d250e7e8..08f71e5f 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", - "i18next-cli": "^1.51.4", + "i18next-cli": "^1.51.5", "istanbul": "^0.4.5", "istanbul-lib-coverage": "^3.2.2", "postcss": "^8.5.8",