diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index ff2e90cb..73551f48 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -35,7 +35,7 @@ "react-aria": "3.50.0", "react-aria-components": "1.19.0", "react-dom": "18.3.1", - "react-i18next": "17.0.8", + "react-i18next": "^17.0.10", "react-stately": "3.48.0", "use-sound": "5.0.0", "valtio": "2.3.2", @@ -9432,9 +9432,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.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", @@ -9444,7 +9444,7 @@ "peerDependencies": { "i18next": ">= 26.2.0", "react": ">= 16.8.0", - "typescript": "^5 || ^6" + "typescript": "^5 || ^6 || ^7" }, "peerDependenciesMeta": { "react-dom": { diff --git a/src/frontend/package.json b/src/frontend/package.json index cc85786e..5263626a 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -42,7 +42,7 @@ "react-aria": "3.50.0", "react-aria-components": "1.19.0", "react-dom": "18.3.1", - "react-i18next": "17.0.8", + "react-i18next": "17.0.10", "react-stately": "3.48.0", "use-sound": "5.0.0", "valtio": "2.3.2",