diff --git a/web/app/package.json b/web/app/package.json index ae3acae9d..cea6437b8 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -10,7 +10,7 @@ "@fortawesome/free-solid-svg-icons": "5.15.4", "@fortawesome/react-fontawesome": "0.1.16", "@lingui/core": "^3.13.0", - "@lingui/macro": "3.13.0", + "@lingui/macro": "3.13.1", "@lingui/react": "3.13.0", "@material-ui/core": "4.12.3", "@material-ui/icons": "4.11.2", diff --git a/web/app/yarn.lock b/web/app/yarn.lock index 2a0706031..147503c6a 100644 --- a/web/app/yarn.lock +++ b/web/app/yarn.lock @@ -1378,13 +1378,13 @@ make-plural "^6.2.2" messageformat-parser "^4.1.3" -"@lingui/macro@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.13.0.tgz#accb4a97ff7109d76647a1114f6527037cab5fef" - integrity sha512-TmwAiFnxtutDEKp7KFtUmq5vIfv56zn0FV0ZgrISUcW1liVlRyqW6YnQ7cv4AzsPnkBhO2+O2YVoHY1r5owMvA== +"@lingui/macro@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.13.1.tgz#5b0f57d7ef77b09bdf0d2107422dd3a4ace99c39" + integrity sha512-iXdAbREJpIUs3s78Erbg+7ZRuJsD0S0nyGCeEo9Ml/NDO/MtVYo7XCHecwtCdNxDe/h0NItB3m/7uPZ/BvOLOA== dependencies: "@babel/runtime" "^7.11.2" - "@lingui/conf" "^3.13.0" + "@lingui/conf" "^3.13.1" ramda "^0.27.1" "@lingui/react@3.13.0":