From f372d12dbc4e1a102c333f28ab6b5fceec19ac02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:07:58 -0500 Subject: [PATCH] build(deps): bump @lingui/macro from 3.13.0 to 3.13.1 in /web/app (#7668) Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/lingui/js-lingui/releases) - [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md) - [Commits](https://github.com/lingui/js-lingui/compare/v3.13.0...v3.13.1) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/app/package.json | 2 +- web/app/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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":