From 9701907b82e77b64bc7f9fd332c79fea0e310479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 10:44:50 +0100 Subject: [PATCH] web: bump @lingui/macro from 3.15.0 to 3.16.0 in /web (#4473) --- web/package-lock.json | 22 +++++++++++----------- web/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 169881c37..1e0215e4e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -27,7 +27,7 @@ "@lingui/cli": "^3.16.0", "@lingui/core": "^3.16.0", "@lingui/detect-locale": "^3.16.0", - "@lingui/macro": "^3.15.0", + "@lingui/macro": "^3.16.0", "@patternfly/patternfly": "^4.222.4", "@polymer/iron-form": "^3.0.1", "@polymer/paper-input": "^3.2.1", @@ -2442,21 +2442,21 @@ } }, "node_modules/@lingui/macro": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.15.0.tgz", - "integrity": "sha512-3+txZQM5UmC+t1zkoYeYkg3r5pIGo9KdD+csX0u4F0IUE2GJkjy+sG917hOhw3QsDUqiCIqDJ503AdSfFbO+uA==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.16.0.tgz", + "integrity": "sha512-3HfP1Bqr4i60P3LoQq/ukhDvel4a5oBSMPRuYBUpwqdnKOAbZuN5vnZmu3TrlXntWTYOvrwa71D8SYGmvevelw==", "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.15.0", + "@lingui/conf": "3.16.0", "ramda": "^0.27.1" }, "engines": { - "node": ">=10.0.0" + "node": ">=14.0.0" }, "peerDependencies": { "@lingui/core": "^3.13.0", "@lingui/react": "^3.13.0", - "babel-plugin-macros": "2 || 3" + "babel-plugin-macros": "2 || 3" } }, "node_modules/@lingui/react": { @@ -11815,12 +11815,12 @@ "integrity": "sha512-7FQy1ccPnVe0/GNAzTmEDrsPHZV1/nSsK6fRKyuOFUkiItc1bVDmlpVfM4UXerERx6Nez+N99Z6Vjc6rg3LARw==" }, "@lingui/macro": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.15.0.tgz", - "integrity": "sha512-3+txZQM5UmC+t1zkoYeYkg3r5pIGo9KdD+csX0u4F0IUE2GJkjy+sG917hOhw3QsDUqiCIqDJ503AdSfFbO+uA==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.16.0.tgz", + "integrity": "sha512-3HfP1Bqr4i60P3LoQq/ukhDvel4a5oBSMPRuYBUpwqdnKOAbZuN5vnZmu3TrlXntWTYOvrwa71D8SYGmvevelw==", "requires": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.15.0", + "@lingui/conf": "3.16.0", "ramda": "^0.27.1" } }, diff --git a/web/package.json b/web/package.json index 37c455e96..805eb8354 100644 --- a/web/package.json +++ b/web/package.json @@ -71,7 +71,7 @@ "@lingui/cli": "^3.16.0", "@lingui/core": "^3.16.0", "@lingui/detect-locale": "^3.16.0", - "@lingui/macro": "^3.15.0", + "@lingui/macro": "^3.16.0", "@patternfly/patternfly": "^4.222.4", "@polymer/iron-form": "^3.0.1", "@polymer/paper-input": "^3.2.1",