diff --git a/package-lock.json b/package-lock.json index 9ed52ac..c0d5f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "i18next": "^26.4.2", "lucide-react": "^1.44.0", "react": "^19.2.6", - "react-i18next": "^17.0.13" + "react-i18next": "^17.0.14" }, "devDependencies": { "@astrojs/react": "^5.0.7", @@ -5998,9 +5998,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.13", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.13.tgz", - "integrity": "sha512-Cc1PscmblIHA1kljTqDwrcVMI21ydgmUzw0UAeQBe7pAOgfuRLfzXze4EUBQoeDiICzFIXXhHFoZxuetNg5D0Q==", + "version": "17.0.14", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.14.tgz", + "integrity": "sha512-ZpMBfJL3BiXPuYHj5QMY1GwvKJNhE1vCxOJQ8BoMBdHP5XONTfi/Qss1nuRlnFdIl72PKo2jPmw+fxuLjRFgaQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.7", diff --git a/package.json b/package.json index 57f3e5a..bfdfddd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "i18next": "^26.4.2", "lucide-react": "^1.44.0", "react": "^19.2.6", - "react-i18next": "^17.0.13" + "react-i18next": "^17.0.14" }, "devDependencies": { "@astrojs/react": "^5.0.7",