diff --git a/package-lock.json b/package-lock.json index f3befc826..90cf294d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.5.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-icons": "^4.12.0", "react-indiana-drag-scroll": "^2.2.0", "react-player": "git+https://arnei@github.com/Arnei/react-player.git#b441d7aafe9b98745318103d9c93872a3ffc5da9", @@ -5617,11 +5617,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.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.3.tgz", + "integrity": "sha512-BlO1P+oLKjjIxDBQ0GkAIMacgjfMbnvops+3Y5nZXF7UJ99v4KCWr0Na1azJXC8AMiNWp4kgUcFCJM7U9ZsUDg==", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index 844e89fef..2a18232c1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.5.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-icons": "^4.12.0", "react-indiana-drag-scroll": "^2.2.0", "react-player": "git+https://arnei@github.com/Arnei/react-player.git#b441d7aafe9b98745318103d9c93872a3ffc5da9",