web: bump API Client version (#11275)

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-09-08 01:51:11 +02:00
committed by GitHub
parent b8ae028d4d
commit 88928d7f72
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.9", "@floating-ui/dom": "^1.6.9",
"@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.0-1725367323", "@goauthentik/api": "^2024.8.1-1725752132",
"@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",
@ -3453,9 +3453,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@goauthentik/api": { "node_modules/@goauthentik/api": {
"version": "2024.8.0-1725367323", "version": "2024.8.1-1725752132",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.0-1725367323.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.1-1725752132.tgz",
"integrity": "sha512-dO/Tz0l914UpRn6ZsiuKm00pRQfOtoqZF9hTeXShXmUjIjsHLT21lcv2YqUpqq89mvcSOEmU7pI0eBhCFYIteg==" "integrity": "sha512-cgFKrZNLGxHL1wjuD0jlh2e8IblZa/23BMV2a8CURP81WvGpU0A9jK/ONqU5eJIxHxAmC8lbC5kAWA9x4S+0RA=="
}, },
"node_modules/@goauthentik/web": { "node_modules/@goauthentik/web": {
"resolved": "", "resolved": "",

View File

@ -11,7 +11,7 @@
"@floating-ui/dom": "^1.6.9", "@floating-ui/dom": "^1.6.9",
"@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.0-1725367323", "@goauthentik/api": "^2024.8.1-1725752132",
"@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",