diff --git a/package-lock.json b/package-lock.json index d04c452..e7c9e7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "i18next": "^26.3.6", "lucide-react": "^1.24.0", "react": "^19.2.6", - "react-i18next": "^17.0.9" + "react-i18next": "^17.0.10" }, "devDependencies": { "@astrojs/react": "^5.0.7", @@ -5998,9 +5998,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.9.tgz", - "integrity": "sha512-buLzOSqHtXxjf+qgSrLWNTXVZ1jSwO6kUv3uJqSP1roGBPgNnbhFm7OmdVwWcgf2gIbUyP0J333uPyx+Btsi3w==", + "version": "17.0.10", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.10.tgz", + "integrity": "sha512-XneHftyYA774MJkkccSkZ5oKrUpCnXIPmxio3wemqrVzCRLWiGXOMbIzObrer03fNDEnm8g8R5yYls4HcE+esg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", diff --git a/package.json b/package.json index 284519f..db9d0f8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "i18next": "^26.3.6", "lucide-react": "^1.24.0", "react": "^19.2.6", - "react-i18next": "^17.0.9" + "react-i18next": "^17.0.10" }, "devDependencies": { "@astrojs/react": "^5.0.7",