diff --git a/package-lock.json b/package-lock.json index 00eff9a..de38b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,10 +11,10 @@ "dependencies": { "@pseinfo/i18n": "github:pseinfo/i18n", "astro": "^6.4.8", - "i18next": "^26.3.4", + "i18next": "^26.3.6", "lucide-react": "^1.23.0", "react": "^19.2.6", - "react-i18next": "^17.0.8" + "react-i18next": "^17.0.9" }, "devDependencies": { "@astrojs/react": "^5.0.7", @@ -3842,9 +3842,9 @@ "license": "BSD-2-Clause" }, "node_modules/i18next": { - "version": "26.3.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.4.tgz", - "integrity": "sha512-pa7m0d7pBDqGHZxljT+WPFeyFgQ7P7SciPPo1tTqYuO0z4sqADYhwnBESmmGp/wEof1inwdls/k8ZgTg8rxFHA==", + "version": "26.3.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.6.tgz", + "integrity": "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA==", "funding": [ { "type": "individual", @@ -3861,7 +3861,7 @@ ], "license": "MIT", "peerDependencies": { - "typescript": "^5 || ^6" + "typescript": "^5 || ^6 || ^7" }, "peerDependenciesMeta": { "typescript": { @@ -5678,9 +5678,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.8.tgz", - "integrity": "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw==", + "version": "17.0.9", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.9.tgz", + "integrity": "sha512-buLzOSqHtXxjf+qgSrLWNTXVZ1jSwO6kUv3uJqSP1roGBPgNnbhFm7OmdVwWcgf2gIbUyP0J333uPyx+Btsi3w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", @@ -5690,7 +5690,7 @@ "peerDependencies": { "i18next": ">= 26.2.0", "react": ">= 16.8.0", - "typescript": "^5 || ^6" + "typescript": "^5 || ^6 || ^7" }, "peerDependenciesMeta": { "react-dom": { diff --git a/package.json b/package.json index 053d56b..0f38ca5 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "dependencies": { "@pseinfo/i18n": "github:pseinfo/i18n", "astro": "^6.4.8", - "i18next": "^26.3.4", + "i18next": "^26.3.6", "lucide-react": "^1.23.0", "react": "^19.2.6", - "react-i18next": "^17.0.8" + "react-i18next": "^17.0.9" }, "devDependencies": { "@astrojs/react": "^5.0.7",