build(deps): bump @lingui/cli from 3.13.0 to 3.13.1 in /web (#2133)

This commit is contained in:
dependabot[bot] 2022-01-24 08:49:03 +01:00 committed by GitHub
parent b53bf331c3
commit e5ff47bf14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

38
web/package-lock.json generated
View File

@ -18,7 +18,7 @@
"@fortawesome/fontawesome-free": "^5.15.4",
"@goauthentik/api": "^2022.1.1-1642874681",
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@lingui/cli": "^3.13.0",
"@lingui/cli": "^3.13.1",
"@lingui/core": "^3.13.1",
"@lingui/detect-locale": "^3.13.1",
"@lingui/macro": "^3.13.1",
@ -1865,13 +1865,13 @@
}
},
"node_modules/@lingui/babel-plugin-extract-messages": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-3.13.0.tgz",
"integrity": "sha512-akDiMq+CrF3m4ENA3DlEj+XfskZow6SqvrkOUVIStow5kUqcCBow635W7+YAem2TJNxH+CpVgpGV24osiQx+ZQ==",
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-3.13.1.tgz",
"integrity": "sha512-K0ekhQI49ZTE90bVxvndqdxO80X1ZjacVdznWn4RJq6EEN9ElppMKkWUmAe/vfHGJRCH/2aUIp73xvaXPJPbGg==",
"dependencies": {
"@babel/generator": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@lingui/conf": "^3.13.0",
"@lingui/conf": "^3.13.1",
"mkdirp": "^1.0.4"
},
"engines": {
@ -1879,17 +1879,17 @@
}
},
"node_modules/@lingui/cli": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-3.13.0.tgz",
"integrity": "sha512-hK/7z+hqxT9CSzUQUQEefurbjmZCJldLG9kbSp8mNgJ+XLAv1mWPve79pYCbtMK7M7vbyU4uG0ncnH+pHKFF/w==",
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-3.13.1.tgz",
"integrity": "sha512-JGfbdAn1qxHBjuhnLeERMhCLe7UXSFafqq9S//g3+VNHKHfVHfa0CKFUmISMDKMLFdKmbdJCZpYU3DRZNrUGyQ==",
"dependencies": {
"@babel/generator": "^7.11.6",
"@babel/parser": "^7.11.5",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@babel/types": "^7.11.5",
"@lingui/babel-plugin-extract-messages": "^3.13.0",
"@lingui/conf": "^3.13.0",
"@lingui/babel-plugin-extract-messages": "^3.13.1",
"@lingui/conf": "^3.13.1",
"babel-plugin-macros": "^3.0.1",
"bcp-47": "^1.0.7",
"chalk": "^4.1.0",
@ -10145,28 +10145,28 @@
}
},
"@lingui/babel-plugin-extract-messages": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-3.13.0.tgz",
"integrity": "sha512-akDiMq+CrF3m4ENA3DlEj+XfskZow6SqvrkOUVIStow5kUqcCBow635W7+YAem2TJNxH+CpVgpGV24osiQx+ZQ==",
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-3.13.1.tgz",
"integrity": "sha512-K0ekhQI49ZTE90bVxvndqdxO80X1ZjacVdznWn4RJq6EEN9ElppMKkWUmAe/vfHGJRCH/2aUIp73xvaXPJPbGg==",
"requires": {
"@babel/generator": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@lingui/conf": "^3.13.0",
"@lingui/conf": "^3.13.1",
"mkdirp": "^1.0.4"
}
},
"@lingui/cli": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-3.13.0.tgz",
"integrity": "sha512-hK/7z+hqxT9CSzUQUQEefurbjmZCJldLG9kbSp8mNgJ+XLAv1mWPve79pYCbtMK7M7vbyU4uG0ncnH+pHKFF/w==",
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-3.13.1.tgz",
"integrity": "sha512-JGfbdAn1qxHBjuhnLeERMhCLe7UXSFafqq9S//g3+VNHKHfVHfa0CKFUmISMDKMLFdKmbdJCZpYU3DRZNrUGyQ==",
"requires": {
"@babel/generator": "^7.11.6",
"@babel/parser": "^7.11.5",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@babel/types": "^7.11.5",
"@lingui/babel-plugin-extract-messages": "^3.13.0",
"@lingui/conf": "^3.13.0",
"@lingui/babel-plugin-extract-messages": "^3.13.1",
"@lingui/conf": "^3.13.1",
"babel-plugin-macros": "^3.0.1",
"bcp-47": "^1.0.7",
"chalk": "^4.1.0",

View File

@ -55,7 +55,7 @@
"@fortawesome/fontawesome-free": "^5.15.4",
"@goauthentik/api": "^2022.1.1-1642874681",
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@lingui/cli": "^3.13.0",
"@lingui/cli": "^3.13.1",
"@lingui/core": "^3.13.1",
"@lingui/detect-locale": "^3.13.1",
"@lingui/macro": "^3.13.1",