From d010ab7d433806cb55078fc0971c970a1f9baad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:38:52 +0100 Subject: [PATCH] web: bump @lingui/detect-locale from 3.17.0 to 3.17.1 in /web (#4634) Bumps [@lingui/detect-locale](https://github.com/lingui/js-lingui) from 3.17.0 to 3.17.1. - [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.17.0...v3.17.1) --- updated-dependencies: - dependency-name: "@lingui/detect-locale" dependency-type: direct:production update-type: version-update:semver-patch ... 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 8349f1eb8..ae6e872a8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -27,7 +27,7 @@ "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.0", "@lingui/core": "^3.17.1", - "@lingui/detect-locale": "^3.17.0", + "@lingui/detect-locale": "^3.17.1", "@lingui/macro": "^3.17.1", "@patternfly/patternfly": "^4.224.2", "@polymer/iron-form": "^3.0.1", @@ -2476,9 +2476,9 @@ } }, "node_modules/@lingui/detect-locale": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.17.0.tgz", - "integrity": "sha512-lxhY/ZtOeIA2j6fEdfBej3H3k1qL4FbyQ88fCO0wz4Q+LG0ZzaX/bcE+u0fZKG33VKZd4aKlffbAuX1hKKUuWA==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.17.1.tgz", + "integrity": "sha512-3101jgqTtGaSYCLGnz8HxlVP+p3V6V0bE5iOlBFr0wylcii6+FgPGId26JIbAkx4ozraVcR455DMt/urDMAMEQ==", "engines": { "node": ">=14.0.0" } @@ -12004,9 +12004,9 @@ } }, "@lingui/detect-locale": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.17.0.tgz", - "integrity": "sha512-lxhY/ZtOeIA2j6fEdfBej3H3k1qL4FbyQ88fCO0wz4Q+LG0ZzaX/bcE+u0fZKG33VKZd4aKlffbAuX1hKKUuWA==" + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.17.1.tgz", + "integrity": "sha512-3101jgqTtGaSYCLGnz8HxlVP+p3V6V0bE5iOlBFr0wylcii6+FgPGId26JIbAkx4ozraVcR455DMt/urDMAMEQ==" }, "@lingui/macro": { "version": "3.17.1", diff --git a/web/package.json b/web/package.json index edbdc0ac5..6ba878af1 100644 --- a/web/package.json +++ b/web/package.json @@ -71,7 +71,7 @@ "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.0", "@lingui/core": "^3.17.1", - "@lingui/detect-locale": "^3.17.0", + "@lingui/detect-locale": "^3.17.1", "@lingui/macro": "^3.17.1", "@patternfly/patternfly": "^4.224.2", "@polymer/iron-form": "^3.0.1",