From 6929201dfda0c8e1a216a8bf4eb837ab6a064b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:13:20 +1100 Subject: [PATCH] Bump @lingui/macro from 4.7.1 to 4.7.2 in /src/frontend (#6859) Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 4.7.1 to 4.7.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/v4.7.1...v4.7.2) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/frontend/package.json | 2 +- src/frontend/yarn.lock | 26 +++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index fb211fab0b..a52eceb610 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -56,7 +56,7 @@ "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@lingui/cli": "^4.7.1", - "@lingui/macro": "^4.7.1", + "@lingui/macro": "^4.7.2", "@playwright/test": "^1.41.2", "@types/node": "^20.11.20", "@types/react": "^18.2.71", diff --git a/src/frontend/yarn.lock b/src/frontend/yarn.lock index 98e029ae1d..d40bc48183 100644 --- a/src/frontend/yarn.lock +++ b/src/frontend/yarn.lock @@ -1032,6 +1032,18 @@ jiti "^1.17.1" lodash.get "^4.4.2" +"@lingui/conf@4.7.2": + version "4.7.2" + resolved "https://registry.yarnpkg.com/@lingui/conf/-/conf-4.7.2.tgz#9cf0611c3366b83c3c8a8be203cbbf8f099b0be4" + integrity sha512-zlajCM0J7SYPpw/MOslMMJQHUaymdlHS42gWVhE17clKOOBz+xPG5kl7OXI4p3FpPDaP+ZzMMk6Z8bq7r6iSjQ== + dependencies: + "@babel/runtime" "^7.20.13" + chalk "^4.1.0" + cosmiconfig "^8.0.0" + jest-validate "^29.4.3" + jiti "^1.17.1" + lodash.get "^4.4.2" + "@lingui/core@4.7.1": version "4.7.1" resolved "https://registry.yarnpkg.com/@lingui/core/-/core-4.7.1.tgz#7bf1fa22ff0c6892ff6fb965f96c3775c7050697" @@ -1060,16 +1072,16 @@ date-fns "^2.29.3" pofile "^1.1.4" -"@lingui/macro@^4.7.1": - version "4.7.1" - resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-4.7.1.tgz#c57853e909c7e2fd291aa3299e789700bef4f11e" - integrity sha512-weU8Z7QNt+M0wuPIs/xqnlt7Y/g1o4fASamvbyJxh9J68is7mnGwhevj+nVW2VZCEq4+yR34qvF0bsVeTQ332A== +"@lingui/macro@^4.7.2": + version "4.7.2" + resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-4.7.2.tgz#b28eb590e753245d11b5058b3e1d85fe997583ca" + integrity sha512-QCwH8cFGrWQNemFLaSnpjRX+rohnbtl+pbTKvdiu2WYH4CVievpx8WHUcTD+hTvFqGUWRKTgCbc3fMxQJnkgmw== dependencies: "@babel/runtime" "^7.20.13" "@babel/types" "^7.20.7" - "@lingui/conf" "4.7.1" - "@lingui/core" "4.7.1" - "@lingui/message-utils" "4.7.1" + "@lingui/conf" "4.7.2" + "@lingui/core" "4.7.2" + "@lingui/message-utils" "4.7.2" "@lingui/message-utils@4.7.1": version "4.7.1"