web: bump API Client version (#11657)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.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-10-11 12:49:14 +00:00
committed by GitHub
parent 77c595a0fd
commit 09e8f07d55
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -23,7 +23,7 @@
"@floating-ui/dom": "^1.6.11", "@floating-ui/dom": "^1.6.11",
"@formatjs/intl-listformat": "^7.5.7", "@formatjs/intl-listformat": "^7.5.7",
"@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/fontawesome-free": "^6.6.0",
"@goauthentik/api": "^2024.8.3-1727731656", "@goauthentik/api": "^2024.8.3-1728649674",
"@lit/context": "^1.1.2", "@lit/context": "^1.1.2",
"@lit/localize": "^0.12.2", "@lit/localize": "^0.12.2",
"@lit/reactive-element": "^2.0.4", "@lit/reactive-element": "^2.0.4",
@ -1772,9 +1772,9 @@
} }
}, },
"node_modules/@goauthentik/api": { "node_modules/@goauthentik/api": {
"version": "2024.8.3-1727731656", "version": "2024.8.3-1728649674",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.3-1727731656.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.3-1728649674.tgz",
"integrity": "sha512-gldUShikYvTGp4mTchAk0NnJPqn4pdgMSn79/cJzTyfsRDs4qZJ0eRre6hgIhkojsjCjteyiA5er5/nwcxUVag==" "integrity": "sha512-fCDBvfmHvDczQ0PtgHWMcBd4Pw0qGvolXXYoKjpv0G9SmEAQFJ+Vf0B/erJY0rCgx3bM1LhS8N630WOFycaUUg=="
}, },
"node_modules/@goauthentik/web": { "node_modules/@goauthentik/web": {
"resolved": "", "resolved": "",

View File

@ -11,7 +11,7 @@
"@floating-ui/dom": "^1.6.11", "@floating-ui/dom": "^1.6.11",
"@formatjs/intl-listformat": "^7.5.7", "@formatjs/intl-listformat": "^7.5.7",
"@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/fontawesome-free": "^6.6.0",
"@goauthentik/api": "^2024.8.3-1727731656", "@goauthentik/api": "^2024.8.3-1728649674",
"@lit/context": "^1.1.2", "@lit/context": "^1.1.2",
"@lit/localize": "^0.12.2", "@lit/localize": "^0.12.2",
"@lit/reactive-element": "^2.0.4", "@lit/reactive-element": "^2.0.4",