web: bump @lingui/detect-locale from 3.16.1 to 3.17.0 in /web (#4596)

Bumps [@lingui/detect-locale](https://github.com/lingui/js-lingui) from 3.16.1 to 3.17.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.16.1...v3.17.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] 2023-02-02 10:49:33 +01:00 committed by GitHub
parent ef8bbb93ae
commit 0c7b0c7526
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

@ -26,7 +26,7 @@
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.0",
"@lingui/core": "^3.16.0",
"@lingui/detect-locale": "^3.16.1",
"@lingui/detect-locale": "^3.17.0",
"@lingui/macro": "^3.17.0",
"@patternfly/patternfly": "^4.222.4",
"@polymer/iron-form": "^3.0.1",
@ -2451,9 +2451,9 @@
}
},
"node_modules/@lingui/detect-locale": {
"version": "3.16.1",
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.16.1.tgz",
"integrity": "sha512-zDm9grmwPjQ5FXoIpkt0Fvq2bH+d01lI7zTmNFdTcM4IK4vsgAYqSY2h94W+7A3vyHEeaIULm5XtLBePSLJLcQ==",
"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==",
"engines": {
"node": ">=14.0.0"
}
@ -11851,9 +11851,9 @@
}
},
"@lingui/detect-locale": {
"version": "3.16.1",
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.16.1.tgz",
"integrity": "sha512-zDm9grmwPjQ5FXoIpkt0Fvq2bH+d01lI7zTmNFdTcM4IK4vsgAYqSY2h94W+7A3vyHEeaIULm5XtLBePSLJLcQ=="
"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=="
},
"@lingui/macro": {
"version": "3.17.0",

View File

@ -70,7 +70,7 @@
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.0",
"@lingui/core": "^3.16.0",
"@lingui/detect-locale": "^3.16.1",
"@lingui/detect-locale": "^3.17.0",
"@lingui/macro": "^3.17.0",
"@patternfly/patternfly": "^4.222.4",
"@polymer/iron-form": "^3.0.1",