From ed2e2380cc6265d6ea13e2a86b2a2594b1bd6a8b Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:00:43 +0100 Subject: [PATCH] web: bump API Client version (#12974) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 3c3a50900c..fda2833467 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.11", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2024.12.3-1738774356", + "@goauthentik/api": "^2024.12.3-1739200400", "@lit-labs/ssr": "^3.2.2", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2", @@ -1775,9 +1775,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2024.12.3-1738774356", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.12.3-1738774356.tgz", - "integrity": "sha512-TbEkX8v2DtMiMTuyYWdMvCmccuVIxXMENRZHw7t30DFxtTY4on2b18rFs7VqN/LgZMIQhN8UV4EPCINvkWgnlw==" + "version": "2024.12.3-1739200400", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.12.3-1739200400.tgz", + "integrity": "sha512-BeWVLtVAwCLjLhoFfdhlIGks3+n0Oyd81CKxB9Ac8m5ODc4gvm0VztleBmaBWLB6ZYde5JvjfbNwISLSW9t0+g==" }, "node_modules/@goauthentik/web": { "resolved": "", diff --git a/web/package.json b/web/package.json index 7eaee89451..c5a796a4df 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ "@floating-ui/dom": "^1.6.11", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2024.12.3-1738774356", + "@goauthentik/api": "^2024.12.3-1739200400", "@lit-labs/ssr": "^3.2.2", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2",