From 3568cd601f541429801ccafa6be5d17332a6eafa Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 00:05:25 +0100 Subject: [PATCH] web: bump API Client version (#12884) 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 9b07b2e5875d..e7a49bcd81da 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.2-1737631633", + "@goauthentik/api": "^2024.12.3-1738190128", "@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.2-1737631633", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.12.2-1737631633.tgz", - "integrity": "sha512-vprJ56RxbU/+QfUek6O4XYO/o1uoro2W7Q7kNFpA42JxcR02terZQQBSkghsd4ldNQh0h58QYgRZP29eLK/tuw==" + "version": "2024.12.3-1738190128", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.12.3-1738190128.tgz", + "integrity": "sha512-zoeGg4dDGv9XdmRGczYLRyU8+sEPG3lfEIKkZj2Lc3troxj/3omKgc7nb2l3NfnHIY8zkhxDjd9RMSEeYP0LRQ==" }, "node_modules/@goauthentik/web": { "resolved": "", diff --git a/web/package.json b/web/package.json index 910578e9161b..6e953c7afd03 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.2-1737631633", + "@goauthentik/api": "^2024.12.3-1738190128", "@lit-labs/ssr": "^3.2.2", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2",