web: Update Web API Client version (#1412)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
This commit is contained in:
parent
3d8d93ece5
commit
b775e7f4d3
|
@ -15,7 +15,7 @@
|
|||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@goauthentik/api": "^2021.9.1-rc2-1631828488",
|
||||
"@goauthentik/api": "^2021.9.1-rc2-1631875394",
|
||||
"@lingui/cli": "^3.11.1",
|
||||
"@lingui/core": "^3.11.1",
|
||||
"@lingui/macro": "^3.11.1",
|
||||
|
@ -1690,9 +1690,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2021.9.1-rc2-1631828488",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.1-rc2-1631828488.tgz",
|
||||
"integrity": "sha512-78/WsKFNqLREgFj78b/wX+hKzHPJGoKuoHQdzw6Bffanr5bDr4CFAcPzNvAZQVM6N6xHCW+ZcqZDpUyFJdXBNg=="
|
||||
"version": "2021.9.1-rc2-1631875394",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.1-rc2-1631875394.tgz",
|
||||
"integrity": "sha512-d7LyfFlN8JfHdIGjqupquMh8wj+ygN2rxPerJC7uCMiZTeZgguVjB/xLvIdeSPJcOyEEkXUrUPhSwSHuWGNE4Q=="
|
||||
},
|
||||
"node_modules/@humanwhocodes/config-array": {
|
||||
"version": "0.5.0",
|
||||
|
@ -9627,9 +9627,9 @@
|
|||
"integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2021.9.1-rc2-1631828488",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.1-rc2-1631828488.tgz",
|
||||
"integrity": "sha512-78/WsKFNqLREgFj78b/wX+hKzHPJGoKuoHQdzw6Bffanr5bDr4CFAcPzNvAZQVM6N6xHCW+ZcqZDpUyFJdXBNg=="
|
||||
"version": "2021.9.1-rc2-1631875394",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.1-rc2-1631875394.tgz",
|
||||
"integrity": "sha512-d7LyfFlN8JfHdIGjqupquMh8wj+ygN2rxPerJC7uCMiZTeZgguVjB/xLvIdeSPJcOyEEkXUrUPhSwSHuWGNE4Q=="
|
||||
},
|
||||
"@humanwhocodes/config-array": {
|
||||
"version": "0.5.0",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@goauthentik/api": "^2021.9.1-rc2-1631828488",
|
||||
"@goauthentik/api": "^2021.9.1-rc2-1631875394",
|
||||
"@lingui/cli": "^3.11.1",
|
||||
"@lingui/core": "^3.11.1",
|
||||
"@lingui/macro": "^3.11.1",
|
||||
|
|
Reference in New Issue