From e50a296a1804fe133b17cb013664f1e759f5de36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 09:48:02 +0200 Subject: [PATCH] build(deps): bump @lingui/core from 3.13.3 to 3.14.0 in /web (#3136) Bumps [@lingui/core](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/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 6f268314f..b3c854043 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -19,7 +19,7 @@ "@goauthentik/api": "^2022.6.3-1655714155", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.14.0", - "@lingui/core": "^3.13.3", + "@lingui/core": "^3.14.0", "@lingui/detect-locale": "^3.14.0", "@lingui/macro": "^3.14.0", "@patternfly/patternfly": "^4.196.7", @@ -2130,9 +2130,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", @@ -10354,9 +10354,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", diff --git a/web/package.json b/web/package.json index c28dc3595..452c9d907 100644 --- a/web/package.json +++ b/web/package.json @@ -62,7 +62,7 @@ "@goauthentik/api": "^2022.6.3-1655714155", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.14.0", - "@lingui/core": "^3.13.3", + "@lingui/core": "^3.14.0", "@lingui/detect-locale": "^3.14.0", "@lingui/macro": "^3.14.0", "@patternfly/patternfly": "^4.196.7",