web: Update Web API Client version (#2733)

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
github-actions[bot] 2022-04-17 16:55:08 +02:00 committed by Jens Langhammer
parent 778065f468
commit e4486b98fc
3 changed files with 10 additions and 9 deletions

View File

@ -4,10 +4,11 @@ from django.http import HttpRequest, HttpResponse
from django.shortcuts import get_object_or_404, redirect
from django.views import View
from structlog.stdlib import get_logger
from authentik.lib.config import CONFIG
from authentik.core.middleware import SESSION_IMPERSONATE_ORIGINAL_USER, SESSION_IMPERSONATE_USER
from authentik.core.models import User
from authentik.events.models import Event, EventAction
from authentik.lib.config import CONFIG
LOGGER = get_logger()

14
web/package-lock.json generated
View File

@ -16,7 +16,7 @@
"@babel/preset-typescript": "^7.16.7",
"@formatjs/intl-listformat": "^6.5.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"@goauthentik/api": "^2022.4.1-1649838686",
"@goauthentik/api": "^2022.4.1-1650207200",
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@lingui/cli": "^3.13.2",
"@lingui/core": "^3.13.2",
@ -1755,9 +1755,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2022.4.1-1649838686",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1649838686.tgz",
"integrity": "sha512-5iUxvBMiTzIc0FHZwo2DUmQpzQZMaJVErcJ20yOQB5BFttIX7G6xcFWW6GXlwDc7EvPWik/OQM+ZBAWVjE/FHQ=="
"version": "2022.4.1-1650207200",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1650207200.tgz",
"integrity": "sha512-w3Pi/+CJSdMTN4AurcrJHbOJQKhZPbx8B/ENQd487tmtxoyKHH2KgYx/xgBxx0qAyRNDBvx+DrGpBLFqd2SQQQ=="
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.9.2",
@ -10054,9 +10054,9 @@
"integrity": "sha512-J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg=="
},
"@goauthentik/api": {
"version": "2022.4.1-1649838686",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1649838686.tgz",
"integrity": "sha512-5iUxvBMiTzIc0FHZwo2DUmQpzQZMaJVErcJ20yOQB5BFttIX7G6xcFWW6GXlwDc7EvPWik/OQM+ZBAWVjE/FHQ=="
"version": "2022.4.1-1650207200",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1650207200.tgz",
"integrity": "sha512-w3Pi/+CJSdMTN4AurcrJHbOJQKhZPbx8B/ENQd487tmtxoyKHH2KgYx/xgBxx0qAyRNDBvx+DrGpBLFqd2SQQQ=="
},
"@humanwhocodes/config-array": {
"version": "0.9.2",

View File

@ -59,7 +59,7 @@
"@babel/preset-typescript": "^7.16.7",
"@formatjs/intl-listformat": "^6.5.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"@goauthentik/api": "^2022.4.1-1649838686",
"@goauthentik/api": "^2022.4.1-1650207200",
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@lingui/cli": "^3.13.2",
"@lingui/core": "^3.13.2",