From b09f9ddb8108220b7fb9d6ff3cd7eda6df2d8457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:45:56 +0100 Subject: [PATCH] web: Bump @lingui/detect-locale from 3.14.0 to 3.15.0 in /web (#3957) Bumps [@lingui/detect-locale](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/detect-locale" 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 9e2731142..38311e834 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -25,7 +25,7 @@ "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.15.0", - "@lingui/detect-locale": "^3.14.0", + "@lingui/detect-locale": "^3.15.0", "@lingui/macro": "^3.15.0", "@patternfly/patternfly": "^4.219.2", "@polymer/iron-form": "^3.0.1", @@ -2420,9 +2420,9 @@ } }, "node_modules/@lingui/detect-locale": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.14.0.tgz", - "integrity": "sha512-IELWULt9I+iyVlxGES21cXoOwTcPSIisElAmr3/KJlqvJ9zXT3s4w4Jxw9j5oHJjdxBDRkifwpnVmGd57wrmzg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.15.0.tgz", + "integrity": "sha512-+4yLIAyk8asygMGLbR271qHCAT2HQ2AyjljH/xvwMua0sqVX+ES3fwStggJOsCk0zC1yfjMrjV4lAMTPHy5XoA==", "engines": { "node": ">=10.0.0" } @@ -12030,9 +12030,9 @@ } }, "@lingui/detect-locale": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.14.0.tgz", - "integrity": "sha512-IELWULt9I+iyVlxGES21cXoOwTcPSIisElAmr3/KJlqvJ9zXT3s4w4Jxw9j5oHJjdxBDRkifwpnVmGd57wrmzg==" + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.15.0.tgz", + "integrity": "sha512-+4yLIAyk8asygMGLbR271qHCAT2HQ2AyjljH/xvwMua0sqVX+ES3fwStggJOsCk0zC1yfjMrjV4lAMTPHy5XoA==" }, "@lingui/macro": { "version": "3.15.0", diff --git a/web/package.json b/web/package.json index 567648ed8..acba478ec 100644 --- a/web/package.json +++ b/web/package.json @@ -68,7 +68,7 @@ "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.15.0", - "@lingui/detect-locale": "^3.14.0", + "@lingui/detect-locale": "^3.15.0", "@lingui/macro": "^3.15.0", "@patternfly/patternfly": "^4.219.2", "@polymer/iron-form": "^3.0.1",