update: 2024.8.1 -> 2024.8.3 (security update)

Fixes CVE-2024-47070 and CVE-2024-47077

See https://docs.goauthentik.io/docs/releases/2024.8#fixed-in-202483

Dropped manually resolved lockfiles, fixed upstream in
https://github.com/goauthentik/authentik/pull/11509

Flake lock file updates:

• Updated input 'authentik-src':
    'github:goauthentik/authentik/f5580d311d01f2202b666f76931ed04f30b9ec30' (2024-09-07)
  → 'github:goauthentik/authentik/91d2445c61da49026f76dceb7f5b524e30335a42' (2024-09-27)
This commit is contained in:
WilliButz 2024-09-27 17:38:19 +02:00
parent 63516a96c0
commit 1138b948d3
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
6 changed files with 6 additions and 50416 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,15 +20,6 @@ buildNapalmPackage "${authentik-src}/website" {
mv -v ../website $out
'';
# upstream doesn't provide a fully resolved lock file
# see issues:
# - https://github.com/goauthentik/authentik/issues/6180
# - https://github.com/goauthentik/authentik/issues/11169
#
# see npm issue for the underlying issue:
# https://github.com/npm/cli/issues/4263
packageLock = ./docs-manually-resolved-package-lock.json;
# These are lockfiles with extra deps that are required to successfully build
# the module `paloaltonetworks/postman-code-generators`, that is getting
# pulled in by `docusaurus-theme-openapi-doc`.

File diff suppressed because it is too large Load diff

View file

@ -21,13 +21,4 @@ buildNapalmPackage "${authentik-src}/web" rec {
mv dist $out/dist
cp -r authentik icons $out
'';
# upstream doesn't provide a fully resolved lock file
# see issues:
# - https://github.com/goauthentik/authentik/issues/6180
# - https://github.com/goauthentik/authentik/issues/11169
#
# see npm issue for the underlying issue:
# https://github.com/npm/cli/issues/4263
packageLock = ./frontend-manually-resolved-package-lock.json;
}