diff --git a/package-lock.json b/package-lock.json index b8c52c5e..8f7a5415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "react-collapse": "^5.1.1", "react-color": "^2.19.3", "react-dom": "^19.2.4", - "react-i18next": "^16.5.8", + "react-i18next": "^16.6.1", "react-icons": "^5.6.0", "react-markdown": "^10.1.0", "reconnecting-websocket": "^4.4.0", @@ -12617,12 +12617,12 @@ } }, "node_modules/react-i18next": { - "version": "16.5.8", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.8.tgz", - "integrity": "sha512-2ABeHHlakxVY+LSirD+OiERxFL6+zip0PaHo979bgwzeHg27Sqc82xxXWIrSFmfWX0ZkrvXMHwhsi/NGUf5VQg==", + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.6.1.tgz", + "integrity": "sha512-izjXh+AkBLy3h3xe3sh6Gg1flhFHc3UyzsMftMKYJr2Z7WvAZQIdjjpHypctN41zFoeLdJUNGDgP1+Qich2fYg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^7.29.2", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, diff --git a/package.json b/package.json index cdf90127..de1968a8 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "react-collapse": "^5.1.1", "react-color": "^2.19.3", "react-dom": "^19.2.4", - "react-i18next": "^16.5.8", + "react-i18next": "^16.6.1", "react-icons": "^5.6.0", "react-markdown": "^10.1.0", "reconnecting-websocket": "^4.4.0",