diff --git a/package-lock.json b/package-lock.json index c0be9a407..b8f2b96a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.6.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.1.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", @@ -4951,9 +4951,10 @@ } }, "node_modules/react-i18next": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz", - "integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==", + "version": "15.1.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.3.tgz", + "integrity": "sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index ef9f72254..901a22df1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.6.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.1.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",