From ab7941922fbe62bfc610185197d5c4ec06d621b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 12:17:16 +0200 Subject: [PATCH] build(deps): bump @lingui/macro from 3.8.6 to 3.8.9 in /web (#722) Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 3.8.6 to 3.8.9. - [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.6...v3.8.9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 61a735a35..7bcffe8f1 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1531,9 +1531,9 @@ } }, "@lingui/conf": { - "version": "3.8.6", - "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.8.6.tgz", - "integrity": "sha512-qfTzii2IIt5CBE3vIKYHHY0cH8Nz6gRnIU6DnJhQD76LvdzplAwa7Pt/QwIGJKaV9IvfFZCrNAM34P/hSKl5uQ==", + "version": "3.8.9", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.8.9.tgz", + "integrity": "sha512-r0RGchwiALjCE6CSOtOKbOqVrNg1EQ78AXjyvbrtJoPWVlChDasWCckXEF0BSnsoZaRP6nQCAI+dsQiGW1deWg==", "requires": { "@babel/runtime": "^7.11.2", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", @@ -1599,12 +1599,12 @@ } }, "@lingui/macro": { - "version": "3.8.6", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.8.6.tgz", - "integrity": "sha512-WABB1ufaIB5pSoSArA0vk808OPfFCkYDzOL1foE11WS69/LEJ+1XwEd2hdFmrYppml9pLCEG+obcd2PbZXHatw==", + "version": "3.8.9", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.8.9.tgz", + "integrity": "sha512-9LhlbkJ9wOtOLhlaVRLHCRL55S5wOFyyqEhUM+ujUmCskTmMmXzjnRsw5f11nJTK1JJETMT/VlUB5/p7D7Edkw==", "requires": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.8.6", + "@lingui/conf": "^3.8.9", "ramda": "^0.27.1" } },