web: bump API Client version (#4934)

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
authentik Bot 2023-03-13 23:38:58 +01:00 committed by GitHub
parent 4b1440944e
commit 0a9482b28a
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.3.0-1678731074",
"@goauthentik/api": "^2023.3.0-1678747008",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.2",
@ -2027,9 +2027,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2023.3.0-1678731074",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.3.0-1678731074.tgz",
"integrity": "sha512-TWC9t/h2Gkxi/UaCl1nT06f0KyagXvlihcgEixkuqOAmnROHrqx9gEsGghKoM6pbXEZ9MSKMMe+vaoMa8a9Ejw=="
"version": "2023.3.0-1678747008",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.3.0-1678747008.tgz",
"integrity": "sha512-8c2FM2mcqcVV50O20DMZ2J0FAgFVgq2TmfzOF4ykI2GkuQbTXNW3+sYfX9+GbK+DkiF+yxT7TUZay9ofv1Vm4A=="
},
"node_modules/@hcaptcha/types": {
"version": "1.0.3",
@ -11660,9 +11660,9 @@
"integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA=="
},
"@goauthentik/api": {
"version": "2023.3.0-1678731074",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.3.0-1678731074.tgz",
"integrity": "sha512-TWC9t/h2Gkxi/UaCl1nT06f0KyagXvlihcgEixkuqOAmnROHrqx9gEsGghKoM6pbXEZ9MSKMMe+vaoMa8a9Ejw=="
"version": "2023.3.0-1678747008",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.3.0-1678747008.tgz",
"integrity": "sha512-8c2FM2mcqcVV50O20DMZ2J0FAgFVgq2TmfzOF4ykI2GkuQbTXNW3+sYfX9+GbK+DkiF+yxT7TUZay9ofv1Vm4A=="
},
"@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.3.0-1678731074",
"@goauthentik/api": "^2023.3.0-1678747008",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.2",