build(deps): bump @lingui/detect-locale from 3.13.3 to 3.14.0 in /web (#3139)

Bumps [@lingui/detect-locale](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/detect-locale"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-23 09:44:51 +02:00 committed by GitHub
parent f28509608b
commit aca3c75e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -20,7 +20,7 @@
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@lingui/cli": "^3.13.3",
"@lingui/core": "^3.13.3",
"@lingui/detect-locale": "^3.13.3",
"@lingui/detect-locale": "^3.14.0",
"@lingui/macro": "^3.13.3",
"@patternfly/patternfly": "^4.196.7",
"@polymer/iron-form": "^3.0.1",
@ -2143,9 +2143,9 @@
}
},
"node_modules/@lingui/detect-locale": {
"version": "3.13.3",
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.13.3.tgz",
"integrity": "sha512-GhJKjnpGh5N0Y96XJNjeGOEiVyO7b0Kwddv8cY5ORA0yS0+gCETAdlECeP0YrJBrzIVUeddpQTyaexAUDmeY+A==",
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.14.0.tgz",
"integrity": "sha512-IELWULt9I+iyVlxGES21cXoOwTcPSIisElAmr3/KJlqvJ9zXT3s4w4Jxw9j5oHJjdxBDRkifwpnVmGd57wrmzg==",
"engines": {
"node": ">=10.0.0"
}
@ -10364,9 +10364,9 @@
}
},
"@lingui/detect-locale": {
"version": "3.13.3",
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.13.3.tgz",
"integrity": "sha512-GhJKjnpGh5N0Y96XJNjeGOEiVyO7b0Kwddv8cY5ORA0yS0+gCETAdlECeP0YrJBrzIVUeddpQTyaexAUDmeY+A=="
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.14.0.tgz",
"integrity": "sha512-IELWULt9I+iyVlxGES21cXoOwTcPSIisElAmr3/KJlqvJ9zXT3s4w4Jxw9j5oHJjdxBDRkifwpnVmGd57wrmzg=="
},
"@lingui/macro": {
"version": "3.13.3",

View File

@ -63,7 +63,7 @@
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@lingui/cli": "^3.13.3",
"@lingui/core": "^3.13.3",
"@lingui/detect-locale": "^3.13.3",
"@lingui/detect-locale": "^3.14.0",
"@lingui/macro": "^3.13.3",
"@patternfly/patternfly": "^4.196.7",
"@polymer/iron-form": "^3.0.1",