web: bump API Client version (#10779)

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-08-06 00:37:07 +02:00
committed by GitHub
parent 4363c899ac
commit 386684759e
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -19,7 +19,7 @@
"@floating-ui/dom": "^1.6.8", "@floating-ui/dom": "^1.6.8",
"@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.6.2-1722867797", "@goauthentik/api": "^2024.6.3-1722881330",
"@lit/context": "^1.1.2", "@lit/context": "^1.1.2",
"@lit/localize": "^0.12.1", "@lit/localize": "^0.12.1",
"@lit/reactive-element": "^2.0.4", "@lit/reactive-element": "^2.0.4",
@ -3720,9 +3720,9 @@
"dev": true "dev": true
}, },
"node_modules/@goauthentik/api": { "node_modules/@goauthentik/api": {
"version": "2024.6.2-1722867797", "version": "2024.6.3-1722881330",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.2-1722867797.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.3-1722881330.tgz",
"integrity": "sha512-pucWvrEt+0xzAlGCB6mNOCBhpN9ENAqMNsTtp3DwlHWZ0dEc8ereGL3aDlpMkKH/hsYjbblVeowNcgLVZxtiKQ==" "integrity": "sha512-PLP43I7GERz3/dIIkB/E+eEqoEZKhPVYTJun+ad4UxgZhN2RZCxOdSkrwYuOpqMXVAAy6PcxXjYmyPhl6FNLZA=="
}, },
"node_modules/@hcaptcha/types": { "node_modules/@hcaptcha/types": {
"version": "1.0.4", "version": "1.0.4",

View File

@ -46,7 +46,7 @@
"@floating-ui/dom": "^1.6.8", "@floating-ui/dom": "^1.6.8",
"@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.6.2-1722867797", "@goauthentik/api": "^2024.6.3-1722881330",
"@lit/context": "^1.1.2", "@lit/context": "^1.1.2",
"@lit/localize": "^0.12.1", "@lit/localize": "^0.12.1",
"@lit/reactive-element": "^2.0.4", "@lit/reactive-element": "^2.0.4",