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

Bumps [@lingui/core](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/core"
  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:24:05 +02:00 committed by GitHub
parent 612679e8df
commit 66e3bc6b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -16,7 +16,7 @@
"@babel/preset-typescript": "^7.13.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@lingui/cli": "^3.10.2",
"@lingui/core": "^3.9.0",
"@lingui/core": "^3.10.2",
"@lingui/macro": "^3.10.2",
"@patternfly/patternfly": "^4.108.2",
"@polymer/iron-form": "^3.0.1",
@ -1759,9 +1759,9 @@
}
},
"node_modules/@lingui/core": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.9.0.tgz",
"integrity": "sha512-tbOBqou4fPzHB5aivir1fuikFoMYFcvpWk68Pysg34KN0xagPtyj0Dnz3clmq6Vnuf4SaK4LJdXwNUPWXpah7A==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.2.tgz",
"integrity": "sha512-RL4Bn1s4Ukd0GBlEFO/+GoxnK48xuZR2GwFslg/eQxcQmeOA4c1Jw/tbvMKDfi40XwqMBWcS0G2njpWjuHC3SA==",
"dependencies": {
"@babel/runtime": "^7.11.2",
"make-plural": "^6.2.2",
@ -9222,9 +9222,9 @@
}
},
"@lingui/core": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.9.0.tgz",
"integrity": "sha512-tbOBqou4fPzHB5aivir1fuikFoMYFcvpWk68Pysg34KN0xagPtyj0Dnz3clmq6Vnuf4SaK4LJdXwNUPWXpah7A==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.2.tgz",
"integrity": "sha512-RL4Bn1s4Ukd0GBlEFO/+GoxnK48xuZR2GwFslg/eQxcQmeOA4c1Jw/tbvMKDfi40XwqMBWcS0G2njpWjuHC3SA==",
"requires": {
"@babel/runtime": "^7.11.2",
"make-plural": "^6.2.2",

View File

@ -45,7 +45,7 @@
"@babel/preset-typescript": "^7.13.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@lingui/cli": "^3.10.2",
"@lingui/core": "^3.9.0",
"@lingui/core": "^3.10.2",
"@lingui/macro": "^3.10.2",
"@patternfly/patternfly": "^4.108.2",
"@polymer/iron-form": "^3.0.1",