diff --git a/package.json b/package.json index 7476df0..5d8fd6e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@lingui/core": "^3.17.1", "@lingui/macro": "^3.17.1", - "@lingui/react": "^3.17.1", + "@lingui/react": "^3.17.2", "@mui/icons-material": "^5.11.9", "@mui/lab": "^5.0.0-alpha.120", "@mui/material": "^5.11.10", diff --git a/yarn.lock b/yarn.lock index 951c6d1..f4572e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1923,6 +1923,15 @@ "@messageformat/parser" "^5.0.0" make-plural "^6.2.2" +"@lingui/core@3.17.2": + version "3.17.2" + resolved "https://registry.yarnpkg.com/@lingui/core/-/core-3.17.2.tgz#275aa19520477910ddf41a838ef91a8204bea7eb" + integrity sha512-YOd068NanznN8lLQqOKPlAY0ill3rrgmiAvPRKuYkrxzJMIHqlIFO/2Kcc/RH5vClOmLfg+wgR4rsHK/kLKelQ== + dependencies: + "@babel/runtime" "^7.20.13" + "@messageformat/parser" "^5.0.0" + make-plural "^6.2.2" + "@lingui/macro@^3.17.1": version "3.17.1" resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.17.1.tgz#c42570eece439d4f4035d610e70033ecf512f7a8" @@ -1933,13 +1942,13 @@ "@lingui/conf" "3.17.1" ramda "^0.27.1" -"@lingui/react@^3.17.1": - version "3.17.1" - resolved "https://registry.yarnpkg.com/@lingui/react/-/react-3.17.1.tgz#3aa07dc22db39b5b1bfd169a4887451c9a4aa41b" - integrity sha512-5kThGxJ91hkmxP8rzeC0Wx20LfOz1z3RGjoss6S4hTk9YtOKV2Jy5F+2d+L1vTc7479fZ/P7HJEuXfCF2ZvxdA== +"@lingui/react@^3.17.2": + version "3.17.2" + resolved "https://registry.yarnpkg.com/@lingui/react/-/react-3.17.2.tgz#b795f3a90aa4d199ad2dd1bf42cd208285420578" + integrity sha512-+PECPknIiQn/zdXgrXVTCbcJUSjPFZTtPOuIO72huGNh/QA+iRVsGTvef0/Q+pWkiPEOU6CmaGHkwdtgFMtJ8g== dependencies: "@babel/runtime" "^7.20.13" - "@lingui/core" "3.17.1" + "@lingui/core" "3.17.2" "@messageformat/parser@^5.0.0": version "5.0.0"