fix: upgrade @lingui/react from 3.17.1 to 3.17.2

Snyk has created this PR to upgrade @lingui/react from 3.17.1 to 3.17.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/j.stabenow/project/204cdfb1-d11d-4cbe-87df-f862f7880c39?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-03-18 01:59:38 +00:00
parent 836f06b746
commit 87f4e443b5
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 15 additions and 6 deletions

View File

@ -18,7 +18,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@lingui/core": "^3.17.1",
"@lingui/macro": "^3.17.1",
"@lingui/react": "^3.17.1",
"@lingui/react": "^3.17.2",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "^5.0.0-alpha.120",
"@mui/material": "^5.11.10",

View File

@ -1923,6 +1923,15 @@
"@messageformat/parser" "^5.0.0"
make-plural "^6.2.2"
"@lingui/core@3.17.2":
version "3.17.2"
resolved "https://registry.yarnpkg.com/@lingui/core/-/core-3.17.2.tgz#275aa19520477910ddf41a838ef91a8204bea7eb"
integrity sha512-YOd068NanznN8lLQqOKPlAY0ill3rrgmiAvPRKuYkrxzJMIHqlIFO/2Kcc/RH5vClOmLfg+wgR4rsHK/kLKelQ==
dependencies:
"@babel/runtime" "^7.20.13"
"@messageformat/parser" "^5.0.0"
make-plural "^6.2.2"
"@lingui/macro@^3.17.1":
version "3.17.1"
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.17.1.tgz#c42570eece439d4f4035d610e70033ecf512f7a8"
@ -1933,13 +1942,13 @@
"@lingui/conf" "3.17.1"
ramda "^0.27.1"
"@lingui/react@^3.17.1":
version "3.17.1"
resolved "https://registry.yarnpkg.com/@lingui/react/-/react-3.17.1.tgz#3aa07dc22db39b5b1bfd169a4887451c9a4aa41b"
integrity sha512-5kThGxJ91hkmxP8rzeC0Wx20LfOz1z3RGjoss6S4hTk9YtOKV2Jy5F+2d+L1vTc7479fZ/P7HJEuXfCF2ZvxdA==
"@lingui/react@^3.17.2":
version "3.17.2"
resolved "https://registry.yarnpkg.com/@lingui/react/-/react-3.17.2.tgz#b795f3a90aa4d199ad2dd1bf42cd208285420578"
integrity sha512-+PECPknIiQn/zdXgrXVTCbcJUSjPFZTtPOuIO72huGNh/QA+iRVsGTvef0/Q+pWkiPEOU6CmaGHkwdtgFMtJ8g==
dependencies:
"@babel/runtime" "^7.20.13"
"@lingui/core" "3.17.1"
"@lingui/core" "3.17.2"
"@messageformat/parser@^5.0.0":
version "5.0.0"