build(deps): bump @lingui/macro from 3.9.0 to 3.10.2 in /web (#992)

Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 3.9.0 to 3.10.2.
- [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.9.0...v3.10.2)

---
updated-dependencies:
- dependency-name: "@lingui/macro"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2021-06-09 09:19:30 +02:00 committed by GitHub
parent c9072f7403
commit 612679e8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
web/package-lock.json generated
View File

@ -17,7 +17,7 @@
"@fortawesome/fontawesome-free": "^5.15.3", "@fortawesome/fontawesome-free": "^5.15.3",
"@lingui/cli": "^3.10.2", "@lingui/cli": "^3.10.2",
"@lingui/core": "^3.9.0", "@lingui/core": "^3.9.0",
"@lingui/macro": "^3.9.0", "@lingui/macro": "^3.10.2",
"@patternfly/patternfly": "^4.108.2", "@patternfly/patternfly": "^4.108.2",
"@polymer/iron-form": "^3.0.1", "@polymer/iron-form": "^3.0.1",
"@polymer/paper-input": "^3.2.1", "@polymer/paper-input": "^3.2.1",
@ -1772,12 +1772,12 @@
} }
}, },
"node_modules/@lingui/macro": { "node_modules/@lingui/macro": {
"version": "3.9.0", "version": "3.10.2",
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.9.0.tgz", "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.10.2.tgz",
"integrity": "sha512-3KwlBpeuEsXWnwoFxk3Pj8tFy8ERUxktlXLnjo6NqTEXP4iA98Hl+frwpY9/xCw2VWy+mpXWInpa7wHkcsMr/w==", "integrity": "sha512-nEYUj1F4TUK4aHVpXcAagg7zx41Z7e3wjI1OFlmXkKSupDggYCn6jgzyyx46pUEB8Y5pIzCESPzQIa1P2sTPJA==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.11.2",
"@lingui/conf": "^3.9.0", "@lingui/conf": "^3.10.2",
"ramda": "^0.27.1" "ramda": "^0.27.1"
}, },
"engines": { "engines": {
@ -9232,12 +9232,12 @@
} }
}, },
"@lingui/macro": { "@lingui/macro": {
"version": "3.9.0", "version": "3.10.2",
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.9.0.tgz", "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.10.2.tgz",
"integrity": "sha512-3KwlBpeuEsXWnwoFxk3Pj8tFy8ERUxktlXLnjo6NqTEXP4iA98Hl+frwpY9/xCw2VWy+mpXWInpa7wHkcsMr/w==", "integrity": "sha512-nEYUj1F4TUK4aHVpXcAagg7zx41Z7e3wjI1OFlmXkKSupDggYCn6jgzyyx46pUEB8Y5pIzCESPzQIa1P2sTPJA==",
"requires": { "requires": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.11.2",
"@lingui/conf": "^3.9.0", "@lingui/conf": "^3.10.2",
"ramda": "^0.27.1" "ramda": "^0.27.1"
} }
}, },

View File

@ -46,7 +46,7 @@
"@fortawesome/fontawesome-free": "^5.15.3", "@fortawesome/fontawesome-free": "^5.15.3",
"@lingui/cli": "^3.10.2", "@lingui/cli": "^3.10.2",
"@lingui/core": "^3.9.0", "@lingui/core": "^3.9.0",
"@lingui/macro": "^3.9.0", "@lingui/macro": "^3.10.2",
"@patternfly/patternfly": "^4.108.2", "@patternfly/patternfly": "^4.108.2",
"@polymer/iron-form": "^3.0.1", "@polymer/iron-form": "^3.0.1",
"@polymer/paper-input": "^3.2.1", "@polymer/paper-input": "^3.2.1",