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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 10:43:50 +01:00 committed by GitHub
parent 89ccdfcf6e
commit 1100b98596
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

@ -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",

View File

@ -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",