From 0dee706a87e774f0926b08aa9386d6af7721f4b6 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:14:25 +0000 Subject: [PATCH] web: bump API Client version (#8511) 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 099902c5fb..05827ac7e8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -17,7 +17,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.5", "@fortawesome/fontawesome-free": "^6.5.1", - "@goauthentik/api": "^2023.10.7-1707429127", + "@goauthentik/api": "^2023.10.7-1707933453", "@lit-labs/context": "^0.4.0", "@lit-labs/task": "^3.1.0", "@lit/localize": "^0.11.4", @@ -2915,9 +2915,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.10.7-1707429127", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.7-1707429127.tgz", - "integrity": "sha512-EKmm85h5vP+LGGSaQJB7MbInVdP1ZyPwtSYrofuTLTDkRzhsdE1IfkO8ft+JAGCWMF3KVRjdi1+NB+jT6dVCbQ==" + "version": "2023.10.7-1707933453", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.7-1707933453.tgz", + "integrity": "sha512-fY9C8ogpetif7x0UGzp4pCgI05jObhPqs2yWOWFDEZyiLY15umb53P9LfkGZJ5ExtMxoD2GBC7YQ7FIvm7j9GA==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index 5e7c1d4c8c..1fe3fc2a24 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.5", "@fortawesome/fontawesome-free": "^6.5.1", - "@goauthentik/api": "^2023.10.7-1707429127", + "@goauthentik/api": "^2023.10.7-1707933453", "@lit-labs/context": "^0.4.0", "@lit-labs/task": "^3.1.0", "@lit/localize": "^0.11.4",