build(deps): bump @lingui/core from 3.13.3 to 3.14.0 in /web (#3136)

Bumps [@lingui/core](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/core"
  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:48:02 +02:00 committed by GitHub
parent e211265c30
commit e50a296a18
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

@ -19,7 +19,7 @@
"@goauthentik/api": "^2022.6.3-1655714155",
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@lingui/cli": "^3.14.0",
"@lingui/core": "^3.13.3",
"@lingui/core": "^3.14.0",
"@lingui/detect-locale": "^3.14.0",
"@lingui/macro": "^3.14.0",
"@patternfly/patternfly": "^4.196.7",
@ -2130,9 +2130,9 @@
}
},
"node_modules/@lingui/core": {
"version": "3.13.3",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.3.tgz",
"integrity": "sha512-3rQDIC7PtPfUuZCSNfU0nziWNMlGk3JhpxENzGrlt1M8w5RHson89Mk1Ce/how+hWzFpumCQDWLDDhyRPpydbg==",
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.14.0.tgz",
"integrity": "sha512-ertREq9oi9B/umxpd/pInm9uFO8FLK2/0FXfDmMqvH5ydswWn/c9nY5YO4W1h4/8LWO45mewypOIyjoue4De1w==",
"dependencies": {
"@babel/runtime": "^7.11.2",
"make-plural": "^6.2.2",
@ -10354,9 +10354,9 @@
}
},
"@lingui/core": {
"version": "3.13.3",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.3.tgz",
"integrity": "sha512-3rQDIC7PtPfUuZCSNfU0nziWNMlGk3JhpxENzGrlt1M8w5RHson89Mk1Ce/how+hWzFpumCQDWLDDhyRPpydbg==",
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.14.0.tgz",
"integrity": "sha512-ertREq9oi9B/umxpd/pInm9uFO8FLK2/0FXfDmMqvH5ydswWn/c9nY5YO4W1h4/8LWO45mewypOIyjoue4De1w==",
"requires": {
"@babel/runtime": "^7.11.2",
"make-plural": "^6.2.2",

View File

@ -62,7 +62,7 @@
"@goauthentik/api": "^2022.6.3-1655714155",
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@lingui/cli": "^3.14.0",
"@lingui/core": "^3.13.3",
"@lingui/core": "^3.14.0",
"@lingui/detect-locale": "^3.14.0",
"@lingui/macro": "^3.14.0",
"@patternfly/patternfly": "^4.196.7",