diff --git a/package-lock.json b/package-lock.json index 33a6fcd..00e6b31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react": "^18.3.0", "react-dom": "^18.3.0", "react-hook-form": "^7.54.2", - "react-i18next": "^15.4.0", + "react-i18next": "^15.4.1", "react-redux": "^9.2.0", "react-swipeable": "^7.0.2", "ua-parser-js": "^2.0.0", @@ -14619,9 +14619,10 @@ } }, "node_modules/react-i18next": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz", - "integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.1.tgz", + "integrity": "sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index ac3f8b8..a5ffcc7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": "^18.3.0", "react-dom": "^18.3.0", "react-hook-form": "^7.54.2", - "react-i18next": "^15.4.0", + "react-i18next": "^15.4.1", "react-redux": "^9.2.0", "react-swipeable": "^7.0.2", "ua-parser-js": "^2.0.0",