From cb2e0c6d54a7f7dd7e27d784f55ca8a5707b19f8 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 23:04:21 +0000 Subject: [PATCH] web: bump API Client version (#13581) 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 0da6f2b831..a3d2630264 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -24,7 +24,7 @@ "@floating-ui/dom": "^1.6.11", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2025.2.2-1742395408", + "@goauthentik/api": "^2025.2.2-1742424775", "@lit-labs/ssr": "^3.2.2", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2", @@ -1807,9 +1807,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2025.2.2-1742395408", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2025.2.2-1742395408.tgz", - "integrity": "sha512-fUnyOIxnl14EeUUT5ZdSePtszBIwGE5n9GpbUMHQx5m5dxrnXwyPuC3qXFWFJeDwzB8VG38mjl8fneM/1GkZsg==" + "version": "2025.2.2-1742424775", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2025.2.2-1742424775.tgz", + "integrity": "sha512-G/w09MS00pDFNlA32o0pAM0lVWzXIS6/mb1N+yiXNFVv+xcKOEPc+FxW5zKCSVxFsfdrM0xXiuVkDtLWq5QC9Q==" }, "node_modules/@goauthentik/web": { "resolved": "", diff --git a/web/package.json b/web/package.json index d42240e61f..1187f2a928 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "@floating-ui/dom": "^1.6.11", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2025.2.2-1742395408", + "@goauthentik/api": "^2025.2.2-1742424775", "@lit-labs/ssr": "^3.2.2", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2",