diff --git a/package-lock.json b/package-lock.json index 70a20d8b83..d64408f169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-pdf-html": "^2.0.5", "react-photo-view": "^1.2.6", "react-router-dom": "^6.26.0", @@ -17381,8 +17381,9 @@ } }, "node_modules/react-i18next": { - "version": "15.0.0", - "license": "MIT", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", + "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", "dependencies": { "@babel/runtime": "^7.24.8", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index a3f604cfcd..66057c23fa 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-pdf-html": "^2.0.5", "react-photo-view": "^1.2.6", "react-router-dom": "^6.26.0",