From d56f536dca9571dabee211bfd6caaffbbc63fca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:34:04 +0100 Subject: [PATCH] web: Bump @lingui/core from 3.14.0 to 3.15.0 in /web (#3960) Bumps [@lingui/core](https://github.com/lingui/js-lingui) from 3.14.0 to 3.15.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.14.0...v3.15.0) --- updated-dependencies: - dependency-name: "@lingui/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 6c6dd1537..9e2731142 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -24,7 +24,7 @@ "@goauthentik/api": "^2022.10.1-1667487632", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", - "@lingui/core": "^3.14.0", + "@lingui/core": "^3.15.0", "@lingui/detect-locale": "^3.14.0", "@lingui/macro": "^3.15.0", "@patternfly/patternfly": "^4.219.2", @@ -2407,9 +2407,9 @@ } }, "node_modules/@lingui/core": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.14.0.tgz", - "integrity": "sha512-ertREq9oi9B/umxpd/pInm9uFO8FLK2/0FXfDmMqvH5ydswWn/c9nY5YO4W1h4/8LWO45mewypOIyjoue4De1w==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.15.0.tgz", + "integrity": "sha512-owjYOn/3xaWVW01p32Ylt3cXkCP79oudJCHdcNOn4noxd/9BhyFX2wLiVf02DxGYnkAgAD3KCp3Z4iyKlueymg==", "dependencies": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -12020,9 +12020,9 @@ } }, "@lingui/core": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.14.0.tgz", - "integrity": "sha512-ertREq9oi9B/umxpd/pInm9uFO8FLK2/0FXfDmMqvH5ydswWn/c9nY5YO4W1h4/8LWO45mewypOIyjoue4De1w==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.15.0.tgz", + "integrity": "sha512-owjYOn/3xaWVW01p32Ylt3cXkCP79oudJCHdcNOn4noxd/9BhyFX2wLiVf02DxGYnkAgAD3KCp3Z4iyKlueymg==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", diff --git a/web/package.json b/web/package.json index a80cc5c55..567648ed8 100644 --- a/web/package.json +++ b/web/package.json @@ -67,7 +67,7 @@ "@goauthentik/api": "^2022.10.1-1667487632", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", - "@lingui/core": "^3.14.0", + "@lingui/core": "^3.15.0", "@lingui/detect-locale": "^3.14.0", "@lingui/macro": "^3.15.0", "@patternfly/patternfly": "^4.219.2",