From cbbb638ca70fd06ac4bb3ed7935fd9516f15c684 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:27:21 +0000 Subject: [PATCH] web: bump API Client version (#7246) Signed-off-by: GitHub 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 f9fc553b0..7891e2d23 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.0", "@fortawesome/fontawesome-free": "^6.4.2", - "@goauthentik/api": "^2023.8.3-1697651039", + "@goauthentik/api": "^2023.8.3-1697813667", "@lit-labs/context": "^0.4.1", "@lit-labs/task": "^3.1.0", "@lit/localize": "^0.11.4", @@ -2883,9 +2883,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.8.3-1697651039", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.8.3-1697651039.tgz", - "integrity": "sha512-ngpY7VocMkFlpfX3tX8U0KjmyZgzs5xcB3UiSDl+3A7/+j0IPv7eaYwYCeMsHj0//xUDEfiF5a/cTVweEAO5ew==" + "version": "2023.8.3-1697813667", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.8.3-1697813667.tgz", + "integrity": "sha512-ZzAThGkJVp/MKVll5cnnVx3Eq0k3K57QmYNPIGdOaVX/bLqMHB/d/y+FsBS0LnJrFFixtHej2UjWo6a3xlT5qA==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index ab8764af4..a3b62c966 100644 --- a/web/package.json +++ b/web/package.json @@ -38,7 +38,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.0", "@fortawesome/fontawesome-free": "^6.4.2", - "@goauthentik/api": "^2023.8.3-1697651039", + "@goauthentik/api": "^2023.8.3-1697813667", "@lit-labs/context": "^0.4.1", "@lit-labs/task": "^3.1.0", "@lit/localize": "^0.11.4",