diff --git a/packages/brick-dll/package.json b/packages/brick-dll/package.json index 1c063028ac..3716083e24 100644 --- a/packages/brick-dll/package.json +++ b/packages/brick-dll/package.json @@ -40,7 +40,7 @@ "moment": "^2.29.4", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-i18next": "^11.18.5", + "react-i18next": "^11.18.6", "react-transition-group": "^4.4.5" }, "devDependencies": { diff --git a/packages/brick-kit/package.json b/packages/brick-kit/package.json index 228dd6a77a..89af90b0ba 100644 --- a/packages/brick-kit/package.json +++ b/packages/brick-kit/package.json @@ -61,7 +61,7 @@ "moment": "^2.29.4", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-i18next": "^11.18.5" + "react-i18next": "^11.18.6" }, "peerDependencies": { "@ant-design/icons": "*", diff --git a/yarn.lock b/yarn.lock index fa74bcfed3..7cc9fbb2fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13463,10 +13463,10 @@ react-error-boundary@^3.1.0: dependencies: "@babel/runtime" "^7.12.5" -react-i18next@^11.18.5: - version "11.18.5" - resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.5.tgz#985e87bc66ed1316381b464a4ecfd35a2c951357" - integrity sha512-cKcyuuzIv0YUZ4l9WORflVNuhISPAqQShOAsxwFyYuJoCA7HlLmHm7XnvO6hfAGmGpDNRhJHoBX8hG49Cb2xZQ== +react-i18next@^11.18.6: + version "11.18.6" + resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.6.tgz#e159c2960c718c1314f1e8fcaa282d1c8b167887" + integrity sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA== dependencies: "@babel/runtime" "^7.14.5" html-parse-stringify "^3.0.1"