From e687b4f3501c239c580f102c35d482f65bde1904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:48:40 +0000 Subject: [PATCH] build(deps): bump @lingui/macro from 3.17.2 to 5.1.2 in /web/app Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 3.17.2 to 5.1.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.17.2...v5.1.2) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/app/package.json | 2 +- web/app/yarn.lock | 47 +++++++++++++++++++++++++++++++++++++------- 2 files changed, 41 insertions(+), 8 deletions(-) diff --git a/web/app/package.json b/web/app/package.json index 8b38ffe1dafaa..a1536ada754a9 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -10,7 +10,7 @@ "@fortawesome/free-solid-svg-icons": "6.7.1", "@fortawesome/react-fontawesome": "0.2.2", "@lingui/core": "^3.17.1", - "@lingui/macro": "3.17.2", + "@lingui/macro": "5.1.2", "@lingui/react": "3.17.2", "@material-ui/core": "4.12.4", "@material-ui/icons": "4.11.3", diff --git a/web/app/yarn.lock b/web/app/yarn.lock index 0126c22c284aa..f78fa8d66d7a3 100644 --- a/web/app/yarn.lock +++ b/web/app/yarn.lock @@ -1567,15 +1567,30 @@ "@messageformat/parser" "^5.0.0" make-plural "^6.2.2" -"@lingui/macro@3.17.2": - version "3.17.2" - resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.17.2.tgz#b0c358335fa190df8364a66fa17fca2266561b0a" - integrity sha512-kk1ZtwYSx5Knu/5LsRGisTqfNoLIeVkJJPn6xjZXcItoxUgRsykyKb3BqCJwxqYUClz4i4A8Ld/aA4xBi4apRQ== +"@lingui/core@^5.1.2": + version "5.1.2" + resolved "https://registry.yarnpkg.com/@lingui/core/-/core-5.1.2.tgz#77acdc7f990e7db180c3c73e05daaa277aa969f3" + integrity sha512-biqmMCWuBBj7ERSpgGSV91hTShnSrR/RIFUcNKjWuZYgDd3HpBdEmXKCo9NTanQYbkBUpmyw/bgwsSBex6vkDA== dependencies: "@babel/runtime" "^7.20.13" - "@babel/types" "^7.20.7" - "@lingui/conf" "3.17.2" - ramda "^0.27.1" + "@lingui/message-utils" "^5.1.2" + unraw "^3.0.0" + +"@lingui/macro@5.1.2": + version "5.1.2" + resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-5.1.2.tgz#0a5ec9be41d0f2300667ca4662cb49e184508e54" + integrity sha512-R6HV7XmiskkI/85JCjAtQuBPRu5AB57lOJdJE6xs2qBaeRu70v0BalTn4wyG5+r0JSkDI4gakWaXKW2KpWN6fQ== + dependencies: + "@lingui/core" "^5.1.2" + "@lingui/react" "^5.1.2" + +"@lingui/message-utils@^5.1.2": + version "5.1.2" + resolved "https://registry.yarnpkg.com/@lingui/message-utils/-/message-utils-5.1.2.tgz#8142a2b9ec148a845ddc8b3b9b91a5702efaf519" + integrity sha512-P/N0yBy2MuC726EaGPGiOafc/0RafHiwkvZJdFKjm1/XOMWrFZDPFXTuxguVQ3HQsRi5eUIPaboU4uRX4GepPg== + dependencies: + "@messageformat/parser" "^5.0.0" + js-sha256 "^0.10.1" "@lingui/react@3.17.2": version "3.17.2" @@ -1585,6 +1600,14 @@ "@babel/runtime" "^7.20.13" "@lingui/core" "3.17.2" +"@lingui/react@^5.1.2": + version "5.1.2" + resolved "https://registry.yarnpkg.com/@lingui/react/-/react-5.1.2.tgz#0ab2976300c4fed98144b72f200653c5a14eb1af" + integrity sha512-YPAvbPUd+kJrmA9H1LSJ9f6+0hkOlm0w8g+7a8FtE7olamjXd7SyIgJMbeJmvKSdztrrdcLBs9YEftUKTfjiyg== + dependencies: + "@babel/runtime" "^7.20.13" + "@lingui/core" "^5.1.2" + "@material-ui/core@4.12.4": version "4.12.4" resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.4.tgz#4ac17488e8fcaf55eb6a7f5efb2a131e10138a73" @@ -6232,6 +6255,11 @@ jest@^29.7.0: import-local "^3.0.2" jest-cli "^29.7.0" +js-sha256@^0.10.1: + version "0.10.1" + resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.10.1.tgz#b40104ba1368e823fdd5f41b66b104b15a0da60d" + integrity sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw== + "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" @@ -8934,6 +8962,11 @@ unpipe@1.0.0, unpipe@~1.0.0: resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= +unraw@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/unraw/-/unraw-3.0.0.tgz#73443ed70d2ab09ccbac2b00525602d5991fbbe3" + integrity sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg== + update-browserslist-db@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"