diff --git a/package-lock.json b/package-lock.json index a68e727e..9deb19db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.6", - "i18next-cli": "^1.73.1", + "i18next-cli": "^1.73.2", "istanbul": "^0.4.5", "istanbul-lib-coverage": "^3.2.2", "nyc": "^18.0.0", @@ -6664,9 +6664,9 @@ } }, "node_modules/i18next-cli": { - "version": "1.73.1", - "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.73.1.tgz", - "integrity": "sha512-dhCKZuDV7fAp5KYI5mbazXAB26MD45Trsi4043OpynOjpimZaZRwT7spOVrB9Y1UZEXxfxjhOGQv0orMedbLtw==", + "version": "1.73.2", + "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.73.2.tgz", + "integrity": "sha512-f8oRKyavyt1mXgB5xvs2IqytYic5QtDM3qwfR86JDHQFFv/X4iKWK6Ca7QjGCEJTIWEeFqLbnv+y+ffVS1pPCw==", "dev": true, "license": "MIT", "dependencies": { @@ -6684,7 +6684,6 @@ "magic-string": "^1.2.2", "minimatch": "^10.2.6", "ora": "^9.4.1", - "react": "^19.2.8", "react-i18next": "^17.0.12", "yaml": "^2.9.0" }, diff --git a/package.json b/package.json index e74c7a19..27e77495 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.6", - "i18next-cli": "^1.73.1", + "i18next-cli": "^1.73.2", "istanbul": "^0.4.5", "istanbul-lib-coverage": "^3.2.2", "nyc": "^18.0.0",