build(deps): bump @lingui/macro from 3.8.2 to 3.8.3 in /web (#699)

Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 3.8.2 to 3.8.3.
- [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.8.2...v3.8.3)

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-04-06 10:04:26 +02:00 committed by GitHub
parent dfc1cc08bb
commit b6900e498c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 5 deletions

66
web/package-lock.json generated
View File

@ -1478,13 +1478,71 @@
}
},
"@lingui/macro": {
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.8.2.tgz",
"integrity": "sha512-wF98T7J+r+FHlYLGr25/ATo2zI6kEU8HBvh8bqSVmcSKLa+llqkfD30jHc8YsIh3jTQJKAMqPRIZFncrukz/KQ==",
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.8.3.tgz",
"integrity": "sha512-p642GXI+LjePIrPLIJwoJvScZLaFOMzI/efo8Yc1DiLL3d8aTqgwXGic8oMe3oReeBCMCENbJyn43SZsZENR0g==",
"requires": {
"@babel/runtime": "^7.11.2",
"@lingui/conf": "^3.8.2",
"@lingui/conf": "^3.8.3",
"ramda": "^0.27.1"
},
"dependencies": {
"@lingui/conf": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.8.3.tgz",
"integrity": "sha512-+yK6uqTF4Mp6jokLxzaDuVrYK/oVH5HHOTN7juSNWDUxB9yrlS1Klme2kc9lM73GjtUmr1E6m2tfSzsBh6NbhQ==",
"requires": {
"@babel/runtime": "^7.11.2",
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
"chalk": "^4.1.0",
"cosmiconfig": "^7.0.0",
"jest-validate": "^26.5.2",
"lodash.get": "^4.4.2"
}
},
"ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"requires": {
"color-convert": "^2.0.1"
}
},
"chalk": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
}
},
"color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"requires": {
"color-name": "~1.1.4"
}
},
"color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
},
"has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
},
"supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"requires": {
"has-flag": "^4.0.0"
}
}
}
},
"@mrmlnc/readdir-enhanced": {

View File

@ -43,7 +43,7 @@
"@fortawesome/fontawesome-free": "^5.15.3",
"@lingui/cli": "^3.8.2",
"@lingui/core": "^3.8.3",
"@lingui/macro": "^3.8.2",
"@lingui/macro": "^3.8.3",
"@patternfly/patternfly": "^4.96.2",
"@polymer/iron-form": "^3.0.1",
"@polymer/paper-input": "^3.2.1",