web: bump API Client version (#8269)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
This commit is contained in:
authentik-automation[bot]
2024-01-23 14:32:54 +01:00
committed by GitHub
parent abc0c2d2a2
commit 6303698ba8
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -17,7 +17,7 @@
"@codemirror/theme-one-dark": "^6.1.2", "@codemirror/theme-one-dark": "^6.1.2",
"@formatjs/intl-listformat": "^7.5.5", "@formatjs/intl-listformat": "^7.5.5",
"@fortawesome/fontawesome-free": "^6.5.1", "@fortawesome/fontawesome-free": "^6.5.1",
"@goauthentik/api": "^2023.10.6-1705263684", "@goauthentik/api": "^2023.10.6-1706016512",
"@lit-labs/context": "^0.4.0", "@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.1.0", "@lit-labs/task": "^3.1.0",
"@lit/localize": "^0.11.4", "@lit/localize": "^0.11.4",
@ -2912,9 +2912,9 @@
} }
}, },
"node_modules/@goauthentik/api": { "node_modules/@goauthentik/api": {
"version": "2023.10.6-1705263684", "version": "2023.10.6-1706016512",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.6-1705263684.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.6-1706016512.tgz",
"integrity": "sha512-a8ymAauR3B4YvuV9iP0P/pQ6VkaM7CrfPL6QVaJWgPNrylmEfSqhgCBXzC5UoUcTVR2XWDZoFq6YY0g7dVNW3g==" "integrity": "sha512-y36nbHRY9IvRDBKkW5Zw2aOT+xuKtmyuZTaZhtdn4eoTgdwLydcTWJLBEjzBgZoUKa1q2rJ0x1WrrwrByjWyDQ=="
}, },
"node_modules/@hcaptcha/types": { "node_modules/@hcaptcha/types": {
"version": "1.0.3", "version": "1.0.3",

View File

@ -42,7 +42,7 @@
"@codemirror/theme-one-dark": "^6.1.2", "@codemirror/theme-one-dark": "^6.1.2",
"@formatjs/intl-listformat": "^7.5.5", "@formatjs/intl-listformat": "^7.5.5",
"@fortawesome/fontawesome-free": "^6.5.1", "@fortawesome/fontawesome-free": "^6.5.1",
"@goauthentik/api": "^2023.10.6-1705263684", "@goauthentik/api": "^2023.10.6-1706016512",
"@lit-labs/context": "^0.4.0", "@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.1.0", "@lit-labs/task": "^3.1.0",
"@lit/localize": "^0.11.4", "@lit/localize": "^0.11.4",