diff --git a/packages/neuron-ui/package.json b/packages/neuron-ui/package.json index 81898875f2..b430fadec1 100644 --- a/packages/neuron-ui/package.json +++ b/packages/neuron-ui/package.json @@ -53,7 +53,7 @@ "qr.js": "0.0.0", "react": "16.12.0", "react-dom": "16.12.0", - "react-i18next": "11.15.3", + "react-i18next": "11.18.6", "react-router-dom": "5.1.2", "sass": "1.47.0" }, diff --git a/yarn.lock b/yarn.lock index 5da600c900..a9eb23a3f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12684,7 +12684,7 @@ html-entities@^2.1.0, html-entities@^2.3.2: resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46" integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== -html-escaper@^2.0.0, html-escaper@^2.0.2: +html-escaper@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== @@ -19245,13 +19245,12 @@ react-hotkeys@2.0.0: dependencies: prop-types "^15.6.1" -react-i18next@11.15.3: - version "11.15.3" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.15.3.tgz#7608fb3cacc02ac75a62fc2d68b579f140b198dd" - integrity sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg== +react-i18next@11.18.6: + version "11.18.6" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.18.6.tgz#e159c2960c718c1314f1e8fcaa282d1c8b167887" + integrity sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA== dependencies: "@babel/runtime" "^7.14.5" - html-escaper "^2.0.2" html-parse-stringify "^3.0.1" react-input-autosize@^3.0.0: