web: bump API Client version (#7964)

This commit is contained in:
authentik-automation[bot] 2023-12-21 15:30:00 +01:00 committed by GitHub
parent 7778a8fab2
commit 2ccdfa433a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -17,7 +17,7 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@formatjs/intl-listformat": "^7.5.3",
"@fortawesome/fontawesome-free": "^6.5.1",
"@goauthentik/api": "^2023.10.4-1703166239",
"@goauthentik/api": "^2023.10.5-1703167718",
"@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.1.0",
"@lit/localize": "^0.11.4",
@ -2914,9 +2914,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2023.10.4-1703166239",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.4-1703166239.tgz",
"integrity": "sha512-iZRqh3T7VAO2n2Mw2dFnALecqqSYCADIdHsUmmUqctW2DXXJq2qWLQsYvFKsKD1fp0mfzTTcusR1pReyZUV+eA=="
"version": "2023.10.5-1703167718",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.5-1703167718.tgz",
"integrity": "sha512-waOv19FH/HA59TH8uqiCVbtDfl8Hhvks56RMcpd0/coPdJmnEBSWaPGMCEePZRkogaC5mG9GYCPbUwJoR2hp+A=="
},
"node_modules/@hcaptcha/types": {
"version": "1.0.3",

View File

@ -42,7 +42,7 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@formatjs/intl-listformat": "^7.5.3",
"@fortawesome/fontawesome-free": "^6.5.1",
"@goauthentik/api": "^2023.10.4-1703166239",
"@goauthentik/api": "^2023.10.5-1703167718",
"@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.1.0",
"@lit/localize": "^0.11.4",