web: bump API Client version (#8341)

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-29 13:15:58 +00:00
committed by GitHub
parent 544373efd7
commit dca8c837f5
2 changed files with 5 additions and 6 deletions

9
web/package-lock.json generated
View File

@ -15,10 +15,9 @@
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@esbuild/linux-arm64": "^0.20.0",
"@formatjs/intl-listformat": "^7.5.5",
"@fortawesome/fontawesome-free": "^6.5.1",
"@goauthentik/api": "^2023.10.6-1706113408",
"@goauthentik/api": "^2023.10.6-1706533149",
"@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.1.0",
"@lit/localize": "^0.11.4",
@ -2914,9 +2913,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2023.10.6-1706113408",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.6-1706113408.tgz",
"integrity": "sha512-KHP4VM/W8FsQQ9jqhsiiWdEzMCoAqaq/ajcu5Qnq4m/jVCWUkgnUrRK7BheD6DtAqKXGTESzsXfqTyA4upOwSw=="
"version": "2023.10.6-1706533149",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.6-1706533149.tgz",
"integrity": "sha512-nKU46yZRcLk9wLIn3u/DDUqdm2YKahPKL2aYwfmewV4jA0lZkedHQ1yDwEStpRTPSPH24fVrCLDZZyDGMCDWnQ=="
},
"node_modules/@hcaptcha/types": {
"version": "1.0.3",

View File

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