web: bump API Client version (#4684)

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
authentik Bot 2023-02-14 14:39:33 +01:00 committed by GitHub
parent 58e001c3d5
commit 92b8cf1b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -22,7 +22,7 @@
"@codemirror/theme-one-dark": "^6.1.0",
"@formatjs/intl-listformat": "^7.1.7",
"@fortawesome/fontawesome-free": "^6.3.0",
"@goauthentik/api": "^2023.1.2-1675970414",
"@goauthentik/api": "^2023.2.0-1676381184",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.1",
@ -1975,9 +1975,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2023.1.2-1675970414",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675970414.tgz",
"integrity": "sha512-TI6jccWKNb7f5vLMoa3qOUMp8PgJuGZTCG2N1hmyXcm8MYsU/9SfB86pzy661huMNeXhA0yzUYNsHt4awicnGw=="
"version": "2023.2.0-1676381184",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.0-1676381184.tgz",
"integrity": "sha512-Isn8D2TO2k3IqdV1kvTwW9OGXsCJoiuCIT/4ByI8eus+LVbuGXSwdf2oXCc5AN2t6z4va6jKIlJb4n+Y5QinDQ=="
},
"node_modules/@hcaptcha/types": {
"version": "1.0.3",
@ -11502,9 +11502,9 @@
"integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA=="
},
"@goauthentik/api": {
"version": "2023.1.2-1675970414",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675970414.tgz",
"integrity": "sha512-TI6jccWKNb7f5vLMoa3qOUMp8PgJuGZTCG2N1hmyXcm8MYsU/9SfB86pzy661huMNeXhA0yzUYNsHt4awicnGw=="
"version": "2023.2.0-1676381184",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.0-1676381184.tgz",
"integrity": "sha512-Isn8D2TO2k3IqdV1kvTwW9OGXsCJoiuCIT/4ByI8eus+LVbuGXSwdf2oXCc5AN2t6z4va6jKIlJb4n+Y5QinDQ=="
},
"@hcaptcha/types": {
"version": "1.0.3",

View File

@ -66,7 +66,7 @@
"@codemirror/theme-one-dark": "^6.1.0",
"@formatjs/intl-listformat": "^7.1.7",
"@fortawesome/fontawesome-free": "^6.3.0",
"@goauthentik/api": "^2023.1.2-1675970414",
"@goauthentik/api": "^2023.2.0-1676381184",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.1",