web: bump API Client version (#6351)

This commit is contained in:
authentik-automation[bot] 2023-07-24 12:23:20 +02:00 committed by GitHub
parent 69543c14d3
commit 56cf14e5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.18.16",
"@formatjs/intl-listformat": "^7.4.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@goauthentik/api": "^2023.6.1-1689956654",
"@goauthentik/api": "^2023.6.1-1690193532",
"@lit-labs/context": "^0.3.3",
"@lit-labs/task": "^2.1.2",
"@lit/localize": "^0.11.4",
@ -2891,9 +2890,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2023.6.1-1689956654",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.6.1-1689956654.tgz",
"integrity": "sha512-qftLPoWoby3yzDQRuhsruYIQzEyb9xrB1BptfLfogKy/MeAiaPJyjFw6fezAK6UZ5uR8v75es/4LHP2rVRHxZA=="
"version": "2023.6.1-1690193532",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.6.1-1690193532.tgz",
"integrity": "sha512-u0J66jrlmBsnWR87SiRA/jRpmGVtS7uFsZLMwQLWKpDmlJSeA1siIEKgexQ827O8rN47efi37LH+9yAPQ0AbRQ=="
},
"node_modules/@hcaptcha/types": {
"version": "1.0.3",

View File

@ -34,7 +34,7 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@formatjs/intl-listformat": "^7.4.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@goauthentik/api": "^2023.6.1-1689956654",
"@goauthentik/api": "^2023.6.1-1690193532",
"@lit-labs/context": "^0.3.3",
"@lit-labs/task": "^2.1.2",
"@lit/localize": "^0.11.4",