diff --git a/package-lock.json b/package-lock.json index 19a08ff7bd..6a5df4e960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.3", + "react-i18next": "^15.4.0", "react-redux": "^9.1.2", "react-router-dom": "^6.28.0", "redux": "^5.0.1", @@ -9708,10 +9708,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.3.tgz", - "integrity": "sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==", - "license": "MIT", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz", + "integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 56cc91fd5c..0432e1e981 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.3", + "react-i18next": "^15.4.0", "react-redux": "^9.1.2", "react-router-dom": "^6.28.0", "redux": "^5.0.1",