update: 2023.5.3 -> 2023.5.4

This commit is contained in:
WilliButz 2023-06-22 22:52:30 +02:00
parent 16a034e9f8
commit e584b40578
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
3 changed files with 13 additions and 13 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1685640913, "lastModified": 1687463133,
"narHash": "sha256-90KYG0r+C+4FJE0wH4+kSllCgxuzvvcKTcZCga4e4aw=", "narHash": "sha256-xNerf0j0tEBwTMnOnEzCJfH72eTwG0BbqPcPi+Xs+Og=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "be85eecac54e051f1daebe6e8719e726c78068d3", "rev": "2739376a2af0bb023543e904ee47525f09774472",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2023.5.3", "ref": "version/2023.5.4",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

@ -19,7 +19,7 @@
}; };
}; };
authentik-src = { # change version string in outputs as well when updating authentik-src = { # change version string in outputs as well when updating
url = "github:goauthentik/authentik/version/2023.5.3"; url = "github:goauthentik/authentik/version/2023.5.4";
flake = false; flake = false;
}; };
}; };
@ -34,7 +34,7 @@
}: }:
flake-utils.lib.eachDefaultSystem (system: flake-utils.lib.eachDefaultSystem (system:
let let
authentik-version = "2023.5.3"; # to pass to the drvs of some components authentik-version = "2023.5.4"; # to pass to the drvs of some components
inherit (poetry2nix.legacyPackages.${system}) inherit (poetry2nix.legacyPackages.${system})
mkPoetryEnv mkPoetryEnv
defaultPoetryOverrides; defaultPoetryOverrides;

14
web-package-lock.json generated
View file

@ -17,7 +17,7 @@
"@codemirror/theme-one-dark": "^6.1.2", "@codemirror/theme-one-dark": "^6.1.2",
"@formatjs/intl-listformat": "^7.2.2", "@formatjs/intl-listformat": "^7.2.2",
"@fortawesome/fontawesome-free": "^6.4.0", "@fortawesome/fontawesome-free": "^6.4.0",
"@goauthentik/api": "^2023.5.0-1684333401", "@goauthentik/api": "^2023.5.3-1687462221",
"@lingui/cli": "^4.1.2", "@lingui/cli": "^4.1.2",
"@lingui/core": "^4.1.2", "@lingui/core": "^4.1.2",
"@lingui/detect-locale": "^4.1.2", "@lingui/detect-locale": "^4.1.2",
@ -2127,9 +2127,9 @@
} }
}, },
"node_modules/@goauthentik/api": { "node_modules/@goauthentik/api": {
"version": "2023.5.0-1684333401", "version": "2023.5.3-1687462221",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.0-1684333401.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.3-1687462221.tgz",
"integrity": "sha512-lbLXgqhvI65w3uodsJMdGIvFvJUzpleC0M4QneiXH3rTNbufVZWP9WbLCRLynKzEateOf3XSgjQ322BeZBA2bA==" "integrity": "sha512-34LJCBVPOfdlIHhDPQEA7NS7mJvrKJKHSfa2HPQClyVM3o5us8Bp4yJKs2nm4hGime3rbZAwYYq7n75tccr7rQ=="
}, },
"node_modules/@hcaptcha/types": { "node_modules/@hcaptcha/types": {
"version": "1.0.3", "version": "1.0.3",
@ -12102,9 +12102,9 @@
"integrity": "sha512-0NyytTlPJwB/BF5LtRV8rrABDbe3TdTXqNB3PdZ+UUUZAEIrdOJdmABqKjt4AXwIoJNaRVVZEXxpNrqvE1GAYQ==" "integrity": "sha512-0NyytTlPJwB/BF5LtRV8rrABDbe3TdTXqNB3PdZ+UUUZAEIrdOJdmABqKjt4AXwIoJNaRVVZEXxpNrqvE1GAYQ=="
}, },
"@goauthentik/api": { "@goauthentik/api": {
"version": "2023.5.0-1684333401", "version": "2023.5.3-1687462221",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.0-1684333401.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.3-1687462221.tgz",
"integrity": "sha512-lbLXgqhvI65w3uodsJMdGIvFvJUzpleC0M4QneiXH3rTNbufVZWP9WbLCRLynKzEateOf3XSgjQ322BeZBA2bA==" "integrity": "sha512-34LJCBVPOfdlIHhDPQEA7NS7mJvrKJKHSfa2HPQClyVM3o5us8Bp4yJKs2nm4hGime3rbZAwYYq7n75tccr7rQ=="
}, },
"@hcaptcha/types": { "@hcaptcha/types": {
"version": "1.0.3", "version": "1.0.3",