web: Update Web API Client version (#1574)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
This commit is contained in:
parent
3ee5a672f1
commit
994c1c4b6a
|
@ -15,7 +15,7 @@
|
|||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@goauthentik/api": "^2021.9.7-1633547227",
|
||||
"@goauthentik/api": "^2021.9.7-1633787581",
|
||||
"@lingui/cli": "^3.12.1",
|
||||
"@lingui/core": "^3.12.1",
|
||||
"@lingui/detect-locale": "^3.12.1",
|
||||
|
@ -1692,9 +1692,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2021.9.7-1633547227",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.7-1633547227.tgz",
|
||||
"integrity": "sha512-XUqbiQk6TPf/Jza2BIfkq0gXrtmfBfURqgqaeYp5QTROmuPKIEMoxCd7J6P8hqNVCC708YyJEL/ogZ7gRrN/tQ=="
|
||||
"version": "2021.9.7-1633787581",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.7-1633787581.tgz",
|
||||
"integrity": "sha512-R207oXQiXd06CMi4YQ/HMoinXOYoGUML9XEWvFIcW4ceOujhnw9jK2aCZTTDZRdkygtsPwfOZBE2bEdY9s6rqg=="
|
||||
},
|
||||
"node_modules/@humanwhocodes/config-array": {
|
||||
"version": "0.5.0",
|
||||
|
@ -9778,9 +9778,9 @@
|
|||
"integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2021.9.7-1633547227",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.7-1633547227.tgz",
|
||||
"integrity": "sha512-XUqbiQk6TPf/Jza2BIfkq0gXrtmfBfURqgqaeYp5QTROmuPKIEMoxCd7J6P8hqNVCC708YyJEL/ogZ7gRrN/tQ=="
|
||||
"version": "2021.9.7-1633787581",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.7-1633787581.tgz",
|
||||
"integrity": "sha512-R207oXQiXd06CMi4YQ/HMoinXOYoGUML9XEWvFIcW4ceOujhnw9jK2aCZTTDZRdkygtsPwfOZBE2bEdY9s6rqg=="
|
||||
},
|
||||
"@humanwhocodes/config-array": {
|
||||
"version": "0.5.0",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@goauthentik/api": "^2021.9.7-1633547227",
|
||||
"@goauthentik/api": "^2021.9.7-1633787581",
|
||||
"@lingui/cli": "^3.12.1",
|
||||
"@lingui/core": "^3.12.1",
|
||||
"@lingui/detect-locale": "^3.12.1",
|
||||
|
|
Reference in New Issue