From 861a9f581e53d8c3672b284c038ab22becbeea90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:34:58 +0000 Subject: [PATCH] Bump @lingui/react from 3.13.3 to 3.14.0 in /awx/ui Bumps [@lingui/react](https://github.com/lingui/js-lingui) from 3.13.3 to 3.14.0. - [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.13.3...v3.14.0) --- updated-dependencies: - dependency-name: "@lingui/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- awx/ui/package-lock.json | 30 +++++++++++++++--------------- awx/ui/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 0f1515702494..0bf481ba209b 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "ui", "dependencies": { - "@lingui/react": "3.13.3", + "@lingui/react": "3.14.0", "@patternfly/patternfly": "4.196.7", "@patternfly/react-core": "^4.201.0", "@patternfly/react-icons": "4.49.19", @@ -3550,9 +3550,9 @@ } }, "node_modules/@lingui/core": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.3.tgz", - "integrity": "sha512-3rQDIC7PtPfUuZCSNfU0nziWNMlGk3JhpxENzGrlt1M8w5RHson89Mk1Ce/how+hWzFpumCQDWLDDhyRPpydbg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.14.0.tgz", + "integrity": "sha512-ertREq9oi9B/umxpd/pInm9uFO8FLK2/0FXfDmMqvH5ydswWn/c9nY5YO4W1h4/8LWO45mewypOIyjoue4De1w==", "dependencies": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -3593,12 +3593,12 @@ } }, "node_modules/@lingui/react": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.13.3.tgz", - "integrity": "sha512-sCCI5xMcUY9b6w2lwbwy6iHpo1Fb9TDcjcHAD2KI5JueLH+WWQG66tIHiVAlSsQ+hmQ9Tt+f86H05JQEiDdIvg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.14.0.tgz", + "integrity": "sha512-ow9Mtru7f0T2S9AwnPWRejppcucCW0LmoDR3P4wqHjL+eH5f8a6nxd2doxGieC91/2i4qqW88y4K/zXJxwRSQw==", "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/core": "^3.13.3" + "@lingui/core": "^3.14.0" }, "engines": { "node": ">=10.0.0" @@ -24776,9 +24776,9 @@ } }, "@lingui/core": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.3.tgz", - "integrity": "sha512-3rQDIC7PtPfUuZCSNfU0nziWNMlGk3JhpxENzGrlt1M8w5RHson89Mk1Ce/how+hWzFpumCQDWLDDhyRPpydbg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.14.0.tgz", + "integrity": "sha512-ertREq9oi9B/umxpd/pInm9uFO8FLK2/0FXfDmMqvH5ydswWn/c9nY5YO4W1h4/8LWO45mewypOIyjoue4De1w==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -24810,12 +24810,12 @@ } }, "@lingui/react": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.13.3.tgz", - "integrity": "sha512-sCCI5xMcUY9b6w2lwbwy6iHpo1Fb9TDcjcHAD2KI5JueLH+WWQG66tIHiVAlSsQ+hmQ9Tt+f86H05JQEiDdIvg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.14.0.tgz", + "integrity": "sha512-ow9Mtru7f0T2S9AwnPWRejppcucCW0LmoDR3P4wqHjL+eH5f8a6nxd2doxGieC91/2i4qqW88y4K/zXJxwRSQw==", "requires": { "@babel/runtime": "^7.11.2", - "@lingui/core": "^3.13.3" + "@lingui/core": "^3.14.0" } }, "@nodelib/fs.scandir": { diff --git a/awx/ui/package.json b/awx/ui/package.json index 99417dd730c1..60a677e75c39 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -6,7 +6,7 @@ "node": ">=16.13.1" }, "dependencies": { - "@lingui/react": "3.13.3", + "@lingui/react": "3.14.0", "@patternfly/patternfly": "4.196.7", "@patternfly/react-core": "^4.201.0", "@patternfly/react-icons": "4.49.19",