diff --git a/packages/neuron-ui/package.json b/packages/neuron-ui/package.json index 633abb7d5..866462e6e 100644 --- a/packages/neuron-ui/package.json +++ b/packages/neuron-ui/package.json @@ -111,6 +111,6 @@ "webpack": "5.89.0" }, "resolutions": { - "react-i18next": "14.0.0" + "react-i18next": "14.1.3" } } diff --git a/yarn.lock b/yarn.lock index fea9265fb..8ece351f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11343,6 +11343,15 @@ fs-extra@^11.1.0, fs-extra@^11.2.0: jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@^11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" + integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"