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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-24 09:07:58 -05:00 committed by GitHub
parent bb48c42d1a
commit f372d12dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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":