web: bump API Client version (#4779)

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
authentik Bot 2023-02-24 11:24:51 +01:00 committed by GitHub
parent b7e4ad7234
commit 6441401d94
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.1",
"@formatjs/intl-listformat": "^7.1.9",
"@fortawesome/fontawesome-free": "^6.3.0",
"@goauthentik/api": "^2023.2.2-1677073316",
"@goauthentik/api": "^2023.2.2-1677234143",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.1",
@ -1989,9 +1989,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2023.2.2-1677073316",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677073316.tgz",
"integrity": "sha512-L34Wfck2slmgTsplT5Ri3vZKQ1cQ7lZEgresOfsXRBgT38VglLxt4IM94tsLhc+puTredarEWObz9EQYxewZiA=="
"version": "2023.2.2-1677234143",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677234143.tgz",
"integrity": "sha512-6rJEuGfS8T97M7rgJE2ug1CEoA5u69V37d5T/8xZ/LH/GeAVlXZ13RgrXiLzOt8B++LAzi78h0F3bbgS5T3h2w=="
},
"node_modules/@hcaptcha/types": {
"version": "1.0.3",
@ -11593,9 +11593,9 @@
"integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA=="
},
"@goauthentik/api": {
"version": "2023.2.2-1677073316",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677073316.tgz",
"integrity": "sha512-L34Wfck2slmgTsplT5Ri3vZKQ1cQ7lZEgresOfsXRBgT38VglLxt4IM94tsLhc+puTredarEWObz9EQYxewZiA=="
"version": "2023.2.2-1677234143",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677234143.tgz",
"integrity": "sha512-6rJEuGfS8T97M7rgJE2ug1CEoA5u69V37d5T/8xZ/LH/GeAVlXZ13RgrXiLzOt8B++LAzi78h0F3bbgS5T3h2w=="
},
"@hcaptcha/types": {
"version": "1.0.3",

View File

@ -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-1677073316",
"@goauthentik/api": "^2023.2.2-1677234143",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.1",