diff --git a/package-lock.json b/package-lock.json index 33763084..c2263217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "i18next-browser-languagedetector": "^8.0.0", "md5": "^2.2.1", "moment": "^2.29.4", - "react-i18next": "^16.2.1", + "react-i18next": "^16.5.3", "sass": "^1.56.1", "styled-components": "^6.1.18", "winston": "^3.0.0", @@ -10529,12 +10529,12 @@ } }, "node_modules/react-i18next": { - "version": "16.3.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.3.5.tgz", - "integrity": "sha512-F7Kglc+T0aE6W2rO5eCAFBEuWRpNb5IFmXOYEgztjZEuiuSLTe/xBIEG6Q3S0fbl8GXMNo+Q7gF8bpokFNWJww==", + "version": "16.5.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.3.tgz", + "integrity": "sha512-fo+/NNch37zqxOzlBYrWMx0uy/yInPkRfjSuy4lqKdaecR17nvCHnEUt3QyzA8XjQ2B/0iW/5BhaHR3ZmukpGw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.4", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, diff --git a/package.json b/package.json index 39817e43..2e0e6005 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "i18next-browser-languagedetector": "^8.0.0", "md5": "^2.2.1", "moment": "^2.29.4", - "react-i18next": "^16.2.1", + "react-i18next": "^16.5.3", "sass": "^1.56.1", "styled-components": "^6.1.18", "winston": "^3.0.0",