From 1100b98596c7b7655a96a156f1e4a88f82c31579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 10:43:50 +0100 Subject: [PATCH] web: bump @lingui/detect-locale from 3.17.1 to 3.17.2 in /web (#4793) Bumps [@lingui/detect-locale](https://github.com/lingui/js-lingui) from 3.17.1 to 3.17.2. - [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.1...v3.17.2) --- 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 b7b3823db..ad6a9f933 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.1", "@lingui/core": "^3.17.1", - "@lingui/detect-locale": "^3.17.1", + "@lingui/detect-locale": "^3.17.2", "@lingui/macro": "^3.17.1", "@patternfly/patternfly": "^4.224.2", "@polymer/iron-form": "^3.0.1", @@ -2498,9 +2498,9 @@ } }, "node_modules/@lingui/detect-locale": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.17.1.tgz", - "integrity": "sha512-3101jgqTtGaSYCLGnz8HxlVP+p3V6V0bE5iOlBFr0wylcii6+FgPGId26JIbAkx4ozraVcR455DMt/urDMAMEQ==", + "version": "3.17.2", + "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.17.2.tgz", + "integrity": "sha512-rqyO16lj05WRfBuppo++mPzB1fQBFDhGqEFz5X97CbWXYp6AadOIkrm+pbn114Y2Yumy9QI7Cm4Ptbfk7CXO3Q==", "engines": { "node": ">=14.0.0" } @@ -11994,9 +11994,9 @@ } }, "@lingui/detect-locale": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.17.1.tgz", - "integrity": "sha512-3101jgqTtGaSYCLGnz8HxlVP+p3V6V0bE5iOlBFr0wylcii6+FgPGId26JIbAkx4ozraVcR455DMt/urDMAMEQ==" + "version": "3.17.2", + "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.17.2.tgz", + "integrity": "sha512-rqyO16lj05WRfBuppo++mPzB1fQBFDhGqEFz5X97CbWXYp6AadOIkrm+pbn114Y2Yumy9QI7Cm4Ptbfk7CXO3Q==" }, "@lingui/macro": { "version": "3.17.1", diff --git a/web/package.json b/web/package.json index 2897e5436..e3878e398 100644 --- a/web/package.json +++ b/web/package.json @@ -71,7 +71,7 @@ "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.1", "@lingui/core": "^3.17.1", - "@lingui/detect-locale": "^3.17.1", + "@lingui/detect-locale": "^3.17.2", "@lingui/macro": "^3.17.1", "@patternfly/patternfly": "^4.224.2", "@polymer/iron-form": "^3.0.1",