From 69651323e3bd38f3ade7c4dbd4b24df277f4449a Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 20:19:16 +0200 Subject: [PATCH] web: bump API Client version (#14528) 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 083a95c81a..f5ff1cb105 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": "^2025.4.0-1746018955", + "@goauthentik/api": "^2025.4.1-1747332783", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2", "@lit/reactive-element": "^2.0.4", @@ -1583,9 +1583,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2025.4.0-1746018955", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2025.4.0-1746018955.tgz", - "integrity": "sha512-e+X3L+UYzQtAmBAdxKV9rHO6KsJBJ754IKc1Q9eT0lxS/zbvcNIEb0Fck9Sj/TzjqWlWkXNiCgrT4CdlaTFwxg==" + "version": "2025.4.1-1747332783", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2025.4.1-1747332783.tgz", + "integrity": "sha512-i+aC13BFLIyD7oGyeCFu6CmJcr3I0TV9n98em3zcpkwH81SXL+LuaXTs7GFk4jtvySMK4dyRf+71L5j8hS2Dug==" }, "node_modules/@goauthentik/esbuild-plugin-live-reload": { "resolved": "packages/esbuild-plugin-live-reload", diff --git a/web/package.json b/web/package.json index 11925a0ac3..37239efcb9 100644 --- a/web/package.json +++ b/web/package.json @@ -56,7 +56,7 @@ "@floating-ui/dom": "^1.6.11", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2025.4.0-1746018955", + "@goauthentik/api": "^2025.4.1-1747332783", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2", "@lit/reactive-element": "^2.0.4",