update: 2023.5.3 -> 2023.5.4
This commit is contained in:
parent
16a034e9f8
commit
e584b40578
3 changed files with 13 additions and 13 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
|||
"authentik-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1685640913,
|
||||
"narHash": "sha256-90KYG0r+C+4FJE0wH4+kSllCgxuzvvcKTcZCga4e4aw=",
|
||||
"lastModified": 1687463133,
|
||||
"narHash": "sha256-xNerf0j0tEBwTMnOnEzCJfH72eTwG0BbqPcPi+Xs+Og=",
|
||||
"owner": "goauthentik",
|
||||
"repo": "authentik",
|
||||
"rev": "be85eecac54e051f1daebe6e8719e726c78068d3",
|
||||
"rev": "2739376a2af0bb023543e904ee47525f09774472",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "goauthentik",
|
||||
"ref": "version/2023.5.3",
|
||||
"ref": "version/2023.5.4",
|
||||
"repo": "authentik",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
};
|
||||
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;
|
||||
};
|
||||
};
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
}:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
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})
|
||||
mkPoetryEnv
|
||||
defaultPoetryOverrides;
|
||||
|
|
|
|||
14
web-package-lock.json
generated
14
web-package-lock.json
generated
|
|
@ -17,7 +17,7 @@
|
|||
"@codemirror/theme-one-dark": "^6.1.2",
|
||||
"@formatjs/intl-listformat": "^7.2.2",
|
||||
"@fortawesome/fontawesome-free": "^6.4.0",
|
||||
"@goauthentik/api": "^2023.5.0-1684333401",
|
||||
"@goauthentik/api": "^2023.5.3-1687462221",
|
||||
"@lingui/cli": "^4.1.2",
|
||||
"@lingui/core": "^4.1.2",
|
||||
"@lingui/detect-locale": "^4.1.2",
|
||||
|
|
@ -2127,9 +2127,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2023.5.0-1684333401",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.0-1684333401.tgz",
|
||||
"integrity": "sha512-lbLXgqhvI65w3uodsJMdGIvFvJUzpleC0M4QneiXH3rTNbufVZWP9WbLCRLynKzEateOf3XSgjQ322BeZBA2bA=="
|
||||
"version": "2023.5.3-1687462221",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.3-1687462221.tgz",
|
||||
"integrity": "sha512-34LJCBVPOfdlIHhDPQEA7NS7mJvrKJKHSfa2HPQClyVM3o5us8Bp4yJKs2nm4hGime3rbZAwYYq7n75tccr7rQ=="
|
||||
},
|
||||
"node_modules/@hcaptcha/types": {
|
||||
"version": "1.0.3",
|
||||
|
|
@ -12102,9 +12102,9 @@
|
|||
"integrity": "sha512-0NyytTlPJwB/BF5LtRV8rrABDbe3TdTXqNB3PdZ+UUUZAEIrdOJdmABqKjt4AXwIoJNaRVVZEXxpNrqvE1GAYQ=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2023.5.0-1684333401",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.0-1684333401.tgz",
|
||||
"integrity": "sha512-lbLXgqhvI65w3uodsJMdGIvFvJUzpleC0M4QneiXH3rTNbufVZWP9WbLCRLynKzEateOf3XSgjQ322BeZBA2bA=="
|
||||
"version": "2023.5.3-1687462221",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.3-1687462221.tgz",
|
||||
"integrity": "sha512-34LJCBVPOfdlIHhDPQEA7NS7mJvrKJKHSfa2HPQClyVM3o5us8Bp4yJKs2nm4hGime3rbZAwYYq7n75tccr7rQ=="
|
||||
},
|
||||
"@hcaptcha/types": {
|
||||
"version": "1.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue