web: bump API Client version (#11396)

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-16 15:11:26 +02:00
committed by GitHub
parent 5822653155
commit 6b94fecf7b
2 changed files with 8 additions and 6 deletions

12
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.1-1725752132", "@goauthentik/api": "^2024.8.2-1726491792",
"@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",
@ -3934,9 +3934,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@goauthentik/api": { "node_modules/@goauthentik/api": {
"version": "2024.8.1-1725752132", "version": "2024.8.2-1726491792",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.1-1725752132.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.2-1726491792.tgz",
"integrity": "sha512-cgFKrZNLGxHL1wjuD0jlh2e8IblZa/23BMV2a8CURP81WvGpU0A9jK/ONqU5eJIxHxAmC8lbC5kAWA9x4S+0RA==" "integrity": "sha512-MCNb8WWwhuzUa+SAIotG1sQfxVje45MPYDu7qKMSgsC1XmHIzXhOthHFBJcK1Ukd8P7blYA6707nHtPQjHuOJw=="
}, },
"node_modules/@goauthentik/web": { "node_modules/@goauthentik/web": {
"resolved": "", "resolved": "",
@ -29745,7 +29745,9 @@
} }
}, },
"packages/sfe/node_modules/@goauthentik/api": { "packages/sfe/node_modules/@goauthentik/api": {
"version": "2024.6.0-1720200294" "version": "2024.6.0-1720200294",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.0-1720200294.tgz",
"integrity": "sha512-qGpI+0BpsHWlO8waj89q+6SWjVVuRtYqdmpSIrKFsZt9GLNXCvIAvgS5JI1Sq2z1uWK/8kLNZKDocI/XagqMPQ=="
}, },
"packages/sfe/node_modules/@swc/cli": { "packages/sfe/node_modules/@swc/cli": {
"version": "0.4.0", "version": "0.4.0",

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.1-1725752132", "@goauthentik/api": "^2024.8.2-1726491792",
"@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",