diff --git a/package-lock.json b/package-lock.json index 66329146..81c60e0d 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.49.4", + "i18next-cli": "^1.50.1", "istanbul": "^0.4.5", "istanbul-lib-coverage": "^3.2.2", "postcss": "^8.5.8", @@ -8288,28 +8288,28 @@ } }, "node_modules/i18next-cli": { - "version": "1.49.4", - "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.49.4.tgz", - "integrity": "sha512-ts/5iEO7/j30kzw+G0jpwpZ/0ChaggZt2ASQVJPizIrG8pjGh/StnQULfPPn0dWwOpCmEi9DQYm/WwrCJkoRRQ==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.50.1.tgz", + "integrity": "sha512-Gz+/ZHGqTlKBWJ3zyBwtd+yRZLqJR06WuGSHJUpAsRIrsTa1/AJZD77wZTRLZh2B5w6gnMVsXN8jrNjVvNLvkw==", "dev": true, "license": "MIT", "dependencies": { - "@croct/json5-parser": "0.2.2", - "@swc/core": "1.15.18", - "chokidar": "5.0.0", - "commander": "14.0.3", - "execa": "9.6.1", - "glob": "13.0.6", - "i18next-resources-for-ts": "2.0.0", - "inquirer": "13.3.0", - "jiti": "2.6.1", - "jsonc-parser": "3.3.1", - "magic-string": "0.30.21", - "minimatch": "10.2.4", - "ora": "9.3.0", + "@croct/json5-parser": "^0.2.2", + "@swc/core": "^1.15.18", + "chokidar": "^5.0.0", + "commander": "^14.0.3", + "execa": "^9.6.1", + "glob": "^13.0.6", + "i18next-resources-for-ts": "^2.0.1", + "inquirer": "^13.3.0", + "jiti": "^2.6.1", + "jsonc-parser": "^3.3.1", + "magic-string": "^0.30.21", + "minimatch": "^10.2.4", + "ora": "^9.3.0", "react": "^19.2.4", - "react-i18next": "^16.5.5", - "yaml": "2.8.2" + "react-i18next": "^16.5.6", + "yaml": "^2.8.2" }, "bin": { "i18next-cli": "dist/esm/cli.js" @@ -8608,14 +8608,14 @@ } }, "node_modules/i18next-resources-for-ts": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/i18next-resources-for-ts/-/i18next-resources-for-ts-2.0.0.tgz", - "integrity": "sha512-RvATolbJlxrwpZh2+R7ZcNtg0ewmXFFx6rdu9i2bUEBvn6ThgA82rxDe3rJQa3hFS0SopX0qPaABqVDN3TUVpw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/i18next-resources-for-ts/-/i18next-resources-for-ts-2.0.2.tgz", + "integrity": "sha512-BGPebhvjrvU+pgKNsIzb3cxl6/8LJw1pxNkIlUpnxCC4SXjbIwXeHuNxFnOkTAryRfMqYf81lPjYD2gngDyOfQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4", - "@swc/core": "^1.15.3", + "@babel/runtime": "^7.28.6", + "@swc/core": "^1.15.18", "chokidar": "^5.0.0", "yaml": "^2.8.2" }, diff --git a/package.json b/package.json index fd87638e..b4b7a102 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.49.4", + "i18next-cli": "^1.50.1", "istanbul": "^0.4.5", "istanbul-lib-coverage": "^3.2.2", "postcss": "^8.5.8",