diff --git a/client/package-lock.json b/client/package-lock.json index 5fe02b61..a9c23188 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -14,7 +14,7 @@ "asciinema-player": "^3.9.0", "axios": "^1.7.9", "framer-motion": "^11.18.2", - "i18next": "^24.2.2", + "i18next": "^25.0.0", "i18next-browser-languagedetector": "^8.0.2", "joi": "^17.13.3", "lodash": "^4.17.21", @@ -2380,9 +2380,9 @@ } }, "node_modules/i18next": { - "version": "24.2.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz", - "integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.6.0.tgz", + "integrity": "sha512-tTn8fLrwBYtnclpL5aPXK/tAYBLWVvoHM1zdfXoRNLcI+RvtMsoZRV98ePlaW3khHYKuNh/Q65W/+NVFUeIwVw==", "funding": [ { "type": "individual", @@ -2400,7 +2400,7 @@ "license": "MIT", "peer": true, "dependencies": { - "@babel/runtime": "^7.26.10" + "@babel/runtime": "^7.27.6" }, "peerDependencies": { "typescript": "^5" diff --git a/client/package.json b/client/package.json index f4fe8cd8..95f39d4a 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "asciinema-player": "^3.9.0", "axios": "^1.7.9", "framer-motion": "^11.18.2", - "i18next": "^24.2.2", + "i18next": "^25.0.0", "i18next-browser-languagedetector": "^8.0.2", "joi": "^17.13.3", "lodash": "^4.17.21",