web: bump API Client version (#4864)
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
9559bc2e1e
commit
f19c143e95
|
@ -22,7 +22,7 @@
|
|||
"@codemirror/theme-one-dark": "^6.1.1",
|
||||
"@formatjs/intl-listformat": "^7.1.9",
|
||||
"@fortawesome/fontawesome-free": "^6.3.0",
|
||||
"@goauthentik/api": "^2023.2.2-1678127976",
|
||||
"@goauthentik/api": "^2023.2.2-1678200024",
|
||||
"@hcaptcha/types": "^1.0.3",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.17.2",
|
||||
|
@ -1997,9 +1997,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2023.2.2-1678127976",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1678127976.tgz",
|
||||
"integrity": "sha512-cTQaP+DLvEAKne/pdUd6Pb5YKaS404e6IHpo1w7DPVkU/7pc5Lb0Mjdwpv6yTr1SlSDQD0I63Avm3F/hQCXRHg=="
|
||||
"version": "2023.2.2-1678200024",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1678200024.tgz",
|
||||
"integrity": "sha512-UOqxaTjO51XTaUhijG36mVJDWCG2GIbl8QSFhP4rlm8c7SwEWZKKuSmSmV6wgLkH7vl5yVPKD2IgqRLuErUrHg=="
|
||||
},
|
||||
"node_modules/@hcaptcha/types": {
|
||||
"version": "1.0.3",
|
||||
|
@ -11610,9 +11610,9 @@
|
|||
"integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2023.2.2-1678127976",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1678127976.tgz",
|
||||
"integrity": "sha512-cTQaP+DLvEAKne/pdUd6Pb5YKaS404e6IHpo1w7DPVkU/7pc5Lb0Mjdwpv6yTr1SlSDQD0I63Avm3F/hQCXRHg=="
|
||||
"version": "2023.2.2-1678200024",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1678200024.tgz",
|
||||
"integrity": "sha512-UOqxaTjO51XTaUhijG36mVJDWCG2GIbl8QSFhP4rlm8c7SwEWZKKuSmSmV6wgLkH7vl5yVPKD2IgqRLuErUrHg=="
|
||||
},
|
||||
"@hcaptcha/types": {
|
||||
"version": "1.0.3",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"@codemirror/theme-one-dark": "^6.1.1",
|
||||
"@formatjs/intl-listformat": "^7.1.9",
|
||||
"@fortawesome/fontawesome-free": "^6.3.0",
|
||||
"@goauthentik/api": "^2023.2.2-1678127976",
|
||||
"@goauthentik/api": "^2023.2.2-1678200024",
|
||||
"@hcaptcha/types": "^1.0.3",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.17.2",
|
||||
|
|
Reference in New Issue