web: bump API Client version (#11168)

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-03 14:44:59 +02:00
committed by GitHub
parent 02ae099bdf
commit 9a26111f1c
2 changed files with 10 additions and 6 deletions

14
web/package-lock.json generated
View File

@ -23,7 +23,7 @@
"@floating-ui/dom": "^1.6.9",
"@formatjs/intl-listformat": "^7.5.7",
"@fortawesome/fontawesome-free": "^6.6.0",
"@goauthentik/api": "^2024.6.3-1724414734",
"@goauthentik/api": "^2024.8.0-1725367323",
"@lit/context": "^1.1.2",
"@lit/localize": "^0.12.2",
"@lit/reactive-element": "^2.0.4",
@ -3443,9 +3443,9 @@
"license": "MIT"
},
"node_modules/@goauthentik/api": {
"version": "2024.6.3-1724414734",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.3-1724414734.tgz",
"integrity": "sha512-2fLKwOh2Znc/unD8Q2U4G0g5QFM4jVqC95e5VRWWVnzp3xB7JWfEDBcRdwyv5PxCdmjBUkvbiul0kiuRwqBf4w=="
"version": "2024.8.0-1725367323",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.0-1725367323.tgz",
"integrity": "sha512-dO/Tz0l914UpRn6ZsiuKm00pRQfOtoqZF9hTeXShXmUjIjsHLT21lcv2YqUpqq89mvcSOEmU7pI0eBhCFYIteg=="
},
"node_modules/@goauthentik/web": {
"resolved": "",
@ -23628,6 +23628,7 @@
},
"node_modules/tree-sitter-json": {
"version": "0.20.2",
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"dependencies": {
@ -23636,6 +23637,7 @@
},
"node_modules/tree-sitter-yaml": {
"version": "0.5.0",
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"dependencies": {
@ -25333,7 +25335,9 @@
}
},
"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=="
}
}
}

View File

@ -11,7 +11,7 @@
"@floating-ui/dom": "^1.6.9",
"@formatjs/intl-listformat": "^7.5.7",
"@fortawesome/fontawesome-free": "^6.6.0",
"@goauthentik/api": "^2024.6.3-1724414734",
"@goauthentik/api": "^2024.8.0-1725367323",
"@lit/context": "^1.1.2",
"@lit/localize": "^0.12.2",
"@lit/reactive-element": "^2.0.4",