web: bump API Client version (#4728)
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
327d87355d
commit
f5eb414d14
|
@ -22,7 +22,7 @@
|
||||||
"@codemirror/theme-one-dark": "^6.1.1",
|
"@codemirror/theme-one-dark": "^6.1.1",
|
||||||
"@formatjs/intl-listformat": "^7.1.8",
|
"@formatjs/intl-listformat": "^7.1.8",
|
||||||
"@fortawesome/fontawesome-free": "^6.3.0",
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
||||||
"@goauthentik/api": "^2023.2.2-1676492932",
|
"@goauthentik/api": "^2023.2.2-1676893299",
|
||||||
"@hcaptcha/types": "^1.0.3",
|
"@hcaptcha/types": "^1.0.3",
|
||||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||||
"@lingui/cli": "^3.17.1",
|
"@lingui/cli": "^3.17.1",
|
||||||
|
@ -1975,9 +1975,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@goauthentik/api": {
|
"node_modules/@goauthentik/api": {
|
||||||
"version": "2023.2.2-1676492932",
|
"version": "2023.2.2-1676893299",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676492932.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676893299.tgz",
|
||||||
"integrity": "sha512-ZihB9TtXfm9vDn8XGR3eKI2kRF6hypecRuShWrjSMUNoOyhfW0Ol4hTcC7OPFYzxvZN9+PA+tXx9X/GAfx8tag=="
|
"integrity": "sha512-pUAMsyiQjnG+mnUuM9IxkeOcwj008REQko7IeE7uRM1sekEiCwvxVmE1bsWmecPScVtgUqo339zmESG1Bm63hg=="
|
||||||
},
|
},
|
||||||
"node_modules/@hcaptcha/types": {
|
"node_modules/@hcaptcha/types": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
@ -11580,9 +11580,9 @@
|
||||||
"integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA=="
|
"integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA=="
|
||||||
},
|
},
|
||||||
"@goauthentik/api": {
|
"@goauthentik/api": {
|
||||||
"version": "2023.2.2-1676492932",
|
"version": "2023.2.2-1676893299",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676492932.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676893299.tgz",
|
||||||
"integrity": "sha512-ZihB9TtXfm9vDn8XGR3eKI2kRF6hypecRuShWrjSMUNoOyhfW0Ol4hTcC7OPFYzxvZN9+PA+tXx9X/GAfx8tag=="
|
"integrity": "sha512-pUAMsyiQjnG+mnUuM9IxkeOcwj008REQko7IeE7uRM1sekEiCwvxVmE1bsWmecPScVtgUqo339zmESG1Bm63hg=="
|
||||||
},
|
},
|
||||||
"@hcaptcha/types": {
|
"@hcaptcha/types": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
"@codemirror/theme-one-dark": "^6.1.1",
|
"@codemirror/theme-one-dark": "^6.1.1",
|
||||||
"@formatjs/intl-listformat": "^7.1.8",
|
"@formatjs/intl-listformat": "^7.1.8",
|
||||||
"@fortawesome/fontawesome-free": "^6.3.0",
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
||||||
"@goauthentik/api": "^2023.2.2-1676492932",
|
"@goauthentik/api": "^2023.2.2-1676893299",
|
||||||
"@hcaptcha/types": "^1.0.3",
|
"@hcaptcha/types": "^1.0.3",
|
||||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||||
"@lingui/cli": "^3.17.1",
|
"@lingui/cli": "^3.17.1",
|
||||||
|
|
Reference in New Issue