diff --git a/package-lock.json b/package-lock.json index d8b43b190f..da20d54954 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "react-datepicker": "^4.25.0", "react-dom": "^17.0.2", "react-hotkeys": "^2.0.0", - "react-i18next": "^14.0.1", + "react-i18next": "^14.1.2", "react-icons": "^5.2.1", "react-redux": "^7.2.9", "react-router-dom": "^6.21.2", @@ -19224,11 +19224,11 @@ } }, "node_modules/react-i18next": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", - "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", + "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", "dependencies": { - "@babel/runtime": "^7.22.5", + "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index 5091828d17..33afbf091c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-datepicker": "^4.25.0", "react-dom": "^17.0.2", "react-hotkeys": "^2.0.0", - "react-i18next": "^14.0.1", + "react-i18next": "^14.1.2", "react-icons": "^5.2.1", "react-redux": "^7.2.9", "react-router-dom": "^6.21.2",