diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ed2e6bba17..2c22669e4a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "react-dom": "^18.3.1", "react-highlight": "^0.15.0", "react-hot-toast": "^2.4.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.2", "react-icons": "^5.3.0", "react-markdown": "^9.0.1", "react-redux": "^9.1.2", @@ -11145,11 +11145,11 @@ } }, "node_modules/react-i18next": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", - "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.2.tgz", + "integrity": "sha512-z0W3/RES9Idv3MmJUcf0mDNeeMOUXe+xoL0kPfQPbDoZHmni/XsIoq5zgT2MCFUiau283GuBUK578uD/mkAbLQ==", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/frontend/package.json b/frontend/package.json index b7e2cec856..1261e93852 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "react-dom": "^18.3.1", "react-highlight": "^0.15.0", "react-hot-toast": "^2.4.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.2", "react-icons": "^5.3.0", "react-markdown": "^9.0.1", "react-redux": "^9.1.2",